h1{
	margin: 0px;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #003366;	
}

h2{
	margin: 0px;
	font-family: Verdana;
	font-size: 14px;	
	font-weight: bold;
	font-style: normal;
	color: #003366;
}
h3{
	margin: 0px;
	font-family: Verdana;
	font-size: 12px;	
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
}
h4{
	margin: 0px;
	font-family: Verdana;
	font-size: 10px;	
	font-weight: bold;
	font-style: italic;
	color: #660000;
}
ul{
	padding-left: 15px;
}
body{
	margin-left: 0px;
	margin-top: 0px;
	font-family: Verdana;
	font-size: 12px;
	color: black;	
	background-color: #999999;
}
a.big_yellow {
	font-size: 16px;
	font-weight: bold;
	color: yellow;
	text-decoration: none;
}

a.big_yellow:hover{
	font-size: 16px;
	font-weight: bold;
	color: yellow;
	text-decoration: underline;
}
input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	background-color: #8CB3D9;
	border: 1px white solid;
}
textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: white;
	border: 2px silver solid;
}
a.white {
	color: #ffffff;
	font-size: 13px; 
	font-weight: bold; 
	text-decoration: none;
}
a.white:hover {
	color: #ffffff;
	font-size: 13px; 
	font-weight: bold; 
	text-decoration: underline;
}
a.menu  {
	color: #ffffff;
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: none;
	}
a.menu:hover{
	color: #ffffff;
	font-size: 12px; 
	font-weight: bold; 
	text-decoration: underline;
}
a.menu_small  {
	color: #999999;
	font-size: 10px; 
	font-weight: bold; 
	text-decoration: none;
	}
	
a.menu_small:hover{
	color: #999999;
	font-size: 10px; 
	font-weight: bold; 
	text-decoration: underline;
}
.text_align{
	_text-align: center;
}

.page{
	/*background-color: white;	*/
	margin-left: auto;
	margin-right: auto;
	width: 984px;	
	position: relative;
	/*border: 1px black solid;*/
}
.picture{
	margin-top: 20px;
	border: solid white 2px;
}
.footer_copyright{
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	color: #ff4500;
	text-align: center;
}
