* {
	margin: 0;
	padding: 0;
}

input, textarea {
	padding: 2px 5px;
	border: 1px solid #EBEBEB;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

h1, h2, h3, h4 {
	margin: 0;
}

h2, h3, h4 {
	margin-bottom: 10px;
	padding-bottom: 4px;
	border-bottom: 1px solid #F2F2F2;
	letter-spacing: -0.035em;
	font-weight: normal;
}

h2 {
	font-size: 17px;
    top:auto;
}

h3 {
	font-size: 14px;
	font-weight: normal;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

h5 {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #37404C;
}
ul, ol {
	margin-bottom: 1.5em;
	line-height: 170%;
	text-align: justify;
}

h2 img.top {
    vertical-align:text-top;
   }
h2 img.bottom {
    vertical-align:text-bottom;
    padding-bottom:2px;
    }
    
img.bottom {
    vertical-align:middle;
    text-indent:-0.5em;
    }

strong {
    font-size: 13px;
	font-weight: bold;
    color: #37404C;
}

ul, ol {
	margin-left: 3em;
}

dl.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl.list1 dt {
	float: left;
	width: 70px;
}

dl.list1 dd {
	margin-bottom: 10px;
}

dl.list1 a {
	color: #666666;
}

ul.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

ul.list2 li {
	float: left;
    width: 100%; 
	margin: 0 18px 18px 0;
}

ul.list2 li.nopad {
	margin-right: 0;
}


a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

div.hr {
    background-color: #F2F2F2;
    height: 1px;
    width:100%;
    text-align:center;
}
div.hr hr {
  display: none;
}

/* Marquee */

#marqueebar {
    font-size:1.2em;
    color: rgb(0,24,168);
    text-decoration: none;
 }
 
 tr.baseline td {
	border-bottom: 1px solid #C0C0C0;
}

blockquote > *:first-child:before {
    content:"\201C";
    font-size:2.5em;
    margin-left:-.62em;
    font-family:georgia,serif;
    padding-right:.2em;
    color:#aaa;
    line-height:0;
    }
    
blockquote {
    font-style:italic;
    }
