/* 
	CSS RESET by Eric A. and Kathryn S. Meyer 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%;
	font-weight: normal;
	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;
}
/*
	END OF CSS RESET
*/

body {
	color: #fff;
	font: 70% Arial, Myriad, sans-serif;
	line-height: 1.2;
}

.magazine p {
    margin-bottom: 15px;
}

a {
    color: #fff;
}

.p-padding p,
.p-padding h2,
.p-padding h3 {	
    padding-right: 130px;
}

.no-padding h2,
.no-padding h3 {
    padding-right: 10px;
}

.no-underline {
    text-decoration: none !important;
}

strong {
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.none {
	display: none;
}

.line {
    border-bottom: 1px dotted #AAA !important;
}

.line_top {
    border-top: 1px dotted #AAA;
}

.line_solid {
    border-bottom: 1px solid; 
}

.line_solid_top {
    border-top: 1px solid; 
}

.space {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.double_space {
    margin-bottom: 22px;
    padding-bottom: 22px;
}

.space10 {
    margin-bottom: 10px;
}

.space_top {
    margin-top: 10px;
    padding-top: 10px;
}

.space_top_margin {
	margin-top: 10px;
}

.space_margin {
    margin-bottom: 10px;
}

.padding-12 {
    padding-left: 12px;
}

.margin-30 {
    margin-left: 12px;
}

.red {
    color: #E62017 !important;
}

.orange {
    color: #F60 !important;
}

.pink {
   color: #F0F !important;
}

.green {
    color: #297B7B !important;
}

.blue {
    color: #0E9CFC !important;
}

.black {
    color: #000 !important;
}

.red-bg {
    background: #F62017;
}

.green-bg {
    background: #3F3;
}

.pink-bg {
    background: #F0F;
}

.yellow-bg {
    background: #FC0;
}

.green-bg {
    background: #33FF33;
}

.orange-bg {
    background: #F60;
}

.c4d0f70 {
	color: #4d0f70; 
}

.cf62017 {
	color: #f62017; 
}

.download {
	line-height: 29px;
}

.download a {
	float: left;
	text-decoration: none;
	background: url("img/download-bg.gif") repeat-x;
	padding: 0 10px;
	color: #666666;
	font-weight: bold;
}

.download-bg-edge {
	display: block;
	float: left;
	width: 1px;
	height: 29px;
	background: url("img/download-bg-edge.gif");
}

.type0 h3 a {
	color: #e33822;
}

.type1 h3 a {
	color: #30ae10;
}

.type2 h3 a {
	color: #cb0037;
}

.type3 h3 a {
	color: #ff6600;
}

.type4 h3 a {
	color: #4d0f70;
}
