@charset "UTF-8";
/* CSS Document */

html,body{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	height:100%;
	border:none;
	background-image:url(images/common/backgroundtile2.gif);
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
#fullheight{
	height:100%
}
.footer{
	font-size:10px;
	margin-top:10px;
	margin-bottom:10px;
	color:#383839;
}
.copyright{
	font-size:10px;
	margin-top:10px;
	margin-bottom:10px;
	color:#FFFFFF;
}
.body{
	font-size:12px;
	margin-top:2px;
	margin-bottom:12px;
	color:#383839;
}
.points{
	font-size:12px;
	font-weight: normal;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-repeat:no-repeat;
	background-image:url(images/common/yellowbullet.png);
	color:#383839;
}
.h1{
	font-size:18px;
	margin-top:2px;
	margin-bottom:12px;
	font-weight:bold;
	color:#333333;
}
.h2{
	font-size:11px;
	margin-top:10px;
	margin-bottom:12px;
	font-weight:bold;
	color:#FFFFFF;
}
.h3{
	font-size:12px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 12px;
	color:#E6C422;
}
a IMG{
	border: none;
}
a{
	color:#383839;
	text-decoration:none;
}
a.hover{
	color:#E6C422;
	text-decoration:none;
}
.pageheading{
	margin-bottom:20px;
}

