html, body{
	margin:0px;
	/*padding: 0px;*/
	border: none;
    background-image: none;
	background-color:#FFFFFF;
	}

body{
	padding:40px 40px 40px 40px;
	background: #fff url('http://www.google.com/images/firefox/grgrad.gif') repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;
	font-size:0.85em;
	line-height: 1.6em;
	color:#666666;
	}

#header{
	margin-left:auto;
	margin-right:auto;
	padding: 0px 10px 0px 10px;
	width:775px;
	text-align:right;
	color:#999999;
	}

#content{
	margin-left:auto;
	margin-right:auto;
	padding: 0px 10px 0px 10px;
	width:775px;
	}

h1, h2{
    color: #999999;
	margin-bottom:1em;
	margin-top:1.2em;
    }

h1{font-size:2.0em; font-weight:normal;}
h2{font-size:1.5em;}
p {margin-bottom:1em; color:#666666;}
ul {list-style-type: disc; color: #666666;}
b, strong {font-weight:normal;}
i, em {font-weight:normal;}
a {color:#3974CC; text-decoration:none;}
a:hover {border-bottom: solid 1px #3974CC;}

.emphesize{font-style:italic;}
.standout{font-weight:bold; color: #999999;}

#moreLinks ul {list-style-type: disc; color: #999999;}
#disclaimer{font-size:0.9em; border-top:1px dotted #E6E6E6; padding:15px 5px 5px 5px; margin-top:25px; color: #999999;}

.noticeBox{
	background-color: #FDFDFD;
	background-image:url(http://home.activesmart.com/activesmart/images/noticeBox_bg.jpg);
    background-repeat: repeat-x;
	background-position: bottom left;
	border: 1px solid #CCCCCC;
	padding:0px 15px 0px 15px;
	margin:1em 0;
	width:auto;
	text-align:left;
	-moz-border-radius: 6px;
	}
	
.noticeBox img{border:0px; vertical-align:middle;}
.noticeBox span{border-left:1px solid #CCCCCC; margin-left:10px; padding-left:10px;margin-bottom:1em}
.noticeBox p{margin:12px 0px 12px 0px;}

.opaqueFiler{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}

a.floatedImageLink{
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
	position: static;
	border-bottom:0;
	}

/*a:hover.hoverLink{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}
*/

a.floatedImageLink img{
	border:0;}