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

/*reset*/
*{margin:0;padding:0;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,float_l,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}float_l,th {text-align:left;}h1,h2,h3,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/*end reset*/

html {
	width:99%;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	color: #8c285a;
	font-size: 11px;
	margin:0 auto;
	padding:25px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom:0.8em;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin:1em 0 0.5em;
}
h3 {
	font-weight:bold;
}
#col1, #col2 {
	float:left;
	width:45%;
}
#col1 ul, #col2 ul {
	list-style-type:none;
}
ul.radio li a {
	text-decoration: none;
	display:block;
	padding-bottom:1.2em;
	color:#f54ba6;
}	
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
p, ul {
	margin-bottom:1.2em;
}
hr {
	border: none; 
	border-top: 1px dashed #bbb;/*the border*/
	width: 80%;
	margin:30px auto;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
a:link, a:visited, a:hover, a:active { /*LoVeHAte*/
	color:#ff48a8;
}