
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #A4B711;
	text-decoration: underline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #DCD996;
	font-size: 16px;
/*	background-image: url(images/bg.gif); 
	background-repeat: repeat-x;
	background-position: center top; */
	background-color:  #ED6B1B;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h1 {
}
h2 {
}
img {
	float:left;
}
td {
	text-align:right;
	vertical-align:center;
}
.smallText {
	font-size:12px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both;  
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

