.border {
	border: thin solid #CCCCCC;
}
.bodyCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding-left: 5px;
	margin-top: 5px;
}
.bodyCopyCell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
.bodyCopyDisclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
}
.Navigation a:link
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 16px;
    font-weight: bold;
    color: #3EA179;
    text-decoration: none;
}
.Navigation a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-weight: bold;
	color: #3EA179;
	text-decoration: none;
}
.Navigation a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.required
{
    color: Red;
}

h1
{
    margin-top: 7px;  
    font-family: Trajan Pro, Charlemagne Std, Times New Roman, Serif;
    font-size: 15px;
    text-transform: uppercase;   
}

.MenuChildItem:hover 
{
    /*RadMenu hover style for child menu items*/
    color: White !important;
    background-color: #3EA179 !important;
    background-image: none !important;
}

.rmLevel1
{
    /*RadMenu expanded menu item style*/
    border: thin solid #A2A2A7;
    background-color: #F8F8F9 !important;
    background-image: none !important;
}

.rmRootGroup .rmLink
{
    border-right-style: solid;
    border-right-width: thin;
    border-right-color: #808080;    
}

.rmRootGroup
{
    font-size: 13px;
    vertical-align: bottom;
    font-weight: bold;
}

.MenuChildItem
{
    border-color: #F8F8F9 !important;
    font-size: 11px;
}

.RadMenu_Default .rmRootGroup .Navigation
{
    background-image: none !important;    
}
h2
{
    font-size: 14pt;
    margin-top: 5px;
    margin-bottom: 0px;
}
h3
{
    font-size: 12pt;
    margin-top: 5px;
    margin-bottom: 0px;
}
.footerText
{
    font-size: 16px;
    margin-top: 2px;
    margin-bottom: 4px;
}
