@charset "UTF-8";
/* CSS Document */

body,
html {
	margin:0;
	padding:0;
	color:#000;
	background-color: #FFFFFF;
	background-position: center;
	font-family: "Times New Roman", Times, serif;
    }
body {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
    }
/*fonts*/

.header {
	font-size: 18px;
	font-weight: bold;
	color: #CC6633;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
.bluetext {
	color: #0066CC;
	}

/*links*/

a:link {
	color: #CC9900;
	}
a:visited {
	color: #CC9900;
	}
a:hover {
	color: #CC9900;
	}
a:active {
	color: #CC9900;         
	}
	
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.fltlft {
	float: left;
	padding-right: 10px;
}
