@charset "utf-8";
/* CSS Document */

body {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066CC;
	line-height: 1.3em;
	margin: 0px;
}

body a:link, body a:visited, body a:active  {
	padding: 0px;
	color: #FF3300;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}


.footerTxt {
	color: #FFFFFF;
	size: 12px;
}

.largertxt {
	font-size: 16px;
}

.largetxt {
	font-size: 18px;
}

.smallertxt {
	font-size: 12px;
}

.justified {
	text-align: justify;
	padding: 0px;
}

#hover_nav a:link, #hover_nav a:visited, #hover_nav a:active, #hover_nav a:hover  {
	padding: 0px;
	color: #000066;
	text-decoration: none;
}

h1 {
	width: auto;
	margin-top: 10px;
	margin-bottom: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 2px;;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 25px;
	margin-left: 20px;
}

h2 {
	width: auto;
	margin-top: 10px;
	margin-bottom: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 2px;;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 25px;
	margin-right: 20px;
	text-align: right;
}

li{
	list-style-type: none;
	display: block;
	color: #6699FF;
	list-style-position: left;
	margin: 0px;
	padding: 0px;
}

#divContent {
	padding-left: 25px;
	padding-right: 25px;
}