body {
	 font-family:Arial, Helvetica, sans-serif;
	 margin: 0;
	 background-color: #2E3192;
	 font-size: 13px;
}

img {
	border: 0;
}

.main {
	background-color: #FFFFFF;
	width: 680px;
	margin: 0 auto;
	padding: 0 10px 0 10px; 
	border-left: 5px solid #AAA8A9;
	border-right: 5px solid #AAA8A9;
	
	
}

.five, .large {
	font-size: 15px;
}

.fivebold, .largebold {
	font-weight: bold;
	font-size: 15px;
}

.four, .medium {
	font-size: 13px;
}

.fourbold, .mediumbold {
	font-weight: bold;
	font-size: 13px;
}

.three, .small {
	font-size: 11px;
}

.threebold, .smallbold {
	font-weight: bold;
	font-size: 11px;
}

.two, .smallest {
	font-size: 10px;
}

a:hover {
	color: #4682B4
}

.style2 {
	font-size: 18px;
}

ul.nav li {
	font-size: 12px;
	font-weight: bold;
}

a:link, a:visited {
	text-decoration: none;
	color: #0033CC;
}

a:hover, a:visited:hover {
	color: #990000;
	text-decoration: underline;
}
ul.nav li a:link, ul.nav li a:visited {
	padding: 1px;
	display: block;
	width: 200px;
	color: #0000FF;
	border: 1px solid #FFFFFF;
}

ul.nav li a:hover, ul.nav li a:visited:hover {
	padding: 1px;
	display: block;
	width: 200px;
	color: #990000;
	background: #FFFFCC;
	border: 1px solid #0000FF;
	text-decoration: none;
}
.topnav {
	font-size: 13px;
	font-weight: bold;
	margin: 8px 0;
	padding: 8px 0;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.footer {
	font-size: 10px;
	text-align: center;
}

.br_subtitle {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
}
.br_table {
	font-size: 12px;
}