body{
    padding:0;
    margin:0;
 background-color:#23225c;   
}
.box{
 background-color:#eff1e6;
 width:900px;
}
.lowerbox{
 background-color:#eff1e6;
 width:900px;
}
.header{
    text-align:left;
}
.maintitle{
    text-align:center;
    font-family:Arial;
    font-size:28pt;
    color:#33304d;
}
.maintitle div{
    margin-left:30px;
}
.subtitle{
    text-align:center;
    font-family:Arial;
    color:#625f70;
}
.subtitle div{
    font-size:16pt;
    margin-left:35px;
    margin-top:10px;
}
.spacer{
    height:30px;   
}
.imageline {
    background-color:#23225c;
    margin-top:10px;
    text-align:left;
    height:99px;
}
.imageline img{
    margin-left:20px;   
}
.imageline img.start{
    margin-left:35px;
}
.mybody{
    margin:10px;   
}
td{
 vertical-align:top;   
}
.menu td.selected{
    height:30px;
    font-family:arial;
    vertical-align:middle;   
    color:#2c2457;
    font-size:16pt;
}
.menu td{
    font-family:arial;
    height:30px;
    vertical-align:middle;   
    color:#818086;
    font-size:16pt;
    cursor:pointer;
}
.maintext{
    font-family:arial;   
}
h3{
    font-size:14pt;
    color:#2c2457;
 font-family:times new roman;
}
h2{
    font-size:16pt;
    color:#2c2457;
 font-family:times new roman;
}
h1{
    font-size:18pt;
    color:#2c2457;
 font-family:times new roman;
}
p{
    font-size:12pt;
 color:#7a797a;   
 font-family:times new roman;
}
p.wrapup{
    font-size:14pt;
 color:#9a999a;   
 font-family:times new roman;
 font-weight:bold;
}
a img {
border:0px;
}
.lowerbox img{
    border:solid 1px black;
    margin:5px;
    width:60px;
}
a{
    font-weight:bold;
    color:#33304d;
    text-decoration:none;   
}
a:hover{
    text-decoration:underline;   
}
.paymentheader TD{
    background-color:#555555; 
    color:white;
    text-align:center;
}
.paymentodd TD{
    background-color:#eeeeee;
    text-align:center;
}
.paymenteven TD{
    text-align:center;
    background-color:#aaaaaa;
}
.paymentfooter TD{
    background-color:#cccccc; 
    text-align:center;
}
legend{
	font-weight:bold;	
}
.paneselected{
	position:relative;
	top:1px;
	float:left;
	width:150px;
	text-align:center;
	border-left:solid 1px #cccccc;
	border-top:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
	border-bottom:solid 1px #white;
	background-color:#ffffff;
	color:#555555;
	margin-left:5px;
}
.paneunselected{
	cursor:pointer;
	position:relative;
	top:1px;
	margin-left:5px;
	float:left;
	width:150px;
	text-align:center;
	border-left:solid 1px #555555;
	border-top:solid 1px #555555;
	border-right:solid 1px #555555;
	border-bottom:solid 1px #white;
	background-color:#555555;
	color:#ffffff;
}

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #6c6; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #6c6; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #cfc; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

/* end css tabs */

