.content, a.content, a.content:link, a.content:active, a.content:visited   
{
    FONT-FAMILY: arial;
    FONT-SIZE: 11px;
    COLOR: #c31102;
	text-decoration:none;
}
a.content:hover
{
    FONT-FAMILY: arial;
    FONT-SIZE: 11px;
    COLOR: #7f2626;
	text-decoration:underline;
}

.content1, a.content1, a.content1:link, a.content1:active, a.content1:visited   
{
    FONT-FAMILY: arial;
    FONT-SIZE: 10px;
    COLOR: #c31102;
	font-weight:bold;
	text-decoration:none;
}
a.content1:hover
{
    FONT-FAMILY: arial;
    FONT-SIZE: 10px;
    COLOR: #7f2626;
	font-weight:normal;
	text-decoration:underline;
}

.content2, a.content2, a.content2:link, a.content2:active, a.content2:visited   
{
    FONT-FAMILY: tahoma;
    FONT-SIZE: 10px;
    COLOR: #767676;
	font-weight:normal;
	text-decoration:none;
}
a.content2:hover
{
    FONT-FAMILY: tahoma;
    FONT-SIZE: 10px;
    COLOR: #7f2626;
	font-weight:normal;
	text-decoration:underline;
}
.content3, a.content3, a.content3:link, a.content3:active, a.content3:visited   
{
    FONT-FAMILY: arial;
    FONT-SIZE: 12px;
    COLOR: #c31102;
	font-weight:bold;
	text-decoration:none;
}
a.content3:hover
{
    FONT-FAMILY: arial;
    FONT-SIZE: 12px;
    COLOR: #7f2626;
	font-weight:bold;
	text-decoration:underline;
}



.title, a.title, a.title:link, a.title:active, a.title:visited   
{
    FONT-FAMILY: arial;
    FONT-SIZE: 14px;
    COLOR: #620a03;
	font-weight:bold;
	text-decoration:none;
}
a.title:hover
{
    FONT-FAMILY: arial;
    FONT-SIZE: 14px;
    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: #c31203;
font-family:tahoma;
font-size:11px;
background: #fffaf1;
border: 1px solid #c31203;
height:20;
width:140;
padding: 2px 6px;
}

textarea
{
color: #c31203;
font-family:tahoma;
font-size:11px;
background: #fffaf1;
border: 1px solid #c31203;
height:50;
width:140;
padding: 2px 6px;
}