@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.horizontalline {
	background-color:#3B3B3B;
}
.horizontalbrownline {
	background-color:#D40000;
}
.midblue {
	font-family: Tahoma;
	font-size: 12px;
	color: #10244F;
}
.normaltext {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
.outerborder {
	background-color:#A8C2E5;
}
.small1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
.small2 {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
}
.smallblue {
	font-family: Tahoma;
	font-size: 11px;
	color: #10244F;
}
.smallbrown {
	font-family: Tahoma;
	font-size: 11px;
	color: #CC0000;
	text-decoration:none;
}
.smallbrown:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #CC0000;
	text-decoration:underline;
}
.title1 {
	font-family: Tahoma;
	font-size: 15px;
	color: #CC0000;
	font-weight:bold;
	text-decoration: none;
}
.title1:hover {
	font-family: Tahoma;
	font-size: 15px;
	color: #CC0000;
	font-weight:bold;
	text-decoration:underline;
}