html,body {
	height: 100%;
}

body
{
	background-color: #1c39b2;
	background-image: url(img/bg.gif);
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin : 10px 0px 10px 0px;
	background-position: top;
	background-repeat: repeat-x;
}

.content {
	width: 425px;
	text-align:justify;
}

.content TD {
	padding-right: 30px;
	padding-top: 5px;
}

.heading {
	font-size: 12px;
	font-weight: bold;
	color: #0b3bc0;
	font-variant: small-caps;
}

.subheading {
	font-size: 11px;
	font-weight: bold;
	color: #0b3bc0;
}

.navtable {
	text-align: left;
}

.navtable TD {
	border-top: 1px solid #034885;
	padding-left: 5px;
}

.navtable A {
color: black;
text-decoration: none;
}

.navtable A:LINK {
color: black;
text-decoration: none;
}

.navtable A:HOVER {
color: #2c2995;
text-decoration: none;
}

.navtable A:VISITED {
color: #2c2995;
text-decoration: none;
}
		
td
{
}

p
{
	text-align : justify;
}

li
{
	list-style-image : url(img/dot.gif);
}

a:link
{
	color: black;
	text-decoration: underline;
}

a:hover
{
	color: #034885;
	text-decoration: none;
}

a:visited
{
	color: black;
	text-decoration: underline;
}

INPUT, SELECT {
	border-top: 1px groove #555555;
	border-right: 1px groove #999999;
	border-bottom: 1px groove #999999;
	border-left: 1px groove #555555;
	margin: 3px;
	height: 13px;
	width: 75px;
	font-size: 11px;
	}
	
INPUT.img {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	width: 45px;
	height: 20px;
	}
	
textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 1px groove #555555;
	border-right: 1px groove #999999;
	border-bottom: 1px groove #999999;
	border-left: 1px groove #555555;
}