a:link
{
	color: #000000;
	text-decoration: underline; 
}
a:visited
{
	color: #000000;
	text-decoration: underline;
} 
a:active 
{
	color: #000000;
	text-decoration: underline;
}
a:hover
{
	color: #000000;
	text-decoration: underline;	
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size  : 11px;
	background-color: rgb(80,80,80);
	color: rgb(0,0,0);
	margin:0;
}

ul
{
	font-family: Arial;
	font-size  : 11px;
}

.grey-box
{
background-color : #EEEEEE;
}


.thin_border {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #FFFFFF;
}
.thick_border {
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 15px;
	letter-spacing: normal;
	word-spacing: normal;
}

.texthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	
}

.text_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.text_black {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.text_header_green {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #33cc33;
}
.text_header_green1 {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #99cc33;
}
.text_header_bold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.text_links {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

.white_links {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;	
}

.blue_links {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #03708d;
	text-decoration: underline;	
}

.text_blue {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #03708d  ;
	font-weight: bold;

}

.text_sub_headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #E0C561;
	font-variant: normal;
}
.table_border {
	border: 5px solid #FFFFFF;
}
.text_header_cyan {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #43bdeb;
}
.text_header_orange {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ba5e2f;
}
.text_header_prop {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #7ad9fd;
}

 
.tc
{
    background-color:#E8E8E8;
	font-family: Arial;
	font-size  : 11px;
	font-type: bold;
	color: rgb(0,0,0)
}
 
 
 /* ------- scroll bar styles --------------------------------------------------------------------------- */

.scroll-pane {
    position: relative;
	width: 770px;
	height: 300px;
	overflow: auto;
	bckground: #ffffff;
	float: left;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #e1e1e1;
	bckground: url('images/sc-trackbg.gif');	
}
.jScrollPaneDrag {
	position: absolute;
	background: #bbbbbb;
	bckground: url('images/sc-trackdrag.gif') no-repeat 50% 10%;	
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 10px;
	background: url('images/sc-arrowup.gif');	
}
a.jScrollArrowUp:hover {
	background: url('images/sc-arrowup-mo.gif');		
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 10px;
	background: url('images/sc-arrowdown.gif');
}
a.jScrollArrowDown:hover {
	background: url('images/sc-arrowdown-mo.gif');		
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}