.bgform
{
	background-image: url(images/bg_form.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.bgfooter
{
	background-color: #C41B11;
	background-image: url(images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.txt-white
{
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
}
.txt-black
{
	font-family: arial;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}
.txt-red
{
	color: #B30B07;
}
body
{
	background-color: #eeeeee;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin:0;
	font-family: Arial;
    font-size: 12px;
}
a:link
{
	color: #E74705;
	text-decoration: none;
}
a:visited
{
	color: #E74705;
	text-decoration: none;
}
a:hover
{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.txt-heading
{
	color: #FFFFFF;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
}
.bgheading
{
	background-color: #C72820;
	background-image: url(images/bg_heading.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
li
{
	padding: 6px;
}

