body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #002877;
}
body,td,th,p,div {
	font-family: Tahoma;
	font-size: 11px;
	color: #262626;
}
a {
	font-size: 11px;
	color: #002877;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #002877;
}
a:hover {
	text-decoration: underline;
	color: #002877;
}
a:active {
	text-decoration: none;
	color: #002877;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 11px;
	color: #D40000;
	margin: 3px;
}
h2 {
	font-size: 18px;
	color: #7DBE00;
	margin: 0px;
}
.white {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.login {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
	padding: 2px;
	height: 22px;
	width: 180px;
	border: 1px solid #999999;
}
.input {
	font-family: Tahoma;
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #999999;
}
.input2 {
	font-family: Tahoma;
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #999999;
	width: 90%
}

.button {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #002877;
	padding: 3px;
	border: 1px none #006600;
}

a.r:hover {
	text-decoration: underline;
	color: #D40000;
}

