TABLE.tablebg {
background-image:url(images/tablebg.png);
background-repeat:repeat-x;
background-position:bottom;
}

TABLE.tablebg2 {
background-image:url(images/tablebg2.png);
background-repeat:repeat-x;
background-position:bottom;
}

TD.box1hl {
 font-family: Verdana, Arial;
 font-weight: bold;
 font-size: 12px;
 color: #4682B4;
}

TD.box1 {
 font-family: Verdana, Arial;
 font-weight: normal;
 font-size: 12px;
 color: #000000;
}

a.boxlink:link {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #0000CD;	
}

a.boxlink:active {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #0000CD;	
}

a.boxlink:visited {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #0000CD;	
}

a.boxlink:hover {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #FF8C00;	
}

a:link {
	font-weight: normal;
	text-decoration: none;
	color: #000000;	
}

a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #000000;	
}

a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #FF8C00;	
}

TD.content1{
font-family: Verdana, Arial;
font-weight: normal;
font-size: 12px;
line-height: 1.5;
color: #696969;
}

TD.content{
font-family: Verdana, Arial;
font-weight: normal;
font-size: 12px;
line-height: 1.5;
text-align:justify;
color: #696969;
}

TD.orange {
 font-family: Verdana, Arial;
 font-weight: normal;
 font-size: 11px;
 color: #C0C0C0;
}

a.orange:link {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FF8C00;	
}

a.orange:active {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FF8C00;	
}

a.orange:visited {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FF8C00;	
}

a.orange:hover {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #FF8C00;	
}


TD.infoBoxHeading {
 font-family: Georgia, Cambria, Constantia, "New York", "Bitstream Vera Serif", Times, "Times New Roman", serif;
 font-style: italic;
 font-weight: normal;
 font-size: 17px;
 color: #FF8C00;
}

TD.infoBoxHeading2 {
 font-family: Georgia, Cambria, Constantia, "New York", "Bitstream Vera Serif", Times, "Times New Roman", serif;
 font-style:italic;
 font-weight: normal;
 font-size: 17px;
 color: #36668E;
}

TD.headgrey {
 font-family: Verdana, Arial;
 font-weight: normal;
 font-size: 11px;
 color: #C0C0C0;
}

a.headgrey:link {
	font-weight: normal;
	text-decoration: none;
	color: #C0C0C0;	
}

a.headgrey:active {
	font-weight: normal;
	text-decoration: none;
	color: #C0C0C0;	
}

a.headgrey:visited {
	font-weight: normal;
	text-decoration: none;
	color: #C0C0C0;	
}

a.headgrey:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #FF8C00;	
}

.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-right:1px solid #DCDCDC;
	border-left:1px solid #DCDCDC;
	border-top:1px solid #DCDCDC;
	border-bottom-width: 0;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	/*font: Verdana, Arial, Helvetica, sans-serif normal 12px;*/
		
	line-height: 18px;
	z-index: 100;
	color: #0000CD;
	background-color: #CC3333;
	width: 205px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	/*text-indent: 3px;*/
	border-bottom: 1px solid #DCDCDC;
	padding: 1px 0;
	text-decoration: none;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #FF8C00;
	color: #ffffff;
}

