/* CSS Document */

* {
    padding: 0;
    margin: 0;
} 

body {
background: #e6e7e8;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.bannertext{
font-size:18px;
color:#FFFFFF;
font-weight:bold;

}

ul
{
list-style-image: url('arrow.gif');
margin-left:25px;
line-height:20px;

}
ul li a{
font-size:12px;
text-decoration:none;
color:#000000;

}

ul li a:hover{
font-size:12px;
text-decoration:underline;
color:#000000;
}

.heading{
font-size:14px;
font-weight:bold;
color:#660a0b;
background-color:#d6d680;
}

.textarea{
font-size:12px;
color:#000000;}

a{
font-size:12px;
text-decoration:none;
color:#660a0b;}
a:hover{
color:#000000;
font-weight:bold;
text-decoration:underline;}
.textcon
{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-style:normal;
	font-size:12px;
	color:#000000;
	background:#ffffff;
	
}