body{
	font-size: 80%;
	height:100%;
	margin:0px;
	padding:0px;
	FONT-FAMILY: Arial;
	color:black;
	background: url(images/bg.jpg);
}
table{
	border:0px; /* border="0" */
	border-collapse:collapse; /* cellspacing="0" */
}

table td{
	padding:0px; /* cellspadding="0" */
	vertical-align: top;
}
td {
	font-size: 80%;
}
p {
	margin-top:0px;
	margin-bottom:5px;
	padding-left:0px;
}

ol,ul {
	margin-top:0px;
	margin-left:20px;
}

li {
	list-style-type: square;
	line-height: 20px;
	top:1px;
}

hr {
	border: solid 0px #D2D7BF;
	height:1px;
	margin:0px;
	padding:0px;
	height:1px;
	color: #D2D7BF;
	background-color: #D2D7BF;
}

A{
	 COLOR: #ff0000;
	 text-decoration: underline;
}

A:hover {
	 TEXT-DECORATION: underline;
}

img.left {	
	margin-top:3px;
	margin-right:15px;
	margin-bottom:12px;
}
img.right {
	margin-top:3px;
	margin-left:15px;
	margin-bottom:15px;
}

h1 {
	font-size:150%;
	color:red;
	margin:0px;
	padding-bottom: 10px;
}
h2 {
	color:#ff0000;
	FONT-SIZE: 110%;
	margin:0px;
}
h3 {
	font-size:11px;
	color:#FEFFFF;
	margin:0px;
	text-transform:uppercase;
}

h3,h4,h6 {
	margin:0px;
	font-weight:normal;
}
.cont{
	margin-left: 170px;
	width:635px;
	padding-top: 18px;
}
.footer{
	margin-left: 15px;
	margin-right: 15px;
	border-top: 1px solid #D2D7BF;
	padding: 4px 12px;
	color: black;
	font-size: 80%;
}
.left{
	float: left;
}
.leftcol{
	float: left;
	width: 160px;
	text-align: right;
	padding-top: 18px;
}
.leftm{
	display: block;
	color: red;
	font-size: 120%;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
}
span.leftm{
	text-decoration: underline;
}
.right{
	float: right;
}