*{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
}
body {	
	font-size : 12px;
	background-image: url(images/headers/cssBackground.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin:0px;
	padding:0px;
	/*background-attachment:fixed;	*/
	background-position:top left;
}

/*styles used for popup windows*/
body.popupBackgroundWhite {
	font-size : 12px;
	background-color: #FFFFFF;
 	background-image: url(images/whiteBackground.gif); 
	background-repeat: repeat;
}

body.popupBackground {
	font-size : 12px;
 	background-color: #FFFFFF; 
 	background-image: url(images/annoucementPopUp.jpg); 
	background-repeat: repeat;
}
/*end styles for pop up windows*/
#Header
{
	background-color:#DAE5FF;
	font-weight:bold;
	color:#FFFFFF;
	font-size:10px;
}
#LeftNav
{
	vertical-align:top;
	text-align:left;
	width:141px;
}
#ContentPanel
{
	vertical-align:top;
	width:619px;
	padding-left:5px;
}
#Footer
{

}
.relatedinfo {
	font-size : 10px;
}
.smallprint
{
	font-size:10px;
}	 
DIV	 
{
	font-size : 10px;
}
	  
p {
	font-size : 10px;
}
 .address {
 	font-size : 10px;
 	color : #666666;
 }     
 a.menu 
 {
	text-decoration:none;
	font:bold 10px verdana, tahoma, arial;
	color:#000066;
}
p.menu 
{
	text-decoration:none;
	font:bold 10px verdana, tahoma, arial;
	color:#000066;
}
 a {
	text-decoration:none; 
	color:#cc6600;
	font-weight: bold;
 }
 
 a.link:hover{
 	color:#cc0000;
}
     
     
 SELECT {
 	text-decoration:none;
	font: 10px verdana,tahoma,arial;
	color:#000066;
}

 INPUT { 
 	font-size:10px;
	color:#000066; 
}

TEXTAREA 
{
	text-decoration:none;
	font: 10px verdana,tahoma,arial;
	color:#000066;
}    
     
UL {
	
	font-size : 10px;
	line-height: 19px;
}

OL {
	font-size : 12px;
}
 
.big {
	font-weight : bolder;
	font-size : 18px;
}
 
.normal {
	font-size : 12px;
}
 
.small {
	font-size : 10px;
}
 .contentTitle{
	 font-size:21px;
	 font-weight:500;
	 font-family:Tahoma;
	 color:#666666;
 }
.contentTitle .highlight
{	
	font-size:21px;
	font-weight:600;
	font-family:Tahoma;
	color:#262626;
	text-decoration:underline;
}

.legend {
 font-size : 10px;
 color : Gray;
}

.blue {
 font-size : 12px;
 color : #000066;
 font-weight : bold;
}
 
td.smalltable {
 font-size : 10px;
}     
td.cartSumTop {
	border: 1px solid #000000;
}
td.carftSumLeft {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
td.cartSumRight {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.partsDBSWItem{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
}
/*CPF.  Added style for regular table cell.  
bgcolor="#EEEEEE" valign="top" and font is correct.
*/
.tdForm{
	background-color:#EEEEEE;
	/*vertical-align:top;*/
	font-size:10px;
}
.tdFormDark
{
	background-color:#CCCCCC;
	font-size:10px;
}
.tdFormBlue{
	background-color:#D2DEFA;
	/*vertical-align:top;*/
	font-size:10px;
}
.ProofLink
{
	color:#000000;
	font-size:10px;
}

/*BEGIN Splash Page
*/
#splashPage {
	background-color: #6f82b0;
	background-image: url(images/splash/background.gif);
	background-repeat: repeat-x;
}
#splashPage img {
	border-width:0px
}
#splashHead {
	background-color: #1f3c66;
	height: 67px;
	white-space: nowrap;

	
}
#splashHead h1{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	display: inline-block;
	margin-left: 500px;
	margin-top: -32px;
	
}
#splashContent {
	height: 302px;
	margin-top: 16px;
	white-space: nowrap;
	
}
