@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}

.tablebg1 {
	
	background-image: url(images/table-bg-1.jpg);
	background-repeat: repeat;
}


.tablebg2 {
	
	background-image: url(images/table-bg-2.jpg);
	background-repeat: repeat;
}

.tablebg3 {
	
	background-image: url(images/table-bg-3.jpg);
	background-repeat: repeat;
}


h1 {
font-family: Verdana, Geneva, sans-serif;
font-size: 16px;
font-weight: bold;
color: #999;
padding-left: 0px;
} 

h2 {

font-family: Verdana, Geneva, sans-serif;
font-size: 16px;
font-weight: bold;
color: #999;
padding-left: 10px;
} 
h3 {

font-family: Verdana, Geneva, sans-serif;
font-size: 16px;
font-weight: bold;
color: #999;
padding-left: 0px;
} 
h4 {

font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
font-weight: bold;
color: #999;
padding-left: 10px;
} 

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
	font-size: 12px;
}

a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: underline;
}
a:active {
	color: #999;
	text-decoration: none;
}

a.headlink:link {
text-decoration: none;
font-family: Verdana, Geneva, sans-serif;
font-size: 16px;
font-weight: bold;
color: #999;
padding-left: 0px;
}
a.headlink:visited {
text-decoration: none;
font-family: Verdana, Geneva, sans-serif;
font-size: 16px;
font-weight: bold;
color: #999;
padding-left: 0px;
}
a.headlink:hover {
text-decoration: none;
font-family: Verdana, Geneva, sans-serif;
font-size: 16px;
font-weight: bold;
color: #336699;
padding-left: 0px;
}
a.headlink:active {
text-decoration: none;
font-family: Verdana, Geneva, sans-serif;
font-size: 16px;
font-weight: bold;
color: #999;
padding-left: 0px;
}

.table1 {
border: 1px;
border-style:solid;
border-color:#cccccc;
border-spacing: 0px;
border-collapse: collapse;
}
.tabletest {
border: 1px;
border-style:solid;
border-color:#cccccc;
border-collapse: collapse;
}

.td_rtline {
border-bottom: 0px;
border-top: 0px;
border-left: 0px;
border-right: 1px;
border-style:solid;
border-color:#cccccc;
}
.td_rtline2 {
border-bottom: 1px;
border-top: 0px;
border-left: 0px;
border-right: 1px;
border-style:solid;
border-color:#cccccc;
}
.td_noline {
border-bottom: 0px;
border-top: 0px;
border-left: 0px;
border-right: 0px;
border-style:solid;
border-color:#cccccc;
}
.td_rtlinepad {
border-bottom: 0px;
border-top: 0px;
border-left: 0px;
border-right: 1px;
border-style:solid;
border-color:#cccccc;
padding-left: 10px;
padding-right: 10px;
}

.td_bodytxt {
border-bottom: 0px;
border-top: 0px;
border-left: 0px;
border-color:#cccccc;
padding-left: 10px;
padding-right: 10px;
}

.td1 {

border: 1px;
border-style:solid;
border-color:#cccccc;
}

li {

margin-left: 30px;
list-style-type: none;
line-height: 150%;
/* list-style-image: url(images/arrow.png); */
list-style-type: disc;
padding-left: 0px;
}

.headtxt {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: italic;
	color: #999;
	font-size: 9px;
}

.leftsidetab {
padding-left: 30px;

}

.red {
font-family: Verdana, Geneva, sans-serif;
font-size: 16px;
font-weight: bold;
color: #FF0000;
padding-left: 0px;
} 

/******  NAVIGATION   */
ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:43px;
	/*text-transform:uppercase;*/
	font-size:14px;
	font-weight:bold;
	background:transparent url("images/OFF.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;}
ul#menu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:43px;
	background:transparent url("images/DIVIDER.gif") no-repeat top right;
	}
ul#menu li a:hover{
	background:transparent url("images/HOVER.gif") no-repeat top right;	
	}

