<!--
a
{
	color: #C33;
	text-decoration: none;
	font-weight: 300;
}

a:visited
{
	color: #C33;
	text-decoration: none;
	font-weight: 300;
}

a:hover
{
	color: #C33;
	text-decoration: underline;
	font-weight: 300;
}

.table2
{
	background-color: #369;
	padding: 10px;
	width: 170px;
	border-color: #003;
	border-width: 1px;
	background-image: url(../images/table2.gif);
}

.search
{
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

body
{
	background-color: #000066;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin: 0px;
}

td
{
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
}

.light
{
	color: #Cc3333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
}

.light2
{
	color: #F30;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	font-weight: 800;
}

.line2
{
	margin: 0px;
	height: 0px;
	border: solid #69C 0px;
	border-top-width: 1px;
}

.line3
{
	margin: 0px;
	height: 0px;
	border: solid #000066 0px;
	border-top-width: 1px;
}

table { border-color: #003; }

.line
{
	margin: 10px 0px 10px 0px;
	height: 0px;
	border: solid #000066 0px;
	border-top-width: 1px;
}

h1, .h1
{
	color: #006;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 600;
	margin: 10px 0px 10px 0px;
	font-variant: small-caps;
}

h2, .h2
{
	color: #006;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
}

h3, .h3
{
	color: #006;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	font-style: italic;
}

button
{
	border-width: 1;
	border-style: solid;
	border-color: #000033;
	font-size: 10px;
	color: #ffffff;
	letter-spacing: 1px;
	font-weight: 800;
	padding: 2px;
	background-color: #006;
	width: 165px;
	text-align: center;
	line-height: 10px;
}

button:hover
{
	border-width: 1;
	border-style: solid;
	border-color: #000033;
	font-size: 10px;
	color: #006;
	letter-spacing: 1px;
	font-weight: 800;
	padding: 2px;
	background-color: #6699CC;
	width: 165px;
	text-align: center;
	line-height: 10px;
}

input,select,textarea
{
	font-size: 10px;
	color: #000066;
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-width: 1;
	border-style: solid;
	border-color: #000033;
	padding: 2px;
}
-->