/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1.3;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
ul {
    list-style:none;
	line-height: 1.6em;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    vertical-align:baseline;
    background:transparent;
    text-decoration:none;	
	color: #BFBFBF;
}

a:hover {
	text-decoration: underline;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

html {
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
    font-size: 72%;	
}
.yellow {
	color: #fff600;
}
.red {
	color: #ff0036;
}
.strong_red {
	color: #FF0000;
	font-weight: bold;
}
.white {
	color: #FFFFFF;
}

.in_ma_lr5 {
	margin: 0 5px;
}

.ma0 {
	margin: 0!important;
}
.ma_t10 {
	margin: 10px 0 0 0!important;
}
.ma_b5 {
	margin: 0 0 5px 0!important;
}

.ma_b10 {
	margin: 0 0 10px 0!important;
}
.ma_l10 {
	margin: 0 0 0 10px!important;
}

.ma_tb10 {
	margin: 10px 0!important;
}

.ma_tb10_lrat {
	margin: 10px auto!important;
}
.ma_tb20_lrat {
	margin: 20px auto!important;
}
.ma_tb20 {
	margin: 20px 0!important;
}

.ma_t20b0_lrat {
	margin: 20px auto 0!important;
}

.ma_b20 {
	margin: 0 0 20px 0!important;
}
.ma_b30 {
	margin: 0 0 30px 0!important;
}
.ma_b40 {
	margin: 0 0 40px 0!important;
}
.ma_b110 {
	margin: 0 0 110px 0!important;
}
.ma_tb0_lr5 {
	margin: 0 5px!important;
}

.ma_t0b15_lr5 {
	margin: 0 5px 15px!important;
}
.pa_t10 {
	padding: 10px 0 0 0!important;
}
.pa_b20 {
	padding: 0 0 20px 0!important;
}
.pa_tb20 {
	padding: 20px 0!important;
}
.small85 {
	font-size: 85%;
	padding: 5px;
}
.text_l {
	text-align: left;
}
.text_c {
	text-align: center;
}
.text_r {
	text-align: right;
}
.txt_white {
	color: #FFFFFF;
}