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

body  {
	background: #C9C79A;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 10px;
	border-top: 20;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

h3 {
	color: #006600;
	
}

h4 {
	color: #662706;
	font-size: 10pt;
}

a:link {
	color:#006666;
}
a:visited {
	color:#666666;
}
.stylefooter {
	color: #003399;
	font-size: 10px;
}

.stylewhite {
	color: #FFFFFF;
	font-size: 10px;
}
.right {
	text-align: right;
}
