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

body {
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	color: #f2f2f2;
	padding: 10px 10px 10px 10px
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	color: #6d5b48;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #6780b8;
	text-transform: uppercase;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h3 {
	font-size: 12px;
	/*color: #333333;*/
	color: #6d5b48;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


/********************* Link Styles *********************/


a {
	text-decoration: none;
	color: #ddaf55;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	color: #ddaf55;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #ddaf55;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #ddaf55;
	font-weight: bold;
}