/* CSS Document */
body {
	font-family: Verdana, Geneva, Arial, Helvetica; 
	font-size: 11px; 
	color: #000000; 
	background-color: #FFFFFF;
	margin-top: 0px; 
	margin-left: 0px;
	margin-right: 0px; 
	margin-bottom: 0px;

}

p	{
	font-family:  Verdana, Geneva, Arial, Helvetica;	
	font-size : 11px;
	}

td	{
	font-family:  Verdana, Geneva, Arial, Helvetica;	
	font-size : 11px;
	}
	
hr	{
	color: #6B8BA6;
}

h1	{
	font-family:  Verdana, Geneva, Arial, Helvetica;
	font-size: 16pt;
	color: #000000;
}

h2	{
	font-family:  Verdana, Geneva, Arial, Helvetica;
	font-size: 14px;
	color: #003366;
}

h3	{
	font-family:  Verdana, Geneva, Arial, Helvetica;
	font-size: 14px;
	color: #003366;
}

pre	{
	font-family : Courier ;
	font-size : 11px;
	line-height: 16px;
	}
	
/*----- link styles ----*/

.dummy a:hover {
	background: none;
}
/*work around for broswers that support hover. hover background color is red that 
shows on the products gif because of the transparent corners. this changes that to 
backgrouns color of white so it doesn't show*/

.white {
	color: #ffffff;
}

.white a:link {
	text-decoration : none;
	color: #ffffff;
}

.white a:visited {
	text-decoration : none;
	color: #ffffff;
}

.white a:hover {
	text-decoration : underline;
	color: #ffffff;
}

.nbhead a:link {
	text-decoration : none;
	color: #ffffff;
}

.nbhead a:visited {
	text-decoration : none;
	color: #ffffff;
}

.nbhead a:hover {
	text-decoration : none;
	color: #CC3333;
}

a:link {
	text-decoration : none;
	color: #BA1218;
}

a:visited {
	text-decoration : none;
	color: #BA1218;
}

a:hover {
	text-decoration : underline;
	color: #BA1218;
}

.links_nolink {
	color: #FFFFFF; 
	padding-top: 4px; 
	padding-bottom: 4px; 
	padding-left: 4px;
	padding-right: 4px;
}
.links a:link {	
	text-decoration : none;	
	color: #FFFFFF; 
	display:block; 
	background:transparent; 
	padding-top: 4px; 
	padding-bottom: 4px; 
	padding-left: 4px;
	padding-right: 4px;
}
.links a:visited {
	text-decoration : none;	
	color: #FFFFFF; 
	display:block; 
	background:transparent; 
	padding-top: 4px; 
	padding-bottom: 4px; 
	padding-left: 4px;
	padding-right: 4px;
}
.links a:hover {
	text-decoration: none;	
	color: #FFFFFF; 
	display:block; 
	background: #666666;
	padding-top: 4px; 
	padding-bottom: 4px; 
	padding-left: 4px;
	padding-right: 4px;
}


/*-- end link styles --*/

/*following mostly used with forms - exceptions are the ids formLabel and note and the th selector*/	
textarea  {
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica;
	}	

select  {
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica;
	}	
	
input  {
	font-size : 11px;
	font-family : Verdana, Geneva, Arial, Helvetica;
	}

.formLabel {
	font-size : 11px;
	line-height: 14px;
}
		
/*end following mostly used with forms*/
.smalldate {
	color: #000000; 
	font-family : Arial, Helvetica, Verdana, Geneva; 
	font-size: 10px; 
	font-weight: normal; 
}
.dummydot {
	font-size: 1px;
	color: #EEF9FF;
	line-height: 1px;
	}
	
.head {
	font-size: 14pt;
	}
	
.subhead { color: #000000; font-size:13px; font-weight: bold; font-style: italic;}
	
.whitehead {
	color: #ffffff;
	font-size: 14pt;
	}

/*
.dotHline {
	background-image:url(pics/DotHrLine.gif);
	background-repeat:repeat-x;
}

.content_table {
	background-image: url(pics/tablebg.gif);
	background-repeat: no-repeat;
}
.dummy_content {
	background-image: transparent;
} 
*/
.date { 
	color: #000000; 
	font-family : Verdana, Geneva, Arial; 
	font-size: 11px; 
	font-weight: bold;
	}
.red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;

}
.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #333333;
}
