@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 10px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #B7B7B7;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
#header{
	text-align: center;
	padding: 20px;
	background-color: #E7E7E9;
}
.header-bold{
	font-size: 18px;
	font-weight: bold;
}
#right{
	color: #FFFFFF;
	margin: 17px;
	font-size: 11px;
	word-spacing: -1px;
}
#right a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#right a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#right a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
#right a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#right p{
	margin-top: 5px;
	margin-bottom: 5px;
}
#left{
	background-image: url(images/left-back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #9A9799;
	padding-top: 16px;
	padding-right: 25px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	
}
#blue-box{
	background-color: #004C6C;
	color: #FFFFFF;
	font-size: 11px;
	margin-top: 185px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: normal;	
	
}
#blue-box li{
	display: inline;
	
	
}
#test{
	background-color: #E7E7E9;
	padding-top: 0px;
	padding-right: 20px;
	
	padding-left: 20px;
}
#test p{
	margin-top: 10px;
	margin-bottom: 10px;
}
#heading{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: center;
	font-size: 26px;
	padding-top: 20px;
}
#individ-test1{
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 11px;
	text-align: center;
}
#individ-test2{
	padding-top: 10px;
	
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 11px;
	text-align: center;
}
#individ-test3{
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 0px;
	
	font-size: 11px;
	text-align: center;
	padding-right: 0px;
}
#link{
	font-weight: bold;
	text-align: right;
	font-size: 11px;
	padding-bottom: 10px;
}
#link a:link {
	color: #000000;
	text-decoration: none;
	background-image: url(images/bullet2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#link a:visited {
	text-decoration: none;
	color: #000000;
	background-image: url(images/bullet2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#link a:hover {
	text-decoration: underline;
	color: #000000;
	background-image: url(images/bullet2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#link a:active {
	text-decoration: none;
	color: #000000;
	background-image: url(images/bullet2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#footer{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	background-color: #262324;
	text-align: center;
	padding: 10px;
}
