a
{
	text-decoration:underline;
}
a:link{color:#0000ff;text-decoration:underline;}
a:visited{color: #0000ff;text-decoration:underline;}
a:hover{color: #dc4024;text-decoration:underline;}
a:active{color: #83ab9a;text-decoration:underline;}

a.footers
{
	padding: 4px 4px 2px 4px;
}
a.footers:link{color:#fffae2;text-decoration: underline overline;}
a.footers:visited{color: #fffae2;text-decoration: underline overline;}
a.footers:hover{color: #800080;background-color:#ffff00;border:solid 1px #00ff00;text-decoration: underline overline;}
a.footers:active{color: #c2d6ce;text-decoration: underline overline;}

a.dkGreen
{
	color:#215142;
	text-decoration:underline;
}
a.dkGreen:link{color:#215142;}
a.dkGreen:visited{color: #215142;}
a.dkGreen:hover{background-color:#ffffe5;color: #8b1e18;}
a.dkGreen:active{color: #8b1e18;}

a.leftMenu
{
	color:			#ffffe5;
	font-family:	"Trebuchet MS",Verdana;
	font-size: 		14px;
	font-style:		italic;
	font-weight:	normal;
	text-decoration:none;
}
a.leftMenu:link{color:#215142;text-decoration:none;}
a.leftMenu:visited{color: #215142;text-decoration:none;}
a.leftMenu:hover{color: #215142;text-decoration:none;}
a.leftMenu:active{color: #8b1e18;text-decoration:none;}

a.leftMenu2
{
	color:			#ffffe5;
	font-family:	"Trebuchet MS",Verdana;
	font-size: 		14px;
	font-weight:	bold;
	line-height:	22px;
	padding-left:   12px;
	text-decoration:underline;
}
a.leftMenu2:link{color:#215142;text-decoration:underline;}
a.leftMenu2:visited{color: #215142;text-decoration:underline;}
a.leftMenu2:hover{color: #215142;text-decoration:underline;background-color:#ffff00;}
a.leftMenu2:active{color: #8b1e18;text-decoration:underline;}

a.hdg
{
	color:			#215142;
	font-family:	"Trebuchet MS",Verdana;
	font-size: 		18px;
	font-style:		italic;
	text-decoration:none;
}
a.hdg:link{color:#215142;text-decoration:none;}
a.hdg:visited{color: #215142;text-decoration:none;}
a.hdg:hover{color: #215142;text-decoration:underline;}
a.hdg:active{color: #8b1e18;text-decoration:none;}

a.hdg2
{
	color:			#8b1e18;
	display:		block;
	font-family:	"Trebuchet MS",Verdana;
	font-size: 		16px;
	font-weight:	bold;
	line-height:	19px;
	margin:			16px 0px 6px 0px;
	text-decoration: underline;
}
a.hdg2:link{color:#8b1e18;text-decoration:underline;font-style:normal;}
a.hdg2:visited{color: #8b1e18;text-decoration:underline;font-style:normal;}
a.hdg2:hover{color: #215142;text-decoration:underline;font-style:italic;}
a.hdg2:active{color: #8b1e18;text-decoration:underline;font-style:normal;}

a.topMenu
{
	color:#c1cad6;
	font-size:12px;
	font-weight:bold;
	padding:0px 8px 0px 8px;
}
a.topMenu:link{color:#c1cad6;}
a.topMenu:visited{color: #c1cad6;}
a.topMenu:hover{color: #8b1e18;background-color:#ffff00;}
a.topMenu:active{color: #c1cad6;}

.bkgdCurveImg
{
	background-image:url(../images/curve1b.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
body {
	font-family: sans-serif, Arial, Helvetica;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.borderedImg
{
	border: solid 2px #8b1e18;
	background-color: #ffffe5;
	margin: 0px;
	padding: 1px;
}
.borderNone
{
	border-style:none;
}
.buLargeRollOut
{
	background-image:url(../images/buLargeU.gif);
	cursor:			pointer;
	padding:		0px 0px 0px 16px;
	width:			340px;
	height:			40px;
}
.buLargeRollOver
{
	background-image:url(../images/buLargeO.gif);
	cursor:			pointer;
	padding:		0px 0px 0px 16px;
	width:			340px;
	height:			40px;
}

/* START Used for horizontal div stacking */
div.fL {
	float: left;
}
div.fL p 
{
	font-size:12px;
	font-weight:bold;
	padding-top:3px;
	text-align: center;
}

div.cBoth {
	clear: both;
}
/* END Used for horizontal div stacking */
  
/* START Used for pseudo-table layout */
div.row {
  clear:both;
  }
div.row span.labelL {
  float: left;
  /*width: 100px;*/
  text-align: right;
  }
div.row span.labelTL {
  float: left;
  text-align: left;
  }
div.row	span.labelTR {
  float: right;
  text-align: right;
  }
div.row span.cellL {
  float: left;
  padding:6px 0px 6px 0px;
  text-align: right;
  }
div.row span.cellR {
  float: right;
  padding:6px 0px 6px 0px;
  text-align: left;
  }
div.row span.cellPad1L {
  float: left;
  padding:1px 0px 1px 0px;
  text-align: right;
  }
div.row span.cellPad1R {
  float: right;
  padding:1px 0px 1px 0px;
  text-align: left;
  }
div.row div.cellL {
  float: left;
  padding:6px 0px 6px 0px;
  text-align: right;
  }
div.row div.cellR {
  float: right;
  padding:6px 0px 6px 0px;
  text-align: left;
  }
/* END Used for pseudo-table layout */


.dotBox
{
	background-color:#f0f4ff;
	border:dotted 1px #000000;
	margin-top:12px;
}
.fcL{
	float:left;clear:left;
}
.fcR{
	float:right;clear:right;
}
.footer
{
	background-color:#215142;
	border-top:solid 6px #c2d6ce;
	color:#ffffe5;
	padding:8px 4px 8px 4px;
	text-align:center;
}

h1{
	color:			#215142;
	font-size: 		14px;
	font-style:		normal;
	font-weight:	bold;
	line-height:	14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h2
{
	color:			#8b1e18;
	font-family:	"Trebuchet MS",Verdana;
	font-size: 		18px;
	font-style:		italic;
	font-weight:	bold;
	line-height:	21px;
}
h3
{
	color:			#8b1e18;
	font-family:	"Trebuchet MS",Verdana;
	font-size: 		16px;
	font-weight:	bold;
	line-height:	19px;
	margin:			16px 0px 6px 0px;
	text-decoration: underline
}
.highlight
{
	background-color:#ffff00;
	font-weight:bold;
}
.hr
{
	height:2px;
	background-color:#660000;
	margin:12px 8px 12px 8px;
}
input
{
	margin-bottom:4px;
}
.left
{
	text-align:left;
}
li
{
	list-style-position:outside;
	list-style-type:square;
	margin-bottom:6px;
	margin-left:0px;
	margin-top:6px;
	padding-left:0px;
}
li.inside
{
	list-style-position:inside;
}
li.leftMenu
{
	list-style-image: url(../images/sidePanels/bulletRed.gif);
}
li.rightMenu
{
	list-style-image: url(../images/sidePanels/bulletArrow2-Beige.gif);
}
li.decimal
{
	list-style-type:decimal;
	margin:0px 0px 2px 0px;
}
li.alpha
{
	list-style-type:lower-alpha;
	margin:0px 0px 2px 0px;
}
.noBorder{
	border-style:none;
}
.noHeight{
	font-size:1px;
	line-height:1px;
}

.noPad{
	padding:	0px 0px 0px 0px;
	margin:		0px 0px 0px 0px;
}

.noWrap{
	white-space:nowrap;
}
ol
{
	list-style-type:armenian;
	margin: 4px 4px 4px 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left:12px;
}
.pad12L{
	padding-left: 10px;
}

.padButton{
	padding:3px 8px 3px 8px;
}

.panelHeader{
	background-color:#215142;
	background-image:url(../images/headerR.gif);
	background-repeat:repeat-x;
	height:132px;
	width:100%;
}

.txtCtr{
	text-align:center;
}
.txtRt{
	text-align:right;
}
.txtSmall1
{
	font-size:11px;
	font-style:italic;
	padding-bottom:0px;
}
.txtSmall2
{
	font-size:12px;
	font-weight:bold;
	padding-top:3px;
}
td
{
	margin: 0px 0px 0px 0px;
	/*font-size: 13px; do not specify this as it interferes with compArt menu*/
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
ul
{
	margin: 8px 8px 8px 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left:12px;
}
.w80
{
	width:80px;
}
.w160
{
	width:160px;
}
.widget
{
	background-color:#ffffe5;
	border:solid 1px #660000;
	margin:0px 0px 16px 16px;
	padding:6px 6px 6px 6px;
	width:180px;
}
