/* CSS Document */
body {
	margin:0;
	padding:0px;
	background:url(../images/main-bg.jpg) top repeat-x;
	font-family:Tahoma;
	}
.padding {
	padding:10px;
	}
	
.normal-text {
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	text-align:left;

	}	
.space {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:5px;
	}	
	
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
.footer {
	font-family:Tahoma;
	font-size:11px;
	color:#888e63;
	}	
.red {
	color:#FF0000;
	}
.heading {
	font-family:Tahoma, Arial;
	font-size:12px;
	font-weight:bold;
	color:#FF9900;
	}		