﻿body
{
    font-family: Verdana, Arial,sans-Serif;
    font-size: 12px;
    color:#404040;
    margin: 0;
}
.rbody
{
    background-color: #FFFFFF;
}
.rbodycol
{
  background-color:Transparent;  
}
H1
{
    font-family: Verdana, Arial;
    font-size: medium;
}
H2
{
    font-family: Verdana, Arial;
    font-size: small;
    color:#255492;
}
H3
{
    font-family: Verdana, Arial;
    font-size: small;
}

INPUT
{
    font-family: Verdana, Arial;
    font-size: 11;
}
SELECT
{
    font-family: Verdana, Arial;
    font-size: 11;
}
#MenuMaster
{
	color:White;
}
/*a:link
{
    font-weight: bold;
    color:#255492;
    
}*/
.alink
{
    font-weight: bold;
    color:#255492;
    
}
.sectionsubtitle
{
    font-family:Courier New;
    font-weight:bold;
    color:Gray;
}
#MainMenu
{
    font-family: Verdana, Arial,Serif;
    font-size: 12;
}

.MenuCell
{
    width:146;
}
#CenterPage
{
    width: 755px;
    margin-left: auto;
    margin-right: auto;
}

.Menuheader
{
   
    color: white;
    font-weight: bold;
}

.rheader
{
    background-color: #000066;
    color: white;
    font-weight: bold;
    height: 12px;
}
.rheader2
{
    background-color: #ff9933;
    color: white;
    font-weight: bold;
    height: 12px;
}
.rheader3
{
    background-color: #0066ff;
    color: white;
    font-weight: bold;
    height: 12px;
}
.rheadercol
{
    border-color: #0066ff;
    border-style: solid;
    border-width: 1;
}
.rheadercol2
{
    border-color: black;
    border-style: solid;
    border-width: 1;
}
.rheadercoll2
{
    border-color: black;
    border-right: 0;
    border-style: solid;
    border-width: 1;
}
.rheadercolr2
{
    border-color: black;
    border-left: 0;
    border-style: solid;
    border-width: 1;
}
/* =-=-=-=-=-=-=-[Menu Three]-=-=-=-=-=-=-=- */
	
	ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#menu3 {
	width: 150px;
	border: 1px solid #ccc;
	margin: 10px;
	}
	
#menu3 li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu3 li a:link, #menu3 li a:visited {
	color: #888;
	display: block;
	background: url(images/menu3.gif);
	padding: 8px 0 0 30px;
	}
	
#menu3 li a:hover, #menu3 li a:active {
	color: #283A50;
	background: url(images/menu3.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}
	


