﻿BODY { font-family: verdana, geneva, arial; margin: 0px; background-color: #000000; }

A:link    { color: #0000cc; text-decoration: none; }
A:active  { color: #0000cc; text-decoration: none; }
A:visited { color: #0000cc; text-decoration: none; }
A:hover { color: #0000cc; text-decoration: underline; }

h1 
{
	font-size: 12px; 
	color: #02103d; 
	font-weight: bold; 
	margin-bottom: 0px;
}

.introText { font-size: 11px; color: #000000; }
.text { font-size: 12px; color: #000000; }
.eventLink { font-size: 11px; color: #000000; }
.title { font-size: 12px; color: #02103d; font-weight: bold; }
.completedText { font-size: 12px; color: #a11806; font-weight: bold; }
.footertext { font-size: 10px; color: #a11806; }
.navtext { font-size: 10px; color: #000000; }
.entryLink { font-size: 11px; color: #000000; }

.icontable 
{
	border-width: 1px;
	border-style: solid;
	border-color: #a11806;
	border-collapse: collapse;
}

.headertable 
{
	border-width: 1px;
	border-style: solid;
	border-color: #a11806;
	border-collapse: collapse;
 }

.navtable 
{
	border-width: 1px;
	border-style: solid;
	border-color: #001dc3;
	border-collapse: collapse;
	background-color: #ffffff;
 }
 
 .navtablecontainer
{
	border-width: 1px;
	border-style: solid;
	border-color: #001dc3;
	border-collapse: collapse;
	background-color: #676767;
 }
 
 .bodytable 
 {
	border-width: 1px;
	border-style: solid;
	border-color: #001dc3;
	border-collapse: collapse;
	background-color: #ffffff;
 }
 
 .eventDescriptionTable 
 {
	border-width: 1px;
	border-style: solid;
	border-color: #001dc3;
	border-collapse: collapse;
	background: #ffffce url('img/bg_event_desc.jpg') repeat-x;
 }
 
 .otherDescriptionTable 
 {
	border-width: 1px;
	border-style: solid;
	border-color: #001dc3;
	border-collapse: collapse;
	background: #daeaf3 url('img/bg_other_desc.jpg') repeat-x;
 }
 
 .duiDescriptionTable 
 {
	border-width: 1px;
	border-style: solid;
	border-color: #001dc3;
	border-collapse: collapse;
	background: #ffe8d0 url('img/bg_dui_desc.jpg') repeat-x;
 }
 
 .iidDescriptionTable 
 {
	border-width: 1px;
	border-style: solid;
	border-color: #001dc3;
	border-collapse: collapse;
	background: #d8ead8 url('img/bg_iid_desc.jpg') repeat-x;
 }
 
 table.eventSummaryTable, table.eventSummaryTable td
 {
	font-size: 11px;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #001dc3;
	border-collapse: collapse;
	background-color: #ffffce;
 }
 
 table.eventSummaryTable th
 {
	font-size: 11px;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #001dc3;
	border-collapse: collapse;
	background-color: #f5e47a;
 }
 
 /* General tables used in entries */
  table.aiddTable, table.aiddTable td
 {
	font-size: 11px;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #001dc3;
	border-collapse: collapse;
 }
