.wireframemenu{
border-left:1px solid #C0C0C0; 
border-right:1px solid #C0C0C0; 
border-top:1px solid #C0C0C0; 
border-bottom:0px solid #C0C0C0; 
background-color: #E8E9E9;
width: 165px
}

.wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 165px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: 12px Verdana;
padding: 4px 0px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
text-indent:8px;
}

.wireframemenu a:visited{
color: #595959;
}

.wireframemenu a:hover{
font-weight:bold;
color: #890000;
}

body {
font-family:verdana; font-size:10px;
background-color : #03346F;
}

p.body{
color:#03346F;
font-size:11px;
font-family:verdana;
margin-bottom:0;
margin-top:0;
}

p.body2{
color:#03346F;
font-size:11px;
font-family:verdana;
margin-bottom:0;
margin-top:0;
font-weight:bold;
}

p.body3{
color:#03346F;
font-weight:bold;
font-size:13px;
font-family:verdana;
margin-bottom:0;
margin-top:0;
font-weight:bold;
}

p.header{
color:#000000;
font-weight:bold;
font-size:14px;
font-family:verdana;
margin-bottom:0;
margin-top:0;
text-decoration : underline; 
}

p.bottom{
color:#ffffff;
font-size:10px;
font-family:verdana;
margin-bottom:0;
margin-top:0;
}

A.bottom:link {
text-decoration : none; 
color : #CEB46F;  
} 
A.bottom:visited {
text-decoration : none; 
color : #CEB46F; 
} 
A.bottom:hover {
text-decoration : none; 
color : #CEB46F; 
}

A.main:link {
text-decoration : none; 
color : #890000; 
} 
A.main:visited {
text-decoration : none; 
color : #890000; 
} 
A.main:hover {
text-decoration : none; 
color : #890000; 
text-decoration:underline;
}