/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 22px;
}
.topbox li {
	font-weight: bold;
	color: #C50600;
	font-size: 15px;
}

.topbox {
	width: 400px;
}
.subtitle2 {
	font-size: 17px;
	font-weight: bold;
	color: #000066;
	background-color: #FFFF99;
	padding-left: 10px;
}
.sidered {
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	line-height: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.smalltext {
	font-size: 10px;
	line-height: 15px;
}



body {
	background-image: url(/graphics/bg2.jpg);
	background-repeat: repeat-x;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.menubox td a{
	background-color: #003399;
	font-color:#FFFFFF;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom:3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	display:block;
			}
			
.menubox td a:hover {
	background-color: #e0e0e0;
	color:#333;
	}
	
	
.subtitle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000D6C;
}
.imgborder {
	border: #6996E0 solid 2px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
