/* Main definitions */
BODY { COLOR:#5c5d60; FONT-SIZE:9pt; background-color:#fef9f5; FONT-FAMILY: Arial, Helvetica, sans-serif }
table {FONT-SIZE:9pt; COLOR:#5c5d60;}
H1 { height:20px; font-size:13pt; color:#AAAAAA;}
.mainTable {  background-color:#ffffff; border-right:1px #FCE3CF solid; border-left:1px #FCE3CF solid}

.pageHeader { color:#F88518; font-size:18pt; font-weight:bold; border-bottom:2px solid #E5E5E5; }
.pageHeaderNoLine { color:#F88518; font-size:18pt; font-weight:bold; }
.Header {  COLOR:#0F2145; FONT-SIZE:11pt; font-weight:bold;} /*black*/
.DarkRedHeader { color:#E12728;  font-size:10pt; font-weight:bold;}	/* red*/


/*  Links   */
A:link    { color:#3E4C67; font-size:9pt; text-decoration:underline;}
A:visited { color:#3E4C67; font-size:9pt; text-decoration:underline;}
A:active  { color:#3E4C67; font-size:9pt; text-decoration:underline;}
A:hover   { color:#3E4C67; font-size:9pt; text-decoration:none;}

A.Redlink:link    { color:#EA2728; font-weight:bold; font-size:11pt; text-decoration:none;}
A.Redlink:visited { color:#EA2728; font-weight:bold; font-size:11pt; text-decoration:none;}
A.Redlink:active  { color:#EA2728; font-weight:bold; font-size:11pt; text-decoration:none;}
A.Redlink:hover   { color:#EA2728; font-weight:bold; font-size:11pt; text-decoration:underline;}

A.LinkMenu:link    { color:#FFFFFF; font-weight:bold; font-size:11pt; text-decoration:none;}
A.LinkMenu:visited { color:#FFFFFF; font-weight:bold; font-size:11pt; text-decoration:none;}
A.LinkMenu:active  { color:#FFFFFF; font-weight:bold; font-size:11pt; text-decoration:none;}
A.LinkMenu:hover   { color:#7D3C42; font-weight:bold; font-size:11pt; text-decoration:none;}

.tdForm { width:120px; background-color:#eeeeee;}
.error { color:Red ;}
.field { font-family:Arial }

.trHeader { font-weight:bold; font-size:11pt;}
.OrangeHeader {color:#F87D15; font-weight:bold; font-size:13pt}
.BlackHeader {color:#3F3933; font-weight:bold; font-size:13pt}
.OrangeHeaderSmaller {color:#F87D15; font-weight:bold; font-size:11pt}
.BlackHeaderSmaller {color:#3F3933; font-weight:bold; font-size:11pt}



div#qTip {
 padding: 3px;
 border: 1px solid #666;
 border-right-width: 2px;
 border-bottom-width: 2px;
 display: none;
 background: #999;
 color: #FFF;
 font: bold 11px Verdana, Arial, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
}