﻿html, body
{
	margin: 0px 0px 0px 0px;
	background-image: url(bg.jpg);
	background-attachment: fixed;
	background-color: #344964;
	font-family: Arial;
	font-size: 10px;
	color: White;
	text-align: center;
	height: 100%;
}
.subtext
{
	font-size: 12px;
	color: #777777;	
}
.textbox
{
	width: 327px;
	padding: 5px 5px 5px 5px;
	font-size: 20px;
}
.textBox1
{
	padding: 4px 4px 4px 4px;
	font-size: 16px;
}
.button
{
	height: 30px;	
}
img
{	
	border: none 0px;
}
.quick
{
	font-weight: bold;
	text-align: left;
	color: #0B5EA3;
	cursor: pointer;
}
.quick:hover
{
	background-color: Blue;
	font-weight: bold;
	color: White;
	cursor: pointer;
}
.leftnav
{
	color: Black;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 5px 10px 5px;
	width: 194px;
	cursor: pointer;
}
A:link {text-decoration: none; color: #ffffff;}
A:visited {text-decoration: none; color: #ffffff;}
A:active {text-decoration: none; color: #ffffff;}
A:hover {text-decoration: underline; color: #ffffff;}