.content, a.content, a.content:link, a.content:active, a.content:visited   
{
    FONT-FAMILY: verdana;
    FONT-SIZE: 11px;
    COLOR: #353537;
	text-decoration:none;
}
a.content:hover
{
    FONT-FAMILY: verdana;
    FONT-SIZE: 11px;
    COLOR: #7f2626;
	text-decoration:underline;
}

.content1, a.content1, a.content1:link, a.content1:active, a.content1:visited   
{
    FONT-FAMILY: tahoma;
    FONT-SIZE: 11px;
    COLOR: #353537;
	text-decoration:none;
}
a.content1:hover
{
    FONT-FAMILY: tahoma;
    FONT-SIZE: 11px;
    COLOR: #7f2626;
	text-decoration:underline;
}


.title, a.title, a.title:link, a.title:active, a.title:visited   
{
    FONT-FAMILY: tahoma;
    FONT-SIZE: 11px;
    COLOR: #407ead;
	font-weight:bold;
	text-decoration:none;
}
a.title:hover
{
    FONT-FAMILY: tahoma;
    FONT-SIZE: 11px;
    COLOR: #163e5c;
	font-weight:bold;
	text-decoration:underline;
}

.red, a.red, a.red:link, a.red:active, a.red:visited   
{
    FONT-FAMILY: tahoma;
    FONT-SIZE: 11px;
    COLOR: #da0404;
	font-weight:bold;
	text-decoration:none;
}
a.red:hover
{
    FONT-FAMILY: tahoma;
    FONT-SIZE: 11px;
    COLOR: #da0404;
	font-weight:bold;
	text-decoration:underline;
}
.input1
{
color: #3b6a00;
font-family:tahoma;
font-size:11px;
background: #f7f9f4;
border: 1px solid #a0b784;
height:20;
width:140;
padding: 2px 6px;
}

textarea
{
color: #3b6a00;
font-family:tahoma;
font-size:11px;
background: #f7f9f4;
border: 1px solid #a0b784;
height:50;
width:140;
padding: 2px 6px;
}

.bullet{font-family:"Tahoma", "Arial"; font-size:10px; background-image:url(images/bullet.gif); background-repeat:no-repeat; padding-left:20px; line-height:19px; color:#444444;}
ul.bul {margin:5px; padding:10px; list-style:none; vertical-align:bottom;}
.bul li{padding-left:15px; background:url(images/bullet.gif) no-repeat; margin-bottom:5px;}
