body {
	font-weight : normal; 
	font-size : 12px; 
	color : #333333; 
	font-style : normal; 
	font-family : Arial, Helvetica, Verdana, sans-serif; 
	background : transparent url(./images/watermark.gif) no-repeat 50% 180px;
	padding : 0; 
	margin : 0; 
	text-align : left; 
} 

ol,ul {
	text-align : left; 
	line-height: 1.6;
	margin: 0 0 0 3%; 
	padding : 0; 
} 

h1, h2, h3 {
	font-weight : normal; 
	font-size : 18px; 
	color : #E31736; 
	text-align : left;
	letter-spacing: 1px;
	margin: 1% 0 1% 0;
} 

h3 {
	font-weight : bold; 
	font-size : 12px; 
	color : #E31736; 
} 

a.main {
	text-align : center; 
	font-weight : bold; 
	font-size : 12px; 
	color : #CD5555; 
	text-decoration : underline; 
} 
a.main:hover {
	text-align : center; 
	font-weight : bold; 
	font-size : 16px; 
	color : #B8B8BA; 
	text-decoration : none; 
}

/*Header - Image Only*/

div.hor {
	position : absolute; 
	text-align : right; 
	height : 147px; 
	width : 100%; 
	margin : 0; 
	padding : 0; 
	background : #949599 url(./images/header.jpg) no-repeat 0% 0%;
	border-bottom: #E31736 3px solid; 
} 


/*Main*/

div.main {
	position : absolute;
	width : 100%; 
	margin : 150px 0 0 0; 
	padding : 0;
	background-color : transparent; 
} 
td.main, td.pic {
	width : 50%;
	text-align : left; 
	font-size : 12px;
	margin : 0; 
	padding : 1% 3% 2% 3%; 
	color : #444444; 
	background-color : transparent;
	border-right: #E31736 1px solid; 
} 
td.pic {
	border-right: none; 
} 

td.footer {
	width : 100%;
	text-align : center; 
	margin : 0; 
	padding : 0;
	border-top: #E51837 12px solid;
} 

