body {
	margin: 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px;
	background-color: #FFFFFF;
	color: #000e18;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color : #663333;
	line-height: 48px;
}
	
h2 { 
	  font-size: 18px; 
	  font-weight: bold; 
		color : #666666;	  
}
	
h3 { 
	  font-size: 12px; 
	  font-weight: bold; 
	  color : #6c0107;
	  font-style: italic;
}
a {
	text-decoration: none;
}
a:link, a:visited{
	color: #6b1d98;
	text-decoration: underline;
}
a:hover, a:visited:hover {
	color: #6b1d98;
	text-decoration: none;
}
ul {
	text-indent: 0px;
	list-style-position: outside;
	list-style-type: square;
	font-size: 13px;
}
li {
	font-size: 13px;
	list-style-position: outside;
	list-style-image: url(elements/bullet.gif);
	padding-bottom: 4px;
}

.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: justify;
	font-size: 14px;
	text-indent: 15px;
}

.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;
}
.successborder {
	background-color: #DDDDDD;
	border: 1px solid #0066CC;
	color: #0066CC;
}

.black {
	color: #000000;
}
.white {
	color: #FFFFFF;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 1px;
}
.border {
	border-top-width: 12px;
	border-right-width: 12px;
	border-bottom-width: 0px;
	border-left-width: 12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EBE7E4;
	border-right-color: #EBE7E4;
	border-bottom-color: #EBE7E4;
	border-left-color: #EBE7E4;
}
.border2 {
	border: 1px solid #000000;
}

.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;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #646278;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.light1 {
	color: #F2E3C2;
}
.light2 {
	color: #CAE5F0;
}
.light3 {
	color: #53DCF4;
}
.admin {
	background-color: #AAAAAA;
	color: #333333;
	font-size: 14px;
}
.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;
}
.main {
	background-color: #FFFFFF;
	color: #000e18;
	font-size: 14px;
}
.main  a, .main a:link, .main a:visited {
	text-decoration: underline;
	color: #6b1d98;
	font-weight: bold;
}
.main a:hover, .main a:visited:hover {
	color: #6b1d98;
	text-decoration: none;
}
.darkback  {
	background-color: #646278;
}
.darklink {
	color: #EBE7E4;
}
.darklink  a, .darklink  a:link, .darklink a:visited {
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}
.darklink a:hover, .darklink a:visited:hover {
	color: #000099;
	text-decoration: underline;
	font-weight: bold;
}
.dark1 {
	color: #663333;
}
.dark2 {
	color: #333333;
}
.dark3 {
	color: #4F81BD;
}

.lightback  {
	background-color: #CBD8E0;
}


.lightlink {
	color: #000000;
}
.lightlink a, .lightlink a:link, .lightlink a:visited {
	color: #4B5D8B;
	text-decoration: none;
	font-weight: bold;
}
.lightlink a:hover, .lightlink a:visited:hover {
	color: #8C9BC1;
	text-decoration: underline;
	font-weight: bold;
}
.blackback, .blacklink {
	background-color: #202020;
}
.blacklink {
	color: #FFFFFF;
}
.blacklink a, .blacklink a:link, .blacklink a:visited {
	text-decoration: none;
	color: #FF9999;
	font-weight: bold;
}
.blacklink a:hover, .blacklink a:visited:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
.nav, .nav_on {
	background-color:#F7F7F7;
	border: 1px solid #CCCCCC;
	width:113px;
	font-size:12px;
	font-weight:bold;
	text-align: left;
	line-height: 12px;
	margin-left: 14px;
}
.nav a, .nav a:link, .nav a:visited {
	display: block;
	color:#6b1d98;
	text-decoration: none;
	background-repeat:no-repeat;
	background-position: 2px 8px;
	padding-left:12px;
	background-image:url(elements/bullet.gif);
	display: block;
	line-height: 12px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
}
.nav_on a, .nav_on a:link, .nav_on a:visited {
	display: block;
	color:#000000;
	text-decoration: none;
	background-repeat:no-repeat;
	background-position: 2px 8px;
	padding-left:12px;
	background-image:url(elements/arrow.gif);
	display: block;
	line-height: 12px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
}
.nav a:hover, .nav a:visited:hover {
	background-color:#ffdb60;
	color:#6b1d98;
}
.imagebutton a, .imagebutton a:link, .imagebutton a:visited{
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(elements/button_off.gif);
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 86px;
}
.imagebutton a:hover, .imagebutton a:visited:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(elements/button_on.gif);
}
.title {
	font-size: 24px;
}
.big {
	font-size: 16px;
}
.tagline {
	font-size: 10px;
}


.notice {
	font-size: 15px;
}
.list {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.small {
	font-size: 12px;
}

.tiny {
	font-size: 11px;
}
.pad {
	padding: 6px;
}

.bar1 {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #646278;
}
.bar2 {
	background-image: url(elements/grad2.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #80457D;
}
.bar3 {
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #998979;
	background-image: url(elements/grad3.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
strong {
	font-size: 16px;
	font-weight: bold;
}
.formnorm {
	font-size: 14px;
	color: #000099;
	font-weight: bold;
}
.formlabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 1px;
}
