.top_bar {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #E6E6FF;
	margin-bottom: 0px;
}
.horz_menu {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	width: 960px;
	background-color: #BBBBFF;
	right: auto;
	left: auto;
	height: 45px;
	margin-right: auto;
	margin-left: auto;
}
.horz_menu ul {
	list-style-type: none;
	margin: 5px;
	vertical-align: middle;
	line-height: 17px;
	display: block;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 10px;
}
.horz_menu li {
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
}
.horz_menu li a {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
.horz_menu li a:hover {
	color: #000066;
	font-weight: bold;
	text-decoration: underline;
}
.horz_menu li a:visited {
	color: #000066;
	font-weight: bold;
}
.div_960px {
	background-color: #DEDEDE;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.header_1 {
	color: #AA0000;
	font-size: 40px;
	font-weight: bold;
}
.header_2 
	{
	color: #000066;
	font-weight: bold;
	font-size: 20px;
	}
li.li_title
	{
	text-align:left;
	color:#000000;
	font-weight: bold;
	font-size: 24px;
   	margin-right:1px;
	text-shadow: 2px 2px #FF0000;
	}
	
body {
	font: normal 11pt Arial, Helvetica, sans-serif;
	color: #000066;
}
.center_text {
	text-align: center;
}
.full_justified {
	text-align: justify;
	text-indent: 30px;
}
.left_justified {
	text-align: left;
}
.table_style {
	background-color: #F4F4F4;
}
.bottom_bar {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	color: #000066;
	text-align: center;
	font-size: 11pt;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #E6E6FF;
}
a 
{
	color: #FF0066;
	text-decoration: none;
}
a:hover 
{
	color: #FF0000;
	font-weight: bold;
}
a:visited 
{
	font-weight: bold;
}


* {box-sizing:border-box}


