/* CSS Document 

COLORS
background:		#E7E6DD

*/

td 
{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			8pt;
	line-height:		12pt;		
	color:				#000000;
}
input, select, textarea 
{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			8pt;
	line-height:		8pt;
	color:				#000000;

}
h1, h2, h3, h4 {
	font-family:		Georgia, "Times New Roman", Times, serif;
	color:				#663300;
}
h1
{
	font-weight:	100;
	font-size:		16pt;
	line-height:	18pt;
	text-align:		left;
	margin-bottom:	4px;
}
h2
{
	font-size:		12pt;
	line-height:	14pt;
	color:			#663300;	
	text-align:		left;	
}
h3
{
	font-weight:	bold;
	font-size:		9pt;
	line-height:	11pt;
	color:			#663300;	
	text-align:		left;
	margin-bottom: 	1px;
}
h4
{
	font-weight:	bold;
	font-size:		10pt;
	line-height:	14pt;
	color:			#F0DEB8;	
	text-align:		left;
	margin-bottom: 	1px;
}
a {
	text-decoration: 	underline;
	font-weight: 		bold;
}
a:link {
	color:				#663300; 
}
a:visited {
	color: 				#660000;
}
a:hover {
	color:				#663300; 
	text-decoration:	underline;
}
a:active {
	color:				#663300; 
	text-decoration:	underline;
}


.button{
	background-color: 	#000000;
	border: 			2px #000000 outset;
	padding: 			1px 4px;
	color: 				#FFFFFF;
	text-decoration: 	none;
	font-weight:		bold;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size:			8pt;
	line-height:		8pt;
}
.button:visited{
	color: 				#FFFFFF;
}
.button:hover{
	border-style: 		inset;
	background-color: 	#000000;
	padding: 			2px 3px 0 5px; /*shift text 1px to the right and down*/
}
.button:active{
	color: 				#000000;
}
#label
{
	font-weight:	normal;
	font-size:		8pt;
	line-height:	12pt;
	color:			#F0DEB8;	
	text-align:		left;
}
