Body {
	background-color: #fff;
	margin: 0px;
	margin-top : 10px;
}

hr {
	width: 100%;
	color: #3399cc;	
}

img
{
	behavior: url("js/pngbehavior.htc");
}

input, select, textarea {
	border:1px solid #003366;
	width: 320px;
	font-family : Arial, Verdana;
	font-size : 11px;
	font-weight : normal;
	color : #003366;
	margin:10px;
}

.submit {
	width: 150px;
	cursor: pointer;
}

input.noborder{
	border:0px solid #003366;
	width: 20px;
}

td{
	font-family : Arial, Verdana;
	font-size : 11px;
	font-weight : normal;
	color : #003366;
}

.text_white{
	color : #fff;
}

a:link,a:visited,a:active{
	font-family : Arial, Verdana;
	font-size : 11px;
	font-weight : normal;
	color : #003366;
	text-decoration: underline;
}

a:hover{
	font-family : Arial, Verdana;
	font-size : 11px;
	font-weight : normal;
	color : #003366;
	text-decoration: none;
}



a:link.white,a:visited.white,a:active.white{
	font-family : Arial, Verdana;
	font-size : 11px;
	font-weight : normal;
	color : #fff;
	text-decoration: underline;
}

a:hover.white{
	font-family : Arial, Verdana;
	font-size : 11px;
	font-weight : normal;
	color : #fff;
	text-decoration: none;
}

a:link.menu,a:visited.menu,a:active.menu{
	font-family : Arial, Verdana;
	font-size : 16px;
	font-weight : bold;
	color : #fff;
	text-decoration: none;
	cursor: pointer;
}

a:hover.menu{
	font-family : Arial, Verdana;
	font-size : 16px;
	font-weight : bold;
	color : #fff;
	text-decoration: underline;
	cursor: pointer;
}

a:link.main_content,a:visited.main_content,a:active.main_content {
	font-family : Arial, Verdana;
	font-size : 11px;
	font-weight : normal;
	color : #003366;
	text-decoration: underline;
}

a:hover.main_content{
	font-family : Arial, Verdana;
	font-size : 11px;
	font-weight : normal;
	color : #003366;
	text-decoration: none;
}