/* CSS Document */

h1 {
font-size:16px;

}
#tble1{
padding-top:25px;
}
a.menu1:visited, a.menu1:link,a.menu1:active {
text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	width: 100%;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 12px;
	letter-spacing: normal;
	display: block;
	background-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;	
}
a.menu1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 0px;
	margin: 0px;
	letter-spacing: normal;
	width: 100%;
	display: block;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.banner {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	padding-bottom:20px;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
}
.justify {
	text-align: justify;
}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
.bulletlist {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	list-style-position: inside;
}
.sidebar {
	background-repeat: repeat-y;
	background-image: url(/images/steel.jpg);
}
.textbox {
	border: thin inset #000000;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.largegray {
	font-size: 16px;
	color: #333333;
}
.italic{
	font-style:italic;
	color:#333333;
	font-size:14px;
}
.hglite{
	font-size:16px;
	color:#990000;
	font-weight: bold;
}
.tcntr{
	text-align:center;
}