BODY {
	background-color: #fff;
	margin: 0;
	text-align: center;
}
font,th,td,p,div{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
}

h1 { arial; font-size: 16px; color: #000; }
h2 { font-size: 14px; color: #333; }
h3 { font-size: 12px; color: #000; }

label{ display: block; }

a:link,a:active,a:visited { 
	text-decoration: none; 
	color : #990000; 
}
a:hover		{ 
	text-decoration: underline; 
	color : #660000; 
}
#main {text-align: center;}
#colholder { float: left; border: 10px solid #333; padding: 10px 10px 10px 10px; margin: 20px 20px 20px 20px;
	width: 1000px;
	text-align: left;
}
#col1 { float: left; padding: 50px 50px 50px 50px;
	width: 600px;
	line-height: 15px;
}
#col2 { float: left; background-color: #f1f1f1; padding: 20px 20px 20px 20px; width: 255px;
	height: 1000px;
	line-height: 15px;
}

#col2 a.rsslink{ display: block; padding-bottom: 8px;}
#col2 h2 {border-bottom: 4px solid white; padding-bottom: 8px;}
#col2 img.ad {display: block; margin-left: auto; margin-right: auto }

p.confirmation{ background-color: #CCFF99; border: 1px solid #006600; padding: 3px;}

