body 
{
	/*background-image: url(images/gray_background.jpg);*/
	font-family: Verdana;
	font-size: 10pt;
	color: black;
	margin: 0px;
}

input
{
	font-family: Verdana;
	font-size: 8pt;
	color: black;
}

input.button
{
	border: 1px solid black;
	color: #ffffff;
	background-color: #006633;
	cursor: hand;
}

input.clickedButton
{
	border: 1px solid black;
	background-color: #CCFFCC;
	color: black;
	cursor: hand;
}

select
{
	font-family: Verdana;
	font-size: 10pt;
	color: black;
}

table
{
	font-family: Verdana;
	font-size: 10pt;
	color: black;
}

table.disclaimer
{
	font-family: Verdana;
	font-size: 7.5pt;
	color: black;
}

td.headerBlue 
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
}

td.header 
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
}


td.headerItalic
{
	font-weight: bold;
	font-style: italic;
	font-size: 10pt;
	color: black;
}

td.title 
{
	font-style: italic;
	font-weight: bold;
}

td.bold 
{
	font-weight: bold;	
}

td.boldRed 
{
	font-weight: bold;	
	color: red;
}

td.darkRed
{
	font-family: Helvetica, Arial, sans-serif;
	color: #660000;
}

a:link	{	
	font-weight:	    bold;	
}
		
a:visited	{	
	font-weight:	    bold;
}	
		
a:active	{	
	font-weight:	    bold;	
}	
		
a:hover {	
	font-weight:	    bold;	
}

a.menu:link	{	
	text-decoration:	none;
	font-weight:	    bold;
	color:				#0077BA;	
}
		
a.menu:visited	{	
	text-decoration:	none;
	font-weight:	    bold;
	color:				#0077BA;
}	
		
a.menu:active	{	
	text-decoration:	none;
	font-weight:	    bold;
	color:				#0077BA;	
}	
		
a.menu:hover {	
	text-decoration:	none;
	font-weight:	    bold;
	color:				#0077BA;		
}

.hand 
{
	cursor: hand;
}

a.bold:link	{	
	font-weight: bold;
}
		
a.bold:visited	{	
	font-weight: bold;
}	
		
a.bold:active	{	
	font-weight: bold;
}	
		
a.bold:hover {	
	font-weight: bold;		
}

a.underline:link	{	
	text-decoration: underline;
}
		
a.underline:visited	{	
	text-decoration: underline;
}	
		
a.underline:active	{	
	text-decoration: underline;
}	
		
a.underline:hover {			
	text-decoration: underline;
}

a.darkRed
{
	color: #660000;
}