﻿ body{
color: #333;
font-size: 11px;
font-family: verdana;
}
a{
color: #fff;
text-decoration: none;
}
a:hover{
color: #;
}
p{
margin: 0;
padding: 5px;
line-height: 1.5em;
text-align: justify;

}
#wrapper{
width: 900px;
margin: 0 auto;
}
.box {
    background: #fff;
    border-top: 3px solid #d2d6de;
    margin-bottom:20px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.boxholder{
clear: both;
padding: 5px;
background: #8DC70A;
}
.tab{
float: left;
height: 32px;
width: 102px;
text-align: center;
background: #8DC70A url('images/greentab.jpg') no-repeat; margin-left:0; margin-right:1px; margin-top:0; margin-bottom:0
}
.tabtxt{
margin: 0;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 9px 0 0 0;
}
.frm {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;

}
.frmnoborder {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background: transparent;
	border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px;

}
.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px;
}
