* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:hover, a:active , a:focus, a:link , a:visited {
	color: #336699;
}

body {
	margin-top: 0px;
	background-color: #E9E9E9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.buttonbar {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	background-color: #929292;
	background-image: url(images/buttonbg.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.buttonbar a, .buttonbar a:active , .buttonbar a:focus, .buttonbar a:link , .buttonbar a:visited {
	color: #000000;
	text-decoration: none;
}

.buttonbar a:hover {
	color: #0D44B2;
	text-decoration: none;
}

.footer {
	width: 100%;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	height: 28px;
	vertical-align: middle;
	background-color: #587DC9;
	background-image: url(images/footerbg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.footer a, .footer a:active , .footer a:focus, .footer a:link , .footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}

.footer a:hover {
	color: #999999;
	text-decoration: none;
}
.boarder {
	border: 1px solid #0D44B2;
}
.title {
	font-size: 16px;
	font-weight: bold;
	color: #000000;    
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #1348B4;
}
h2 {
    font-size: 14px;
    font-weight: bold;
    color: red;
}