body {
	scrollbar-face-color: #336c89;
/*	scrollbar-shadow-color: White; */
	scrollbar-highlight-color: #ccdae1;
	scrollbar-3dlight-color: #7fa3b5;
	scrollbar-darkshadow-color: #00476b;
	scrollbar-track-color: #7fa3b5;
	scrollbar-arrow-color: White;
	background-image: url('../images/back_tile.gif');
	background-repeat: repeat;
	background-position: left top;
	background-color : #FFFFFF;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	margin-top : 0px;
	font: Arial;
}
.bglightblue {
	background-color: #F1F8FE;
}
#loading {
    background: white;
    padding: 20px;
    border: 2px solid blue;
    display: none; /* hidden */
    position: absolute;    
    left: 50%;
    margin-left: -100px;
    top: 40%;
    width: 150px;
    /*height: 100px;*/
    margin-top: -50;
    font-weight: bold;
    font-size: medium;
    text-align: center;
}
.footerbg {
	background-image: url('../images/footerbg.gif');
	background-repeat: repeat-x;
	background-position: left top;
	padding-top : 5px;
	position: relative;
	font-size :  10 px;
	font-weight : normal;
	font-family : Verdana,Arial;
}
.bglineright {
	background-image: url('../images/top_nav_spacer.jpg');
	background-repeat: repeat-y;
	background-position: left top;
/*    background-color: #F1F8FE;*/
    background-color: #0396D9;
}
.content {
/*	background-image: url('../images/top_nav_spacer.jpg');  */
	background-repeat: repeat-y;
	background-position: left top;
    background-color: #FFFFFF;
	font-family : Verdana,Arial;
	font-size : 10 px;
	font-weight : normal;
	text-align: justify;
}
a:link
{ color: #4682B4;
 font-style: normal;
 font-weight: normal;
 font-size: 10 px;
 text-decoration: none;
 position: center;
}

a:visited
{  color: #4682B4;
 font-style: normal;
 font-weight: normal;
 font-size: 10 px;
 text-decoration: none;
}

a:hover
{ color: #4682B4;
 font-style: normal;
 font-weight: bold;
 font-size: 10 px;
 text-decoration: none;
}
.small
{
  font-size: 8pt;
}
.smaller
{
  font-size: 10pt;
}
.textblue {
	font-family : Verdana,Arial;
	font-size : 12px;
	font-weight : normal;
	color : #0066B3;
}
.headingblue {
	text-align: center;
	font-family : Verdana,Arial;
	font-size : 16px;
	font-weight : bold;
/*	color : #0066B3; */
	color : #781F1C;
}
.textblue02 {
	border : 1px solid #87A4BE;
	font-family : Verdana,Arial;
	font-size : 11px;
	font-weight : normal;
	color : #0066B3;
	padding-left : 5px;
	padding-right : 8px;
	padding-top : 8px;
	padding-bottom : 20px;	
	text-align : justify;
}
.textblue03 {
	font-family : Verdana,Arial;
	font-size : 11px;
	font-weight : normal;
	color : #0066B3;
	padding-left : 5px;
	padding-right : 8px;
	padding-top : 8px;
	padding-bottom : 20px;	
	text-align : justify;
}
.bottomborder{
	border-bottom: thin; 
	border-bottom-color: #0066B3; 
	border-bottom-style: dotted;
	border-bottom-width: thin;
}
