/* CSS Document */


.topborder{
border:1px solid #9c0303;
}
.menu{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
color:#fff;
border-bottom:1px solid #fff;
text-decoration:none;
}
a.menu:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
color:#fcfdca;
border-bottom:1px solid #fff;
text-decoration:underline;
}
.border{
border:1px solid #dae1e5;
}



.roundcont {
	width: 201px;
	background-color: #1d1d1d;
	color: #fff;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(images/tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(images/br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

/************* menutop ************ **/


ul.postnav,ul.postnav li{
margin:0;
padding:0;
list-style-type:none
}
ul.postnav li{
height:30px;
float:right;
width: 10em;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #cfc6c6;
border-right:1px solid  #094282;
 }
ul.postnav a{
display:block;
height:30px;
width:10em;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
border-right:1px solid  #094282;
background:#0896cf;
color: #fff;
text-decoration:none;
text-align:center}
ul.postnav a:hover{background: #a0acb9;color:#FFF}
/************* end menutop ************ **/



