body {
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image : url(images/bg_main.gif);
}
.TITLE
{
	position: absolute;
	left: 215px;
	top: 30px;
	font-family: "Bookman Old Style";
	width: 550;
	font-weight: 600;
	font-size: 35;
	color: #FEF1D6;
}
.TITLE2
{
	position: absolute;
	left:575px;
	top: 35px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	font-weight: 500;
	font-size: 13px;
	color: #FEF1D6;
}
P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
LI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

div.btn {
	text-align: center;
	height: 40px;
	background-color: #800000;
	font-weight : bold;
	color : White;
		font-size: 12px;
}
td {
    font-family: Verdana, Arial;
	font-size: 13px;	
}
H1{
	color: black;
	font-family: "Bookman Old Style";
	font-size: 22px;
	letter-spacing : 1px;
}
H2{
color:  black;	font-family: Arial, Helvetica, sans-serif; font-size: 19px;
}
H3{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 17px;
}
H4{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
}

A:LINK {
	text-decoration: none;
	color: blue;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-decoration: underline;
}

A:VISITED {
	text-decoration: none;
	color: blue;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
	text-decoration: underline;
}
A:HOVER {
	text-decoration: underline;
	color: #800000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	text-decoration: underline;
}
.cws {
	font-style : italic;font-size: 10px;
}