@charset "iso-8859-1";

body 
	{	font-family:			Geneva,Arial,Helvetica;
		font-size:				15px;
		color: #292929;
		text-decoration:		none;
		margin-left:			0px;
		margin-right:			0px;
		margin-top:				0px;
		margin-bottom:			0px;
      	background-color: White;
		background: #DCDCDC;
		list-style-type: square;
		list-style-position: outside;
		font-size:				15px;
		background-image: url(images/bg.jpg);
	}
	
.submitbtn 
{ font-family: Geneva,Arial,Helvetica; 
 font-size: 12px; 
 color: #ffffff; 
 background-color: #8B0000; 

} 

.formfield 
{ font-family: Geneva,Arial,Helvetica; 
 font-size: 12px; 
 color: #B8860B; 
 background-color: White; 

} 
	
margin15px
   {	font-weight:			normal;
		color:					#FF0000;
		text-indent:			15px;
	}
	
margin90pix {
	text-indent: 90px;
	font-family: Geneva,Arial,Helvetica;
	font-size: 15px;
	left: 90px;
}

.bigheadings
	{	font-family:			Geneva,Arial,Helvetica;
		font-size:				24px;
		color:					#000000;
		text-decoration:		none;
		margin-left:			0px;
		margin-right:			0px;
	}

.biglist
	{	font-family:			Geneva,Arial,Helvetica;
		color: Black;
		text-decoration:		none;
		margin-left:			0px;
		margin-right:			0px;
		list-style-type: square;
		list-style-position: outside;
		font-size:				15px;
	}
h1 
	{	font-family:			Geneva,Arial,Helvetica;
		font-size:				20px;
		color:					#000000;
		text-decoration:		none;
		margin-left:			0px;
		margin-right:			10px;
	}

h2 
	{	font-family:			Geneva,Arial,Helvetica;
		font-size:				20px;
		font-weight:				bold;
		color:					#000000;
		text-decoration:		none;
		margin-left:			0px;
		margin-right:			10px;
	}

p 
	{	font-family:			Geneva,Arial,Helvetica;
		font-size:				15px;
		color:					#292929;
		text-decoration:		none;
		
	

		
	}

td 
	{	font-size:				15px;
		color:					#515151;
		text-decoration:		none;
	}
		
.button
	{
		text-align:     		center;
		text-decoration:		none;
		color:          		#000000;
		background:     		#999999;
		border-top:     		2px solid #CCCCCC;
		border-left:    		2px solid #CCCCCC;
		border-right:   		2px solid #666666;
		border-bottom:  		2px solid #666666;
		font-family:    		Geneva,Arial,Helvetica, sans-serif;
	}

.dropdown
	{
		border-top:     		2px solid #666666;
		border-left:    		2px solid #666666;
		border-right:   		2px solid #cccccc;
		border-bottom:  		2px solid #cccccc;
		background:				#ffffff;
	}

.smalltext
	{	font-family:			Geneva,Arial,Helvetica;
		font-size:				10px;
		font-weight:			normal;
		color:					#000000;
		text-decoration:		none;
	}

.footer
	{	font-family:			Geneva,Arial,Helvetica;
		font-size:				10px;
		font-weight:			normal;
		color:					#FFFFFF;
		text-decoration:		none;
	}
	
.FEATURED 
	{	font-family:			Geneva,Arial,Helvetica;
		font-size:				20px;
		font-weight:			bold;
		color:					#000000;
		text-decoration:		none;
	}

A:link
	{	font-weight:			normal;
		color: Navy;
		text-decoration:		underline;
	}

A:active
	{	font-weight:			normal;
		color:					#00008B;
		text-decoration:		underline;
	}

A:visited
	{	font-weight:			normal;
		color: #00008B;
		text-decoration:		underline;
	}

A:hover
	{	font-weight:			normal;
		color: Blue;
		text-decoration:		underline;
	}

A.tablelink:link
	{	font-weight:			normal;
		color:					#FFFFFF;
		text-decoration:		underline;
	}

A.tablelink:active
	{	font-weight:			normal;
		color:					#FFFFFF;
		text-decoration:		underline;
	}

A.tablelink:visited
	{	font-weight:			normal;
		color:					#FFFFFF;
		text-decoration:		none;
	}

A.tablelink:hover
	{	font-weight:			normal;
		color:					#FF0000;
		text-decoration:		underline;
	}

A.leftpanelitems:link, A.leftpanelitems:visited
{ 
	color:			#FFFFFF;
	text-decoration:	none;
	font-family:		Geneva,Arial,Helvetica;
	font-size:		15px;
	font-style:		normal;
	font-weight:		bold;
}

A.leftpanelitems:active, A.leftpanelitems:hover
{
	color:			#6666FF;
	text-decoration:	none;
	font-family:		Geneva,Arial,Helvetica;
	font-size:		10pt;
	font-style:		normal;
	font-weight:		bold;
}
	
.tableborder
	{	
		background-color:		#666666;
	}

.tableheading
	{	font-family:			Geneva,Arial,Helvetica;
		font-size:				15px;
		font-weight:			bold;
		color:					#FFFFFF;
		text-decoration:		none;
		background-color:		#666666;
	}

.tablefooter
	{	font-family:			Geneva,Arial,Helvetica;
		font-size:				10pt;
		font-weight:			bold;
		color:					#000000;
		text-decoration:		none;
		background-color:		#CCCCCC;
	}

.tablebody
	{	font-family:			Geneva,Arial,Helvetica;
		font-size:				15px;
		font-weight:			bold;
		color:					#000000;
		text-decoration:		none;
		background-color:		#FFFFFF;
	}
	
.tablebodyon
	{	font-family:			Geneva,Arial,Helvetica;
		font-size:				15px;
		font-weight:			bold;
		color:					#000000;
		text-decoration:		none;
		background-color:		#CCCCCC;
	}
	
.tablebutton
	{
		text-align:     		center;
		text-decoration:		none;
		color:          		#000000;
		background:     		#999999;
		border-top:     		2px solid #cccccc;
		border-left:    		2px solid #cccccc;
		border-right:   		2px solid #666666;
		border-bottom:  		2px solid #666666;
		font-family:    		Geneva,Arial,Helvetica, sans-serif;
	}

.tablefield
	{
                font-family:		Geneva,Arial,Helvetica;
		font-size:			15px;
		border-top:     		2px solid #666666;
		border-left:    		2px solid #666666;
		border-right:   		2px solid #cccccc;
		border-bottom:  		2px solid #cccccc;
		background:				#ffffff;
	}

.tableleftcell
	{	font-family:		Geneva,Arial,Helvetica;
		font-size:			15px;
		color:			#FFFFFF;
		text-decoration:		none;
		background-color:		#666666;
	}

.tableleftcellnocontent
	{	font-family:		Geneva,Arial,Helvetica;
		font-size:			15px;
		color:			#000000;
		text-decoration:		none;
		background-color:		#FFFFFF;
	}

A.sidelink:link
	{	color:					#000000;
		font-weight:			bold;
		text-decoration:		none;
	}

A.sidelink:active
	{	color:					#000000;
		text-decoration:		none;
	}

A.sidelink:visited
	{	color:					#000000;
		text-decoration:		none;
	}

A.sidelink:hover
	{	color:					#FFFFFF;
		text-decoration:		none;
	}

