body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	background-color: #DDDDDD;
	margin: 10px;
	padding: 10px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	color: #E7CD00;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #E7CD00;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CE0000;
}
li {
	font-size: 13px;
	list-style-position: outside;
	padding-top: 4px;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:link, a:visited{
	color: #34A4C9;
}
a:hover, a:visited:hover {
	color: #78C4DC;
	text-decoration: underline;
}
.title {
	font-size: 32px;
	font-variant: small-caps;
}
.big {
	font-size: 20px;
}
.notice {
	font-size: 16px;
	font-weight: bold;
}
.main {
	font-size: 13px;
}
.list {
	font-size: 16px;
	line-height: 22px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.sans {
	font-family: Arial, Helvetica, sans-serif;
}
.serif {
	font-family: "Times New Roman", Times, serif;
}

.left {
	text-align: left;
	text-indent: 0px;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
	text-indent: 0px;
}
.paragraph {
	text-align: left;
	font-size: 13px;
}
.justify {
	text-align: justify;
}
.italic {
	font-style: italic;
}

.highlight {
	font-style: italic;
	font-weight: bold;	
}
.error {
	color: #E92D25;
}
.errorborder {
	background-color: #990000;
	border: 1px solid #E92D25;
	color: #FFFFFF;
}
.success {
	color: #0066CC;
}
.black {
	color: #000000;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 1px;
}
.buttoncell {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	text-align: center;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #FFFFFF;
	background-color: #D4D0C8;
	font-weight: bold;
	padding: 2px;
}
.buttoncell a, .buttoncell a:link, .buttoncell a:visited {
	color: #333333;
	text-decoration: none;
}
.navback {
	color: #FFFFFF;
	background-color: #D00000;
	background-image: url(elements/navgrad.jpg);
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.nav_on, .nav {
	display: block;
}
.nav_on a, .nav_on a:visited {
	color: #000000;
	text-decoration: none;
	display: block;
}
.nav_on a:hover, .nav_on a:visited:hover {
	color: #000000;
	text-decoration: none;
	background-image: url(elements/nav_on.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.nav a, .nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.nav a:hover, .nav a:visited:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(elements/nav_on.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.border {
	border: 10px solid #FFFFFF;
}
.border2 {
	border: 1px solid #CBD4D9;
}

.header {
	color: #FFFFFF;
	background-color: #000000;
}
.subheader {
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #BBBBBB;
	padding: 4px;
	font-size: 16px;
}
.footer {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #7D6E69;
	height: 120px;
	font-family: Arial, Helvetica, sans-serif;
}
.darkback {
	color: #FFFFFF;
	background-color: #404040;
}
.light1 {
	color: #E7CD00;
}
.light2 {
	color: #A6BAD3;
}
.darklink {
	color: #FFFFFF;
	background-color: #336667;
}
.darklink a, .darklink a:visited {
	color: #D7D579;
	text-decoration: none;
}
.darklink a:hover, .darklink a:visited:hover {
	color: #FFFF00;
	text-decoration: underline;
}
.dark1 {
	color: #0000FF;
}
.dark2 {
	color: #696C70;
}
.lightlink {
	color: #000000;
	background-color: #CDCB98;
}
.lightlink a, .lightlink a:visited {
	color: #0066FF;
	text-decoration: none;
}
.lightlink a:hover, .lightlink a:visited:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.blacklink, .blackback {
	background-color: #202020;
	color: #FFFFFF;
}
.blacklink a, .blacklink a:visited {
	color: #34A4C9;
	text-decoration: none;
}

.blacklink a:hover, .blacklink a:visited:hover {
	color: #78C4DC;
	text-decoration: none;
}
.pad {
	padding: 8px;
}
.bar1 {
	background-image: url(elements/grad1.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #2A445F;
}
.bar2 {
	background-image: url(elements/grad2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 18px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #6C6D6F;
}
.bar3 {
	background-image: url(elements/grad3.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #6C6D6F;
}
strong {
	font-size: 16px;
	font-weight: bold;
}
