@charset "utf-8";
/* CSS Document */

.button {
	font-family: 				Geneva, Arial, Helvetica, sans-serif;
	font-size: 					10px;
	font-weight: 				bold;
	color: 						#FFFFCC;
	text-decoration:			none;
	text-align: justify;
	display: block;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	height: 40px;
	background-repeat: no-repeat;
	background-color: #0E3D99;
	text-indent: 20px;
			}

.navigation {
	font-family: 				Geneva, Arial, Helvetica, sans-serif;
	font-size: 					10px;
	font-weight: 				bold;
	color: 						#FFFFCC;
	text-decoration:			none;
	text-align: justify;
	display: block;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	height: 40px;
	background-color: #0E3D99;
	text-indent: 20px;
	background-repeat: no-repeat;
			}

a.navigation	{
	text-decoration:	none;
	padding-top: 10px;
	background-image: url(../images/page_elements/menu_up.jpg);
					}
					
a.navigation:hover 	{
	text-decoration:	none;
	color: 				#FF6600;
	padding-top: 10px;
	background-image: url(../images/page_elements/menu_over.jpg);	
}


.header_text {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border: none;
}
.align_center {
	text-align: center;
}
.image {
	margin-left: 0px;
	border-collapse: collapse;
}

a.footer {
		color:#FFFFFF;
		text-decoration: none;
		}
		
a.footer:hover {
		color:#FF9900;
		text-decoration: none;
		}
		
.submit {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0E3B98;
	margin: 3px;
	padding: 3px;
	width: 120px;
	border: thin groove #4379e6;
}

.submit:hover {
	background-color:#4379e6;
	border-color: #0E3B98;
	}

.reset {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0E3B98;
	margin: 3px;
	padding: 3px;
	width: 120px;
	border: thin groove #4379e6;
}

.reset:hover {
	background-color:#4379e6;
	border-color: #0E3B98;
	}

