/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg_grad1.jpg);
}
/* Apply CSS to any UL (Unorderd List) with the class name 'menu' */
.menu
{
	border: 0px solid black;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 162px;
	font-size: 12px;
}
/* Collapse the List Item Tags */
.menu li {
	display: inline;
	font-size: 12px;
}
/* Make the links block elements and give them padding and some style */
.menu a, .menu a:visited
{
	color:  #FFFFFF;
	text-decoration: none;
	background-color: #CC6600;
	width: 100%;
	display: block;
	padding: 2px;
	border-left	: 10px solid #CC6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
/* Specify the rollover style for the links */
.menu a:hover
{
	border-left	: 10px solid #FDB631;
	background-color: #FDB631;
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC6600;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.footer a:link {
	color: #0000FF;
	text-decoration: none;
}
.footer a:visited {
	color: #0000FF;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
	color: #0000FF;
}
.table-border2 {
	border: thick dashed #000000;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
#Layer1 {
	position:absolute;
	left:5px;
	top:1px;
	width:18px;
	height:24px;
	z-index:1;
}
#flashcont {
	background-image: url(../images/top-banner-bg1.gif);
	height: 97px;
	width: 585px;
}
