.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.orng {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF9900;
}
.tabletop {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}

.blue,
.blue a,
.blue a:active,
.blue a:link, 
.blue a:visited,
.blue a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #386A8D;
	text-decoration : none;
}

.green,
.green a,
.green a:active,
.green a:link, 
.green a:visited,
.green a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #336633;
	text-decoration : none;
}


.rotator{
    background-color:#FFF;
    width:566px;
    height:840px;
    margin:0px auto;
    position:relative;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color:#666666;
    text-transform:uppercase;
    letter-spacing:-1px;
    border:0px solid #b7c7d9;
    overflow:hidden;

}
img.bg{
    position:absolute;
    top:0px;
    left:0px;
}
.rotator ul{
    list-style:none;
    position:absolute;
    right:0px;
    top:0px;
    margin-top:3px;
    z-index:999999;
}
.rotator ul li{
    display:block;
    float:left;
    clear:both;
    width:260px;
}
.rotator ul li a{
    width:110px;
    float:right;
    clear:both;
    padding-left:5px;
    text-decoration:none;
    display:block;
    height:45px;
    line-height:45px;
    background-color:#eaeeee;
    margin:1px -20px 1px 0px;
    opacity:0.7;
    color:#048;
    font-size:12px;
    border:1px solid #c3c8cb;
    border-right:none;
    outline:none;
    -moz-border-radius:10px 0px 0px 20px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-bottom-left-radius:20px;
    border-top-left-radius:10px;
    border-bottom-left-radius:20px;
}
.rotator ul li a:hover{
      text-shadow:0px 0px 2px #fff;
}
.rotator .heading{
    position:absolute;
    top:0px;
    left:0px;
    width:500px;
}
.rotator .heading h1{
    font-weight:normal;
    font-size:18px;
    padding-top:10px;
	padding-left:10px;
	color:#666666;
}
.rotator .description{
    width:425px;
    height:520px;
    position:absolute;
	text-align:justify;
    top:10px;
    left:0px;
    padding-left:10px;
    background-color:#fff;
    border:0px solid #b7c7d9;
	font-size: 11px;
}
.rotator .description p{
    text-transform:none;
    letter-spacing:normal;
    line-height:21px;
	margin-bottom:12px;
}
a.more{
    color:orange;
    text-decoration:none;
    text-transform:uppercase;
    font-size:10px;
}
a.more:hover{
    color:#fff;
}