/* CSS Document */
BODY {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#F2F2F2;
	color: #03056B;
	}

.menu {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height: 25px;
	width: 80px;
	cursor: hand;
	line-height: 18pt;
	text-align: left;
	display: block;
	background-image:url(../graphics/menubar.gif);
}

a.menu:link	{
	color:#006;
	text-decoration: none;
}

a.menu:visited {
	color:#006;
	text-decoration: none;
}

a.menu:active {
	color:#006;
	text-decoration: none;
}

a.menu:hover {
	color:#C30;
	text-decoration: none;
	
}

a:link {
	font-size: 11px;
	font-weight: bold;
	color:#009;
	text-decoration: none;
	
}
a:visited {
	font-size: 11px;	
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-size: 11px;
	color:#C30;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	font-size: 11px;
	font-weight: bold;
	color: #800000;
	text-decoration: none;
}

.smallboldtext {
	font-size:11px;
	font-weight:bold;
}

.smalltext {
	font-size:11px;
}

.tinytext {
	font-size:10px;
}


/*form*/

input {
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	font-size: 11px;
	color: #003399;
}

select {
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	color: #003399;
}

.field {
	border: none;
	color: #3366cc;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

.borderfilled {
	border: 1px solid #03056B;
	background-color: #005FAA;
}

.border {
	border: 1px solid #EBEBEB;
}


textarea {
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	color: #003399;
}

.textred {
	color: #C00000;
	background-color: #FFFFFF;
}

.bigred {
	font-size: 18px;
	font-weight: bold;
	color: #C00000;
	background-color: #FFFFFF;
}

.tablehead {
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #005FAA;
	background-color: #EBEBEB;
	vertical-align: middle;
}
	
.tableheadred {
	font-size: 14px;
	font-weight: bold;
	color: #C00000;
	background-color: #C1E4FF;
}	

.eventheader{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold;
	padding: 3px;
	color:#FFF;
}
.eventtext{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 4px;
}
	
	

