body{
	margin: 0px 0px 0px 0px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	scrollbar-base-color: White;
}
h1{
	font: bold 16px Arial;
	color:#0D2D84;
}
h2{
	font: bold 14px Arial;
	color:#F73013;
}
a{
	color:black;
	font:bold 12px Arial;
	text-decoration:none;
}
body, a, p, ul, ol, li, input, textarea, button, div, td{
	font: 12px Arial;
}
input, textarea{
	border:1px solid #F73013;
	color:#0D2D84;
	background-color: White;
}
button{
	border:1px solid #F73013;
	color:White;
	font:bold 12px Arial;
	background-color: #0D2D84;
	cursor:hand;
}
.topbar{
	height:134px;
	background-repeat: no-repeat;
	vertical-align:bottom;
}
.top{
	padding: 0px 0px 0px 10px;
	height: 27px;
	color: white;
	font: bold 16px Arial;
	letter-spacing: 2px;
}
.top a{
	color: white;
	font: bold 16px Arial;
	letter-spacing: 2px;
	text-decoration:none;
}
.top a hover{
	color: white;
	font: bold 16px Arial;
	letter-spacing: 2px;
	text-decoration: underline;
}
.footer{
	padding: 0px 10px 0px 10px;
	background-color: #0D2D84;
	height:20px;
	font: Bold 12px/20px Arial;
	color:white;
}
.footerright{
	padding: 0px 0px 0px 10px;
	background-color: #F73013;
	height: 20px;
	font: Bold 12px/20px Arial;
	color: white;
}
.footerright a{
	font: Bold 12px/20px Arial;
	color:white;
	text-decoration: none;
}
	