body {
	font-family:"Arial", sans-serif;
	font-size:12px;
	line-height:16px;
}

p, td, div{
	color:#333333;
	text-size:13px;
}

p {
	margin:0 5px 20px 5px;
}



a {
	text-decoration:underline;
	color: #0066cc;
}
	
a:hover {
	color:#EB542C;
	text-decoration:underline;
}

input{
	font-family:"Arial", sans-serif;
	font-size:12px;
}


/* classes */



/* -------------------- FOOTER ------------------ */


#footer_spacer{
	width:940px;
	height:8px;
	background-color:#FFFFFF;
}	
	
#footer {
	width:934px;
	height:25px;
	background-color:#FFFFFF;
	text-align:left;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 2px;
	padding-bottom: 2px;
	clear: both;
	padding-left: 6px;
}
	
.footer_text {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color: #596879;
	text-align: left;
	line-height: 12px;
}

.footer_text a{
	color:#596879;
	text-decoration:underline;
	}
	
.footer_text a:hover {
	color:#0066cc;
	text-decoration:underline
}


/* ------------------- FOOTER END -------------- */
	

