/* @group Global Reset */
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, hr,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;vertical-align: baseline;}
body {
	line-height: 1;
}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
table {border-collapse: collapse;border-spacing: 0;}
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear {background: none;border: 0;clear: both;display: block;float: none;font-size: 0;list-style: none;margin: 0;padding: 0;overflow: hidden;visibility: hidden;width: 0;height: 0;}
.clearfix:after {clear: both;content: '.';display: block;visibility: hidden;height: 0;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
* {
margin: 0;
padding: 0;
}
/* @end Reset */

/* @group Typography Helper Styles */

body {
	behavior: url("../css/csshover3.htc");
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.3em;
}

/* Headings */

strong,
em,b,
i,
abbr,
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;font-weight: normal;
}

h1,h2,h3,h4,h5,h6 {
	margin: 1.2em 0;
}

p {
	margin: 10px 0px;
}
h1{
	color:#999999;
	font-size: 18px;
}
h2{
	font-size: 24px;
	font-weight: normal;
	line-height: 20px;
	color: #666666;
}
h3{
	font-size: 14px;
	font-weight: normal;
}
h4{font-size: 18px;}
h5{font-size: 28px;}
#contentheader h1{
	margin:0;
	padding-top:20px;
	font: normal 35px Georgia, "Times New Roman", Times, serif;
		}

/* Structure 
====================== */



/* Footer 
==========================*/
.tc{
	float:left;
	padding-top:25px;
	padding-left: 90px;
}
