/*

   css reset code to initialize settings


*/
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,
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-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
/* remember to define focus styles! */
:focus {
	outline:0;
}





body {
	line-height:1;
	color:black;
	background:white;
}
ol, ul {
	list-style:none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* ========================================================== */
/*
    CSS definitions to redefine defaults
  
*/

body
{
    font-family:  helvetica, Arial, sans-serif;;
    font-size:12px;
    line-height:17px;
    margin:10px;
	  color:#363636;
}
h1,h2,h3,h4,h5,h6
{

	color:#ea4e45 !important;
  font-weight:bold;
}
h1
{
    font-size:20px;
	  
}
h2
{
    font-size:16px;
    text-transform:uppercase;
}
h3
{
    font-size:15px;
    text-transform:uppercase;
}
h4,h5,h6
{
    font-size:14px;
}
h5,h6
{
    font-weight:normal
}
p
{
    margin-bottom:16px;
}
b,strong
{
	font-weight:bold;
}
ul
{
    list-style-type:square;
    margin:0 0 20px;
    padding-left:14px;
}
ol
{
    list-style-type:decimal;
    margin:0 0 20px;
    padding-left:20px;
}
code
{
    font-family:courier;
}
/*  links */
a
{
    color:#1982D1;
    text-decoration:none;
}
a:hover
{
    color:#1982D1;
    text-decoration:underline !important;
}
a:visited
{
    color:#1982D1;
}
/*  tables */
table, td, th
{
    border:1px solid black;
    border-collapse:collapse;
}
td, th
{
    padding:3px 5px;
    border:1px solid black;
}
thead tr
{
    background-color:#fff !important;
}
th
{
    color:#ea4e45 !important;
}
/* form definitions */
label
{
    font-weight:bold;
    padding-right:15px;
}

input[type='text'],input[type='search'],input[type='email'],input[type='url'],input[type='button'],input[type='submit'],select,option
{
    font-size:11px;
    margin:5px 0;
}



.recaptchatable {
    line-height: 12px;
}



table.wh td, table.wh tr, table.wh {
	border:none;
	background-color:white;
}
