html {
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: left top;
	background-origin: border;
	background-size: 100%;
	background-quantity: 1;
	min-height: 100%;
	margin-bottom: 1px;
}

body { }
#splashbg { background-image: url(../images/background.jpg); background-repeat: repeat-x; width: 100%}
p { }

td { }

a:link { color: #d10707; }

a:visited { color: #d10707; }

a:hover { color: #d10707; }

a:active { color: #d10707; }
.bluetext { color: #07213e; font-size: 9pt; font-family: arial; }
.bluetext13 { color: #d10707; font-size: 13pt; font-family: Arial; }
.bluetext18bold { color: #07213e; font-size: 18pt; font-family: Arial; font-weight: bold; font-style: italic; }
.bluetextbold { color: #07213e; font-size: 9pt; font-family: arial; font-weight: bold; }
.bluetext8pt { color: #07213e; font-size: 8.5pt; font-family: arial; }
.whitetext6pt { color: white; font-size: 8pt; font-family: Arial; }
.bluetext9pt { color: #07213e; font-size: 9pt; font-family: arial; }
.redtext9pt { color: #d10707; font-size: 9pt; font-family: arial; }
input.darkblue
{
background-color: #0D335E;
font-weight: normal; 
font-size: 12px;
font-family: Verdana;
color: white;
border: 1px solid #3f3f3f
}

.grey
{
background-color: #ffffff;
font-size: 12px;
font-family: Verdana;
border: 1px solid #0D335E
}
.grey2 { color: #060659; font-size: 9px; font-family: Verdana; background-color: #ffffff; width: 110px; height: 15px; border: solid 1px #0d335e; }

