@charset "utf-8";
/* CSS Document */
@import url("header.css");
@import url("leftpanel.css");
@import url("middlePanel.css");
@import url("rightPanel.css");
@import url("footer.css");

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 12px;
	font-family:"Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	color:#838383;
	text-decoration:none;
}

ol, ul {
	list-style: none;
}
h1 {
	border-bottom:2px solid #9CDA3F;
	padding-bottom:3px;
	font-size:14px;
	}
.h1bold {
	font-weight:bold;
	font-size:14px;
	}	
h2 {
	color:#7EBB24;
	}

h2 a:link, h2 a:visited {
	color:#7DB924;
	}	
h3 {
	color:#2E9BCF;
	}
table {
	margin-top:20px;
	border-collapse:collapse;
	}
.clearfloat { 
	clear:both;
}
#container {
	width:850px;
	margin:0 auto;
	border:1px solid #CCCCCC;
	}
strong {
	font-weight:bold;
	}
	
