/*@import url(layouts.css);*/
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(misc2.css);
@import url(forms.css);


html.body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636363;
	margin: 0px;
	line-height: 140%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636363;
	background-color: #FFFFFF;
	margin: 0px;
	line-height: 140%;
	}

/*  Global Formatting */
h1 {font-size:16px;line-height: 1em;font-weight: 900;}
h2 {font-size:15px;line-height: 1em;font-weight: 900;}
h3 {
	font-size:14px;
	line-height: 1em;
	font-weight: bold;
	color: #5070AB;
}
h4 {font-size:13px;line-height: 1em;font-weight: 900;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}
td{font-size: 11px;}
th{font-size: 11px;}
p{font-size: 11px;}
a:link, a:visited {
	font-size: 11px;
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	color: #659FDE;
	text-decoration: none;
}
a.image, a.image:hover  {border:0;}

/*p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}*/
ul {
	margin: 0px;
	padding: 0px;
}
ul li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	margin-left: 5px;
	list-style-type: none;
	padding-left: 15px;
	padding-bottom:10px;
}
ol li {
	line-height: 130%;
}
/* Clears Divs */
hr{
	border: 1px solid #cccccc;
}
.clr{clear: both;}
img {
border: none;}

