body {
	cursor: default;
	background-color: #F46624;
	background-image: url(back.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

div, body,td	{
	font-family: Arial;
	font-size: 13px;
	color: #F46624;
	font-weight: bold;
	text-align: justify;
}


.head
{
	color: #E80A14;
	padding-left: 1px;
	padding-right: 1px;
	line-height: 100%;
	text-align: left;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: bold;
}



A {
	text-decoration: none;
	font-size: 13px;
	cursor: default;
	font-weight: bold;
		color: #F46624;

}
 
A:link {
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
		color: #E80A14;

}

A:visited {
 	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
		color: #F46624;


}
A:hover {
	text-decoration: none;
	cursor: default;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}