@charset "utf-8";
.bg_x {
	background-repeat: repeat-x;
}
.bg_y {
	background-repeat: repeat-y;
}
.bg_repeat {
	background-repeat: repeat;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	color: #1a3f74;
	font-size: 12px;
	line-height: 20px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
p a:link, p a:visited, p a:active{
	color:#EF8812;
	
}
p a:hover{
	color:#1a3f74;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #EF8812;
	font-size: 23px;
	font-weight: normal;
	margin:0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	margin:0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;

}
.footer {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #21427B;
}
a:link {
	color: #EF8812;
	text-decoration: none;
}
a:visited {
	color: #cccccc;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #EF8812;
	text-decoration: none;
}
