
/* IMPORTS *****************/



/* COMMON ***********************************************/
body {
	margin: 0px;
	font-size : 100%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
	background-color : #E9F3FF; 
}

/*
td {
	color: #494949;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
}
*/
A,A.fl,A.flAT{
font-weight:bold;
}

A:link,A:visited {
	color : #3A3B8B; 
	text-decoration : underline; 
} 

A:active , A:hover {
	color : #0062C4; 
	text-decoration : none; 
}

ul, ol, p,td,div,span {
	font-size : 90%; 
	color: #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
} 

li{
	margin-bottom:6px;
}

p{
	padding-top:0;
	margin-top:0;
}

.stxt{
	font-size:70%;
}



/* CLASSES ***************************************/


H1,.hdr{
	font-weight : bold; 
	font-size : 120%; 
	color : #0A2327;
	font-family : Helvetica, Verdana, Geneva, Arial, sans-serif; 
	padding-bottom : 10; 
	margin-bottom : 0; 
}

H2,.subhdr{
	font-weight : bold; 
	font-size : 105%; 
	color : #38388A;
	font-family : Helvetica, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	padding-top : 0; 
	padding-bottom : 2px; 
	margin-bottom : 0px; 
} 

H3,.sshdr{
	font-weight : bold; 
	font-size : 100%; 
	color : #ff6215; 
	font-family : Helvetica, Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

.italic , I,.bolditalic {
	font-style : italic; 
	font-weight : normal; 
	color : #606060; 
} 

.bold , B,strong,.bolditalic {
	font-weight : bold; 
	color:#585858;
} 


.NotoriousBIG {
	font-size: 145%;
	font-weight: bold;
	color: #3D3D8D;
}


.address {
	font-size: 11px;
	font-weight: bold;
	color: #1E3F66;
}

.whatsNew {
	font-size: 11px;
	color: #1D3E65;
}

.red{
	color: red;
}

.note {
background-color : yellow; 
} 
/* MAIN PAGE **************************************/


A.mpBoxLink{
font-weight:bold;
font-size:12px;
}

A.mpBoxLink:link,A.mpBoxLink:visited {
	color : #3A3B8B; 
	text-decoration : underline; 
} 

A.mpBoxLink:active , A.mpBoxLink:hover {
	color : #0062C4; 
	text-decoration : none; 
}

/* DATA TABLE *************************************/

.dataTable {
	border : 1px solid #384E6D; 
} 
.rowHead,.rowHeader {
	background : #95abd8; 
	font-weight:bold;
	color : #ffffff; 
} 
.rowOdd {
	background : #A9BAD3; 
} 

.subdash{
	color:0000ff;
	font-size:12px;
}
.navHeader {
background:#ffffff;
border-bottom:1px solid #DAD7CF;
}
.navaRow{
font-size:12.5px;
border-bottom:1px solid #CCC7BD;
}

.navaRowFoot{
font-size:12.5px;
}

/* FOOTER *************************************/



.footer {
	font-size: 80%;
	color: #000000;
	font-weight:bold;
}

.subsubfootertextatthebottomofthepage{
	font-size: 10px;
	color: #000000;
	padding-left:10px;
}

A.fl,A.flAT{
line-height:155%;
}

a.fl:link,a.fl:visited {
	font-weight: bold;
	color: #3A3B8B;
}


a.fl:hover,a.fl:active {
	font-weight: bold;
	color: #0062C4;
	text-decoration: none;
}


a.flAT:link,a.flAT:active,a.flAT:visited,a.flAT:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


/* ERROR STYLES ********************************/

.smallerror {
	font-weight : bold;
	color : #ff6600;
	font-size : 10.5px;
}
.error, .error_box {
	font-weight : bold;
	color : #FF0000;
	background: #FFDFDF;
	border:1px solid #7F9DB9;
	visibility:hidden;
	padding:4px;
}
.error2, .error_box2 {
	font-weight : bold;
	color : #FF0000;
	background: #FFDFDF;
}

INPUT.error, SELECT.error, TEXTAREA.error {
  font-weight: normal;
  color: black;
  background-color: yellow;
}
