

.sub
{
	font-family: "Tahoma";
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

.sub2
{
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: bold;
	color: #808080;
}

.bod
{
	font-family: "Tahoma";
	font-size: 12px;
	color: #4f4f4f;
}

.link_w
{
	font-family: "Tahoma";
	font-size: 11px;
	color: #626262;
}

.link_w:hover
{
	font-family: "Tahoma";
	font-size: 11px;
	color: #d9241b;
	text-decoration : none;
}

A {     
	font-family: "Tahoma";
	font-size: 11px;
    color : #ffffff;
	text-decoration : none;
}

A:hover
{ 
    font-family: "Tahoma";
	font-size: 11px;
	color : #d9241b;
	text-decoration : none;
}

.subTit
{
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: bold;
	color: #da251c;
}

.link
{     
	font-family: "Tahoma";
	font-size: 11px;
	color : #da251c; 
	text-decoration : none;
}

.link:hover
{ 
    font-family: "Tahoma";
	font-size: 11px;
	color : #fa251c; 
	text-decoration : none;
}

.link2
{     
	font-family: "Tahoma";
	font-size: 11px;
	color : #BA0419; 
	text-decoration : none;
}

.link2:hover
{ 
    font-family: "Tahoma";
	font-size: 11px;
	color : #595858; 
	text-decoration : none;
}


.linkBod
{
	font-family: "Tahoma";
	font-size: 11px;
	color: #4f4f4f;
}

.linkBod:hover
{
	font-family: "Tahoma";
	font-size: 11px;
	color: #da251c;
}

.linkBod2
{
	font-family: "Tahoma";
	font-size: 11px;
	color: #4f4f4f;
	font-weight: bold;
	text-decoration: underline;
}

.linkBod2:hover
{
	font-family: "Tahoma";
	font-size: 11px;
	color: #da251c;
	font-weight: bold;
	text-decoration: underline;
}


.bod_w
{
	font-family: "Tahoma";
	font-size: 11px;
	color: #626262;
}

.subTitLink
{
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: bold;
	color: #da251c;
}

.subTitLink:hover
{
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: bold;
	color: #fa655c;
}

.ImgBorder
{
	border: solid 1px #da251c;
}
#form{
-moz-border-radius: 5px;

	-moz-box-shadow: 1px 1px 1px 1px #da251c;

	-webkit-border-radius: 5px;

	-webkit-box-shadow: 1px 1px 1px 1px #da251c;

	border-radius: 5px;

	box-shadow: 1px 1px 1px 1px #da251c;
	}

