@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/background.jpg);
}
.style1 {
	color: #000000;
	font-size: 16px;
	font-family: Verdana, Tahoma, Arial;
}
#nav-left {
	width: 140px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

#nav-left ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
	
#nav-left li a {
	display: block;
	color: #000000;
	text-decoration: none;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #B5BBD5;
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
}

#nav-left li a:hover {
	background-color: #CCCCCC;
	color: #111111;
}

#nav-left li a:active {
	background-color: #CCCCCC;
	color: #111111;
}

#nav-menu {
	width: 140px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#nav-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
	
#nav-menu li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #B5BBD5;
	border-top-width: 1px;
	border-top-style: double;
	border-top-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 8px;
}

#nav-menu li a:hover {
	background-color: #CCCCCC;
	color: #FFFFFF;
}

#nav-menu li a:active {
	background-color: #CCCCCC;
	color: #FFFFFF;
}

body,td,th {
	color: #FFFFFF;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
}
a:link {
	color: #FFFFFF;
	text-decoration:none
}
a:hover {
	color: #FFFFFF;
	text-decoration:none
}
a:active {
	color: #CCCCCC;
	text-decoration:none
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.selected {
	font-size: 16;
	font-weight: bold;
}
.required {
	font-size: 16;
	font-weight: bold;
	color:#FF0000;
}
.selectedsmall {
	font-size: 12;
	font-weight: bold;
}
.radioselected {
	font-size: 16;
	font-weight: bold;
	color:#FFFF00
}
.style5 {
	font-size: 48px
}
.style7 {font-size: 18px}
.style8 {
	color: #000000;
	font-weight: bold;
}
.style9 {font-size: 16}
.highlight {
	font-weight: bold;
	color: #FFFF00;
}