pre, tt, code, samp, kbd, xmp, listing, plaintext { font-family: monospace; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}

body {
	font-family: Arial, Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	color:  #525252;
	background: #fff;
	padding: 0;
}

a {
	color: #1973b4;
	outline: 0;
}

a:link, a:active, a:visited {
	text-decoration:none;
}

a:hover {
    color: #c71600;
	text-decoration: underline;
}

img {
	border: 0;
	outline: 0;
}

input, select, textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

div.clear { /* Float fix */
	clear: both;
	height: 1px; /* Height must be 1 for the wrapping element to actually wrap the containing elements (IE fix) */
	overflow: hidden; /* Style used because MSIE refuses to automatically make div tags less than 1em high when in Standards Compatible mode. */
}

p {
	line-height: 1.4em;	
}

#main p{
	color:#525252;
	padding-left:33px;
	margin:0;
}

.summary{
	margin:0px 0 15px 0;
}
strong{
	font-weight:bold;
}

em {
    font-style: italic;
}

h1 {
    font: bold 20px Arial, Helvetica, Verdana, sans-serif;
    color: #fff;
}

h2, h3 {
    font: bold 13px Arial, Helvetica, Verdana, sans-serif;
    /* color: #960f00; */
}

h3 {
    font-size: 12px;
    color: #960f00;
}


/* clearfix : 
-------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {display: inline-block;}

html[xmlns] .clearfix {display: block;}

* html .clearfix {height: 1%;}
/* clearfix ^ 
-------------------------------------------------------------------------*/
