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

.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #FFFFFF;
	text-indent: 20px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {color: #669900;	text-decoration: none;}
a:visited {color: #b01319; text-decoration: none;}
a:hover {color: #003399; text-decoration: underline;}
a:active {color: #990066; text-decoration: none;}
 
.main {
	text-align:justify;
	padding-top: 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	text-indent: 0px;
}
h2 {
	color: #003399;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size:16px;
}
.sub_header {
	color:#990066;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
}
.menu {
	padding: 0px;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
	text-align:center;
	background-color:#cc9933;
}
.home {
	padding: 0px;
	text-decoration:none;
}
.breadcrumb {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 12px;
	color: #7e9911;
}
