/* CSS Document */

.menuOver {
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}
a:link { color: #333333; text-decoration: underline }
a:visited {  color: #333333; text-decoration: underline }
a:hover {  color: #333333; text-decoration: underline}
a:active { color: #333333; text-decoration: underline }
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333333;
	font-weight: normal;

}
.banner {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #CCCCCC;
	width: 400px;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 3px;



}
.header2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2em;

}
.topBar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-indent: 7px;


}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-type: circle;



}
.bodyTxt {
	font-size: small;
	list-style-type: disc;
	font-family: Georgia, "Times New Roman", Times, serif;



}
.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
}

