/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */

p.bold {font-weight:bold;}


/* ------- Site Wide Styles -------------------*/
body {
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
html>body {
	font-size: 12px;
}
h1{
	font-size: 1.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9FCBED;
	line-height: 1em;
	margin: 0em 0px;
}
h2{
	font: 1.75em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em;
	margin: 0.5em 0px 0.5em 0px;
	color: #9FCBED;
}
h3 {
	font: 1.4em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.167em;
	margin: 0.5em 0px 0.5em 0px;
	color: #9FCBED;
}
h4{
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0.75em 0px 0.3em 0px;	
	color: #9FCBED;
}
p{
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin: 1.6em 0px;
	color: #fff;
}
ul{
	margin: 0px 0px 1.75em 0px;
}
ol{
	margin: 0px 0px 1.75em 0px;
}
li{
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin-left: 15px;
	list-style-type: disc;
	color: #ffffff;
	margin-bottom: 8px;
}

a, a:visited{
	color: #fff;
	text-decoration: underline;
}
a:hover, a:visited:hover{
	color: #9FCBED
}
a:active{ 
	color:#9FCBED;
}
/* --------------- end site wide styles ------------------------------------------ */

/* --------------- General Classes ----------------------------------------------- */
.floatleft{
	float: left;
	margin: 0px 10px 10px 0px;
}
.floatright{
	float: right;
	margin: 0px 00px 10px 10px;
}
/* -------------- end general glasses -------------------------------------------- */