body {
	background-color: #333333; /* #edebd7 */
	background-image: url(background.jpg);
	background-repeat: repeat; /*x or y*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal; /*bold*/
	font-size: 12pt;
	font-style: normal; /*italic*/
	color: #000000;
	text-align:center;
}

table, td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal; /*bold*/
	font-size: 12pt;
	font-style: normal; /*italic*/
	color: #000000;
}

A:LINK {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #FFBDA3;
	text-decoration: none;
}

A:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #bba66d; 
	text-decoration: none;
}

A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : Red;
	text-decoration: underline;
}

A:ACTIVE {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #F7885A;
	text-decoration: underline;
}

h1 {
	font-family: Broadway, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: normal; /* bold */
	font-style: normal; /*italic*/
	color: #F7885A;
	margin:0;
	padding: 0;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #000000;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: #ff00ff;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin-bottom: 8px;
}
.nav{
	background-image:url(blank.jpg);
	padding-top: 0;
	width: 130px;
	height: 25px;
	text-align:center;
	vertical-align:middle;
}
.frame {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width:770px;
	border: 3px solid #CCCC99;
	background-color:#E2DEC0;
}
.main {
	background-color:#FFFFFF;
	width:100%;
	height:100%;
	border-left: 3px solid #CCCC99;
	border-top: 3px solid #CCCC99;
	/*margin-top:10px;*/
}
address {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : normal;
	font-style : normal;
	color : #CCCCCC;
	text-align:center;
}
address a:link, address a:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : normal;
	font-style : normal;
	color : #666666;

}
