body
{
	background-color: #FFFFFF;
	margin: 0;
	font-size: 11px;
	font-family: arial,helvetica,Sans-Serif;
	color: #000000;
}

table,tr,td,ul,ol,p
{
	font-size: 11px;
	font-family: arial,helvetica,Sans-Serif;
	font-weight: normal;
	font-style: normal,bold,italic;
	color: #000000;
	text-align: left;
}

td.content 
{ 
	font-size: 11px;
	font-family: arial,helvetica,Sans-Serif;
	font-weight: normal;
	font-style: normal,bold,italic;
	color: #000000;
	text-align: left;
	padding-top:15px;
	padding-left:10px;
	padding-right:8px;
	padding-bottom:8px; 
	line-height:16px;
}

.center { text-align: center; }
.right { text-align: right; }
.blue { color: #627CB3; }

hr{ width:100%; color:#525779; height:1px; background-color:#525779;}

H1
{
	font-size: 16px;
	font-family: arial,helvetica,Sans-Serif;
	font-weight: bold;
	font-style: normal;
	color: #23365D;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

H2
{
	font-size: 14px;
	font-family: arial,helvetica,Sans-Serif;
	font-weight: bold;
	font-style: normal;
	color: #aa0000;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

H3
{
	font-size: 12px;
	font-family: arial,helvetica,Sans-Serif;
	font-weight: bold;
	font-style: normal;
	color: #aa0000;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

H4
{
	font-size: 11px;
	font-family: arial,helvetica,Sans-Serif;
	font-weight: bold;
	font-style: normal;
	color: #aa0000;
	text-align: left;
	padding: 0px;
}


A
{
	color: #BD0000;
	text-decoration: underline;
	font-weight: normal;
}

A:hover
{
	color: #000000;
	text-decoration: underline;
}

.nav
{
	color: #23365D;
	text-decoration: none;
	font-weight: bold;
}

A:hover.nav
{
	color: #FFFFFF;
	text-decoration: underline;
}


A.navRight
{
	color: #23365D;
	text-decoration: none;
	font-weight: bold;
}

A.navRightRed
{
	color: #aa0000;
	text-decoration: none;
	font-weight: bold;
}

A:hover.navRight
{
	color: #9B9B9B;
	text-decoration: underline;
}

A:hover.navRightRed
{
	color: #9B9B9B;
	text-decoration: underline;
}

.inputbox
{
	font-family: Arial;
	font-size: 11px;
	border-right: solid 1px;
	border-top: solid 1px;
	border-left: solid 1px;
	border-bottom: solid 1px;
}

.inputbutton
{
	font-family: Arial;
	font-size: 11px;
	cursor: hand;
	border-right: solid 1px;
	border-top: solid 1px;
	border-left: solid 1px;
	border-bottom: solid 1px;
}

.textareabox
{
	font-family: Arial;
	font-size: 11px;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.selectbox
{
	font-family: Arial;
	font-size: 11px;
}

.oldEventHolder { float:right;background-color:#525779; width:200px;  border:solid 3px #000;padding:5px;margin-left:5px;margin-bottom:5px; }
.oldEventText { font-size:14px;font-weight:bold;color:#fff; }