/***********************************************/
/* style_sheet.css                             */
/* Use with template style_sheet.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #003300;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a{
	color: #003300;
	text-decoration: underline;
	font-weight: normal;
}

a:link{
	color: #003366;
	text-decoration: none;
}

a:visited{
	color: #999999;
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration: underline;

}

h1{
 font-family: Verdana,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #003366;
 margin: 0px;
 padding: 0px;
 text-decoration: underline;
}

h2{
 font-family: Verdana,sans-serif;
 font-size: 100%;
 color: #003366;
 position: absolute;
}

h3{
 font-family: Verdana,sans-serif;
 font-size: 50%;
 color: #003366;
 margin: 0px;
 padding: 0px;
 text-decoration: underline;
 font-weight: normal;
}

h4{
 font-family: Verdana,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


