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

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! 
*/
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000000;
}
#wrapper {
	width:887px;
	/*background:#ffffff url(../images/vox_pop_logo.gif) 680px 0px no-repeat;*/
	padding:10px;
	margin:0 auto
}
div#wrapper > p:first-child {
	margin-top:0px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#bf4414;
	margin-bottom:8px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#bf4414;
	margin-bottom:15px;
	font-weight:normal;
}
p {
	line-height:18px;
	margin-top:10px;
	font-size:12px;
}
ul {
	margin:8px 0 8px 10px;
	padding:0 0 0 10px;
}
ul li {
	list-style:disc;
	padding-bottom:7px;
}
.rounded-tl {
	background:url(../images/r-tl.gif) top left no-repeat;
	margin:20px 0;
}
.rounded-tr {
	background:url(../images/r-tr.gif) top right no-repeat;
}
.rounded-bl {
	background:url(../images/r-bl.gif) bottom left no-repeat;
}
.rounded-br {
	background:url(../images/r-br.gif) bottom right no-repeat;
	padding:10px 10px 5px 10px;
}
.rounded-br p {
	margin:0 0 6px 0;
}

.lcol {
	width:300px;
}
.rcol {
	width:555px;
}

.btn {
	width:157px;
	height:30px;
	background:url(../images/btn_next.gif) center center no-repeat;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-align:center;
	padding-top:7px;
}
.btn a {
	text-decoration:none;
	color:#ffffff;
}
.btn a:hover {
	text-decoration:underline;
}

.w360 {
	width:360px;
}

.fleft {float:left;}
.fright {float:right;}
.clear {clear:both; height:0px;}

.hr {height:2px; background:#e94301; margin:20px 0;}

.mright20 {margin-right:20px;}

.orangetext {color:#bf4414; font-size:14px;}

.font11 {font-size:11px;}
