﻿BODY
{
	font-family: verdana;
	font-size: 8pt;
	color: #575757;
	background-image: url("images/bg.jpg");
	background-repeat:repeat-x;
	background-color: #ffffff;
	margin: 0;
} 
TD
{
	font-family: verdana;
	font-size: 8pt;
	line-height: 18px;
	color: #575757;
}
hr
{
	color: #626a6c;
	border:dashed;
	border-width:1px 0 0;
	height:0;
}
A:link, A:visited, A:active
{	
	text-decoration:	none;
	color:	#3890d1;
	font-weight: bold;
}			
A:hover	
{	
	text-decoration:	underline;
	color:	#424b2d;
	font-weight: bold;
}
A.whitelink:link, A.whitelink:visited, A.whitelink:active
{	
	text-decoration:	none;
	color:	#ffffff;
	font-weight: bold;
}			
A.whitelink:hover
{	
	text-decoration:	underline;
	color:	#424b2d;
	font-weight: bold;
}
.heading
{
	font-size: 13pt;
	font-weight: bold;
	color:		#3890d1;
}
.pad
{
	padding:		15px;
}

/* About Menu */

.menu_class {
    cursor:pointer;
}

.the_menu 
{
   list-style:none;
   margin:0px;
   padding:0px;
   display:none;
   width:155px;
   border: 1px solid #2e8bd9;
   position:absolute;
   z-index:255; 
}

.the_menu li {
   background-color: #3890d1;
   text-align:left;
}
    
.the_menu li a {
   color:#FFFFFF;
   text-decoration:none;
   padding:10px;
   display:block;
   font-weight:normal;
   font-size:1.2em;
}
    
.the_menu li a:hover 
{
   text-decoration:underline;
   padding:10px;
   color: #ffffff;
}

.the_menu li.alt {
   background:#3890d1;
}

/* Links Menu */

.menu_class2 {
    cursor:pointer;
}

.the_menu2 
{
   list-style:none;
   margin:0px;
   padding:0px;
   display:none;
   width:155px;
   border: 1px solid #2e8bd9;
   position:absolute;
   z-index:255; 
}

.the_menu2 li {
   background-color: #3890d1;
   text-align:left;
}
    
.the_menu2 li a {
   color:#FFFFFF;
   text-decoration:none;
   padding:10px;
   display:block;
   font-weight:normal;
   font-size:1.2em;
}
    
.the_menu2 li a:hover 
{
   text-decoration:underline;
   padding:10px;
   color: #ffffff;
}

.the_menu2 li.alt {
   background:#3890d1;
}

/* Resources Menu */

.menu_class3 {
    cursor:pointer;
}

.the_menu3 
{
   list-style:none;
   margin:0px;
   padding:0px;
   display:none;
   width:155px;
   border: 1px solid #2e8bd9;
   position:absolute;
   z-index:255; 
}

.the_menu3 li {
   background-color: #3890d1;
   text-align:left;
}
    
.the_menu3 li a {
   color:#FFFFFF;
   text-decoration:none;
   padding:10px;
   display:block;
   font-weight:normal;
   font-size:1.2em;
}
    
.the_menu3 li a:hover 
{
   text-decoration:underline;
   padding:10px;
   color: #ffffff;
}

.the_menu3 li.alt {
   background:#3890d1;
}

