body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: center top;
	margin: 10px;
	padding: 10px;
}
h1 {
	font-family: "Tempus Sans ITC", Arial, sans-serif;
	font-size: 28px;
	color: #7C1618;
	line-height: 12px;
	padding-top: 12px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #7C1618;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CE0000;
}
a, a:link, a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover, a:visited:hover {
	color: #0000FF;
	text-decoration: underline;
}
form {
	margin: 0px;
}

ul {
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 10px;
}
li {
	padding-bottom: 10px;
}

p, .paragraph {
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 6px;
}

blockquote, .block {
	padding-right: 16px;
	padding-left: 16px;
	margin: 0px;
}

.sans {
	font-family: Arial, Helvetica, sans-serif;
}
.serif {
	font-family: "Times New Roman", Times, serif;
}

.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
	text-indent: 0px;
}
.justify {
	text-align: justify;
}
.highlight {
	font-style: italic;
	font-weight: bold;	
}
.header {
	font-weight: bold;
	font-style: italic;
	padding-top: 10px;
	text-align: center;
}
.subheader {
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	color: #0099FF;
	background-color: #333333;
}
.nav_on, .nav {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 8px;
}
.nav_on a, .nav_on a:link, .nav_on a:visited{
	display: block;
	color: #BBC6DC;
	text-decoration: none;
}
.nav_on a:hover, .nav_on a:visited:hover{
	text-decoration: none;
	color: #BBC6DC;
}
.nav a, .nav a:link, .nav a:visited{
	display: block;
	color: #000000;
	text-decoration: none;
}
.nav a:hover, .nav a:visited:hover{
	text-decoration: none;
	color: #0000FF;
}
.error {
	color: #E92D25;
}
.errorborder {
	background-color: #990000;
	border: 1px solid #E92D25;
	color: #FFFFFF;
}
.success {
	color: #0066CC;
}

.successborder {
	background-color: #DDDDDD;
	border: 1px solid #0066CC;
	color: #0066CC;
}

.admin {
	background-color: #AAAAAA;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.admin  a, .admin  a:link, .admin a:visited {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
.admin a:hover, .admin a:visited:hover {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}
.adminbar {
	background-color: #DDDDDD;
	color: #333333;
}

.admin1 {
	color: #640000;
}
.admin2 {
	color: #006400;
}
.admin3 {
	color: #640064;
}

.black {
	color: #000000;
}
.red {
	color: #990000;
}
.blue {
	color: #000099;
}
.purple {
	color: #990099;
}
.green {
	color: #009900;
}
.orange{
	color: #FF9900;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.cellbutton {
	background-color: #F6F6F6;
	display: block;
	width: 100%;
	height: 100%;
}
.cellbutton a{
	background-color: #EEEEEE;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #000000;
}
.cellbutton a:hover{
	background-color: #DDDDFF;
	text-decoration: none;
	color: #0000FF;
}
.cellbutton2 {
	background-color: #EFEFFF;
	display: block;
	width: 100%;
	height: 100%;
}
.cellbutton2 a{
	background-color: #EFEFFF;
	display: block;
	text-decoration: none;
	color: #000000;
	width: 100%;
	height: 100%;
}
.cellbutton2 a:hover{
	background-color: #DDDDFF;
	text-decoration: none;
	color: #0000FF;
}
.border {
	border: 1px solid #000000;
}
.border2 {
	border: 2px solid #FFFFFF;
}


.pad {
	padding: 6px;
}
.pad2 {
	padding: 8px;
}
.colpad {
	padding-bottom: 10px;
}
.rowpad {
	padding-right: 10px;
	padding-left: 10px;
}



.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 1px;
}
.buttoncell {
	font-size: 12px;
	color: #333333;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	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 {
	text-decoration: none;
}

.backimage {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}
.homeimage {
	background-image: url(elements/back-cross.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}
.mainback {
	background-color: #FFFFFF;
}

.main {
	color: #000000;

}
.main a, .main a:link, .main a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}
.main a:hover, .main a:visited:hover{
	color: #0000FF;
	text-decoration: none;
}
.blackback {
	background-color: #202020;
}
.blacklink {
	color: #FFFFFF;
}
.blacklink a, .blacklink a:visited {
	color: #0099FF;
	text-decoration: underline;
}
.blacklink a:hover, .blacklink a:visited:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.darkback {
	background-color: #786777;
}
.darklink {
	color: #FFFFFF;
}
.darklink  a, .darklink  a:link, .darklink a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.darklink a:hover, .darklink a:visited:hover {
	color: #FFFF00;
	text-decoration: none;
}
.lightlink {
	color: #000000;
	background-color: #DEDEDE;
}
.lightlink a, .lightlink a:visited {
	color: #000000;
	text-decoration: underline;
}
.lightlink a:hover, .lightlink a:visited:hover {
	color: #0000FF;
	text-decoration: none;
}

.dark1 {
	color: #006600;
}
.dark2 {
	color: #7C1618;
}
.light1 {
	color: #AACCEE;
}
.light2 {
	color: #FFEECC;
}
.light3 {
	color: #96EDA3;
}
.title {
	font-size: 36px;
}
.big {
	font-size: 20px;
}
.notice {
	font-size: 16px;
}
.normal {
	font-size: 14px;
	
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	list-style-position: outside;
	list-style-type: square;
	text-align: left;
	text-indent: 0px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.formnorm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}
.formlabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 1px;
}
.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 1px;
}

.bar1 {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #7CC47D;
}
.bar2 {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #8C8CD8;
}
.bar3 {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #000000;
}
