
/* ----------------------------------
 Reset css
------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding: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;}


/* ----------------------------------
Default font-styling for content area and editor
---------------------------------- */
table {border-collapse:collapse;border-spacing:0;}

body {
background-color:#fff;	
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
color:#535353;
font-size:16px;
font-family:arial; 
line-height:1.5em;
}

p {
margin-bottom:1em;
line-height:1.7em;
}

ul li {
list-style:square;
margin-left:1.5em;
margin-bottom:.5em;
line-height:1em;
}

ol li {
list-style:decimal;
margin-left:1.5em;
margin-bottom:.5em;
}

ul, dl, fieldset, form {
margin-bottom:1.5em;
}

dd {
margin-left:1.5em;
}

strong {
font-weight:bold;
}

fieldset {
border:1px solid #bababa;
background-color:#ececec;
padding:10px;
}

legend {
font-weight:bold;
}


/* Generic heading styling */
h1, h2, h3, h4, h5, h6 {
margin-bottom:.12em;
font-weight:bold;
}


h1 {
    font-size: 2em;
	font-weight:normal;
    line-height:1em;
   
    
    margin-top:0;
    display:block;
}

h2 {
font-size:1.7em;
font-weight:normal;
}

h3 {
font-size: 1.2em;

}

h4 {
    font-size: 1em;
}



/* Table related styling */
th {
font-weight:bold;
}
th, td {padding:5px; vertical-align:top;}

/* Link Styling (usually overidden for menus) */
a { color: #DE4400; text-decoration:underline; }
a:link { color: #DE4400; }
a:hover {
text-decoration:underline;
}


hr { color: black; height: 1px; }



/* //////////End Default Styling/////////////////// */





               
