BODY {
   color : navy;
	font-family : Tahoma,Arial,Verdana,sans-serif;
	font-size: 10pt; 
	text-align : left;
      background : #FFFFFF;
	scrollbar-face-color: navy;
     scrollbar-arrow-color: #C59EEE;
	scrollbar-track-color: navy;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #ffffff; 
	SCROLLBAR-3DLIGHT-COLOR: navy; 
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: navy;
	SCROLLBAR-BASE-COLOR: navy;
	border : #FF9933;
}

table {

	font-size: 12pt;
	font-family : Tahoma,Arial,Verdana,sans-serif;
    text-align : left;
	border-left : 1px solid navy;
	border-bottom : 2px solid navy;
	border-right : 2px solid navy;
	border-top : 1px solid navy;
    background : #FFFFFF url(images/bg.gif);

}

.tablenoborder{

	border : none;
}
.rhsidetable {
	border-left : 1px dotted #E0E0E0;
	border-bottom : 1px dotted #E0E0E0;
	border-right : 1px dotted #E0E0E0;
	border-top : 1px dotted #E0E0E0;

}

a:hover { color: #9E9E9E; text-decoration: underline;}
A {	font-size: 10pt; font-weight: normal; text-decoration: underline; 
}



.menucells {
	border-top : 1px solid navy;

}

.innertable {
	border-left : none;
	border-bottom : none;
	border-right : none;
	border-top : none;

}


.navyborder {
	border-left : 1px solid navy;
	border-bottom : 1px solid navy;
	border-right : 1px solid navy;
	border-top : 1px solid navy;
}

.greytop {
	border-top : 1px dotted #E0E0E0;	
}

.greybottom {
	border-bottom : 1px dotted #E0E0E0;	
}

.greytopandbottom {
	border-top : 1px dotted #E0E0E0;
	border-bottom : 1px dotted #E0E0E0;	
}

.navytop {
   border-top : 1px dotted navy;
}

.navybottom {
   border-bottom : 1px dotted navy;
}

.greyleft {
   border-left : 1px dotted #E0E0E0;	

}

.pagelink {color: gray; font-size: 8pt; text-decoration: underline;}
.smalllink {color: navy; font-size: 8pt; text-decoration: underline;}


.smalltext {
	font-size: 8pt;	
	color : Silver;
}

.titletext {
	font-size: 12pt;
	font-weight: bold;
	margin-left: 25px
}

.greytext {
   color : Silver;	
}

.darkgreytext {
   color : #9E9E9E;	
}


#indentedtext { margin-left: 5px;  margin : 0px;  }
#indentedtext ul
{
margin: 0 0px 0px 15px;
padding: 0;
list-style-type: disc;
font-family: Tahoma,Arial,Verdana,sans-serif;
font-size: 10pt;
}

.justifiedtext {
	text-align : justify;
	color : #9E9E9E;	
}

#bullets  ul {
margin: 10;
padding: 0;
color : #9E9E9E;	
list-style-type: square;
font-family: verdana, arial, Helvetica, sans-serif;
}

/* start Horizontal menu code */

#navcontainer
{
margin: 1px 0 0 0px;
padding: 0;
height: 20px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
background: #E0E0E0;
width: 116px;
height: 20px;
padding: 0;
margin: 0 0 0px 0;
color: #23344B;
text-decoration: none;
display: block;
text-align: center;
font: normal 12px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover
{
color: #FFFFFF;
background: #A6A6A6;
}

#navcontainer a:active
{
background: #8BA5C8;
color: #F9F9E3;
}

#navcontainer li#active a
{
background: #c60;
border: 1px solid #c60;
color: #fff;
}

/* end Horizontal menu code */