/* CSS Document */

body {
	font-family:"Times New Roman", Times, serif;
	color:#000066;
}

a:link, a:visited, a:active {
	color:#006699;
	text-decoration:none;
	font-style:inherit;
}

a:hover{
	color:#1144DD;
	background:#CCFFCC;
}
h1{
	font-size:24px;
	text-align:center;
}

h2{
	font-size:20px;
	padding-left:20px;
}

.headtext{
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.maintext{
	font-size:13px;
}

.subtext{
	font-size:12px;
	text-align:center;
	font-style:italic;
}

.linktitles{
	font-style:italic;
	font-weight:bold;
	font-size:11px;
	color:#FF0000;
}
.headlinks{
	font-size:12px;
	text-transform:uppercase;
	font-weight:bolder;
	text-decoration:underline;
	color:#006699;

}

.mainlinks{
	font-size:12px;
	font-stretch:extra-expanded;
	text-transform:uppercase;
}

.sublinks{
	font-size:12px;
	font-style:italic;
}
