/*reset browsers*/
*{margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}
	html {color:#000; background:#FFF;}
	address, caption, cite, code, dfn, th, var, optgroup {font-style: inherit; font-weight: inherit;}
	del{text-decoration:line-through;}
	ins {text-decoration:none;}
	q:before, q:after {content: '';}
	abbr, acronym {border: 0; font-variant: normal;}
	legend {color:#000;} /*legend doesn't inherit in IE */
	input, button, textarea, select, optgroup, option, select {font-family:inherit; font-size:100%; font-size:inherit; font-style:inherit; font-weight:inherit;}

	li { list-style: none; }
	:focus {outline: 0;}
	a img {border:none;}
	
	table { border-collapse: collapse; border-spacing: 0; }
	caption, th { text-align: left; }
	
	sup {font-size:xx-small; vertical-align:top;}

/*font styles*/
body {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size:75%; line-height:1.5em;}
	h1 {float:left; width:100%; color:#000; text-transform:uppercase; margin:0.5em 0 .825em 0; padding-bottom:0.2em; font-size:1.5em; border-bottom:1px solid #000; font-weight:bold; /*background-image:url(/professional/images/bgH1.gif); background-repeat:repeat-y; background-position:right;*/}
	/*h2 {float:left; width:100%; color:#C91B1B; margin:.825em 0 .825em 0; font-size:1.167em; font-weight:normal;}*/
	h2 {float:left; width:100%; color:#C91B1B; margin:0 0 .825em 0; font-size:1.2em; font-weight:bold;}
	h3 { color:#D53327; margin:.0em 0 .25em 0; font-size:1em; text-transform:uppercase;}
	h4 { color:#C91B1B; margin:0 0 .25em 0; font-size:1em;}
	h5 {float:left; color:#C91B1B; margin:.825em 0 .5em 0; font-size:1.167em; }
	h6 { color:#5C8127; margin:.825em 0 .5em 0; font-size:1em; }

/* Forms */
input[type=checkbox] {border:0; margin:0; padding:0; width:16px; height:16px;}
.checkbox {border:0; margin:0; padding:0; width:16px; height:16px;}

.clear{clear:both;}