body {
	margin-top: 0px;
	margin-bottom: 15px;
	background-color: #fff;
}

a:link {
	color: #392A7D;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #392A7D;
}
a:hover {
	text-decoration: none;
	color: #392A7D;
}
a:active {
	text-decoration: none;
	color: #392A7D;
}

.olbtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.footertext {
	font-size: 11px;
	color: #84868C;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
}

.footertext a:link {
	font-size: 11px;
	color: #392A7D;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.footertext a:visited {
	text-decoration: none;
	font-size: 11px;
	color: #392A7D;
	font-family: Arial, Helvetica, sans-serif;
}
.footertext a:hover {
	text-decoration: underline;
	font-size: 11px;
	color: #392A7D;
	font-family: Arial, Helvetica, sans-serif;
}
.footertext a:active {
	text-decoration: underline;
	font-size: 11px;
	color: #392A7D;
	font-family: Arial, Helvetica, sans-serif;
}

.datetext {
	font-size: 11px;
	color: #392A7D;
	font-family: Arial, Helvetica, sans-serif;
}

.codebox
{
    font-family: 'courier new',courier,monospace;
    color: #000;
    background:#E0E0E0;
    border: 1px dotted #999;
    padding: 10px;
    margin: 10px;
    overflow: auto;
    height: 100px;
}

/* Solpart Menu */

.MainMenu_MenuContainer { } 

.MainMenu_MenuContainer td { } 

.MainMenu_MenuBar { 
height:30px;
} 

.MainMenu_MenuItem { 
border:0; 
font-family:Arial, Helvetica, sans-serif;
color:#392A7D;
font-size:11px;
font-weight:normal;
height:29px;
} 
/* this font-family changes the sub menus only */
/* this background modifies the main menu and the sub menus */
/* height here modifies the main menu and the sub menu */
/* border here changes the sub menus only */
/* padding here changes the sub menus only */
/* color here changes the sub menu font */

.MainMenu_MenuItem td{ 
} 

.MainMenu_MenuItem td span{ } 

.MainMenu_MenuIcon { 
display: none; } 

/* Main Menu Active/Current Button */
.rootmenuitemactive{
}

/* Main Menu Mouseover */
.MainMenu_MenuItemSel {  } 

/* Padding around the words in the main menu buttons */
.MainMenu_MenuItemSel td{ 
} 

.MainMenu_MenuBreak {
} 

.MainMenu_RootMenuArrow {
display: none; 
} 

/* Shows up in the sub menu, to the right of the words. */
.MainMenu_MenuArrow{
display: none; 
}  

.submenu{
z-index:1000;
border:0;
background:#CDCED0;
font-weight:normal;
width: 131px;
color: #07AEE6;
} 



/* Sub Menu Mouseover */
.submenuitem{
font-family:Arial, Helvetica, sans-serif;
color: #07AEE6;
background: #CDCED0;
font-weight: normal;
height:29px;
width: 131px;
}

.submenuitemselected{
font-family:Arial, Helvetica, sans-serif;
color: #07AEE6;
font-size: 11px;
background: #CDCED0;
font-weight: normal;
height:29px;
}

/* Sub Menu Active/Current */

.rootmenuitem{
}  

.rootmenuitem td{
text-align:center;
height:29px;
width: 131px;
background: url(nav_normal.jpg);
}  
/* Add width here to set main nav button width */ 
/* Add images here for button background */ 
/* if you don't put the height here, the right border doesnt reach the top/bottom. */
/* Also adds (unwanted) border in the submenu. */ 

/* Main Menu font */ 
.rootmenuitem td span{
font-family:Arial, Helvetica, sans-serif;
color:#392A7D;
font-weight: normal;
font-size:11px;
font-variant:normal;

}  

.rootmenuitembreadcrumb{
background: url(nav_normal.jpg);} 

/* Main Menu Mouseover */ 
.rootmenuitembreadcrumb td{
text-align:center;
height:29px;
width: 131px;
background: url(nav_normal.jpg);
}  

/* Main Menu Active/Current button */
.rootmenuitembreadcrumb td span{
font-family:Arial, Helvetica, sans-serif;
color:#392A7D;
font-size:11px;
font-weight:normal;
font-variant:normal;
}  

/* Main Menu Mouseover Background */
.rootmenuitemselected{
background:#0053A0;
}  

.rootmenuitemselected td{
text-align:center;
height:29px;
width: 131px;
background:url(nav_over.jpg);
/* Add images here for selected button background */ 
}  

/* Main Menu Mouseover Text */
.rootmenuitemselected td span{
font-family:Arial, Helvetica, sans-serif;
color:#392A7D;
font-size:11px;
font-weight:normal;
font-variant:normal;
}  

