html, body
{
	height:		100%;
}

body, td, input, textarea, select
{
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:	11px;
}

body, td
{
	color:		#002e6e;
}

body
{
	margin-top:	0px;
	background-color:	white;
}

#main_body
{
	background-color:	#16336d;
}

a:link		{ text-decoration: underline;	color: #002e6e; font-weight: bold; }
a:visited	{ text-decoration: underline;	color: #002e6e; font-weight: bold; }
a:hover		{ text-decoration: none;	color: #FFFFFF; font-weight: bold;	background-color: #002e6e; }
a:active	{ text-decoration: underline;	color: #FFFFFF; font-weight: bold;	background-color: #002e6e; }

h1			{ font-size: 17px; }
h2			{ font-size: 14px; }
h3			{ font-size: 12px; margin: 0px; }
h1,h2,h3,h4,h5,h6	{ font-weight: bold; }

/*
 *	Custom elements
 */

.linkheader		{ background-color: #710d43; color: white;  font-weight: bold; width: 90%; padding: 3px; }

table.box		{ border-collapse: collapse; border: 1px solid white; }
table.box td.boxcorner	{ background-color: #cf01ce; width: 15; }
table.box td.boxheader	{ background-color: #000032; color: white; font-weight: bold; letter-spacing: 1pt; }
table.box td.boxbody, table.box td.boxbody table td
			{ background-color: #5f93bb; padding: 2px; color: white; }

table.view		{ border-collapse: collapse; border: 2px solid white; }
table.view td		{ padding: 1px; border: 0px; }
table.view td.viewcorn	{ background-color: #cf01ce; width: 15; }
table.view td.viewtitle	{ background-color: #000032;    color: white; font-weight: bold; letter-spacing: 1pt; }
table.view td.viewbutts	{ background-color: #000032;    text-align: right; }
table.view td.viewbody	{ background-color: #DDDDDD; padding: 10px; }

table.outform		{ border-collapse: collapse; border: 2px solid black; background-color: #DDDDDD; }
table.outform td	{ padding: 10px; }
table.inform td		{ padding: 5px; vertical-align: top; }

table.tick		{ border-collapse: collapse; border: 0px solid #000000; }
table.tick td		{ padding: 2px; vertical-align: middle; }

.hozline	{ background-color: #14336c; }

.smalltext	{ font-size: 8pt; }

.nonlink	{ color: #f11763; background-color: #f11763; }

.mand		{ color: red; font-weight: bold; font-size: 8pt; }

.result		{ color: red; font-weight: bold; }

.calcat		{ width: 100%; background-color: #f11763; }
.calcathead	{ color: white; font-weight: bold; text-align: center; }
.calcatbody	{ text-align: center; font-size: 7pt; }

table.cal	{ width: 98%; background-color: #000032; border: 1px solid white; border-collapse: collapse; }
table.cal td	{ padding: 3px; }
.calnav		{ background-color: #14336c; }
.caldays	{ background-color: #43026f; font-weight: bold; color: white; }
.calline	{ background-color: #000032; }
.caltoday	{ border: 1px solid white; font-weight: bold; background-color: #2763D1; height: 70px; vertical-align: top; color: yellow; font-size: 15px; }
.calpast	{ border: 1px solid white; font-weight: bold; background-color: #0E244E; height: 70px; vertical-align: top; }
.calfuture	{ border: 1px solid white; font-weight: bold; background-color: #14336c; height: 70px; vertical-align: top; }

.graphbar	{ background-color: #f11763; }
.graphno	{ color: #f11763; font-weight: bold; font-size: 12pt; }

.leftheader
{
	font-size:	12px;
	color:		#FFFF00;
	font-weight:	bold;
}

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

.menu_sub
{
	font-weight:	bold;
}

a.whitelink:link	{ color: #FFFFFF; text-decoration: none; }
a.whitelink:visited	{ color: #FFFFFF; text-decoration: none; }
a.whitelink:hover	{ color: #000032; text-decoration: underline; color: #FFFFFF; background-color: #000032; }
a.whitelink:active	{ color: #000032; text-decoration: underline; color: #FFFFFF; background-color: #000032; }

