html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}	
a{
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
#mainFrame {
	padding: 7px;
	background-color: #FFFFFF;
}

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
}
.smTxt {
	font-size: 11px;
}

#bgHolder {
	height: 100%;
	width: 779px;
	margin:0px auto;
	border: 0px solid #FFFFFF;
	text-align: left;
}

.footer {
	font-size: 11px;
	color:#999999;
	
}
a.footer {
	font-size: 11px;
	color:#9B806A;
	text-decoration:none;
	
}
a.footer:hover {
	font-size: 11px;
	color:#000000;
	text-decoration:underline;
}.medTxt {
	font-size: 12px;
}
.grey {
	color: #666666;
}
#popBgHolder {
	height: 100%;
	width: 100%;
	margin:0px auto;
	border: 0px solid #FFFFFF;
	text-align: center;
	background-color: #FFFFFF;
}
#popMain {
	width: 85%;
	margin:0px auto;
	border: 0px solid #FFFFFF;
	text-align: center;
	padding: 20px;
}

a.header:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a.header:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a.header:visited {
	text-decoration: underline;
	color: #FFFFFF;
}