html, body, div, span, headline, headline2, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
}
h1 {
	font-family: Impact;
	font-style: normal;
	text-align: center;
	text-transform: capitalize;
	font-weight: lighter;
	font-size: 36px;
	color: #F00;
}
.headline {
	font-family: Impact;
	font-style: normal;
	text-align: center;
	text-transform: capitalize;
	font-weight: lighter;
	font-size: 100px;
	color: #000;
	line-height: 0px;
}
h2 {
	font-family: Tahoma;
	font-size: 22px;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	color: #000000;
	font-weight: bold;
	padding: 0px 0px 10px;
}
h3 {
	font-size: 20px;
	color: #000000;
	text-transform: capitalize;
	text-align: center;
	font-weight: bold;
	font-family: Tahoma;
	margin-bottom: 5px;
}
h4 {
	font-size: 18px;
	color: #F00;
	text-transform: capitalize;
	text-align: center;
	font-family: Tahoma;
	padding: 0px 0px 5px;
}
h5 {
	font-size: 20px;
	color: #c00;
	text-transform: capitalize;
	text-align: center;
	font-family: Tahoma;
	padding: 0px 0px 10px;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: underline;
	color: #0000FF;
}

li {
	margin: 0px 10px 15px 15px;
	padding: 0px;
	text-align: justify;
	list-style: url(../images/bullet.png) outside;
	font-weight: bold;
	font-size: 14px;
}

.highlighttext {
	background-color: #FF0;
	color: #000;
}
.footbold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	color: #000;
}
.actionbox{
	font-size: 14px;
	color:#000;
	padding:35px 5px 35px 25px;
	width:85%;
	margin: 0px 0px 0px 40px;
	border: 10px dashed #F00;
	font-weight: bold;
	background: #FFC;
}
.dashbox{
	font-size: 14px;
	color:#000;
	padding:0px 20px 20px;
	width:700px;
	margin: 0px 0px 0px 65px;
	font-weight: bold;
	background: url(images/bpoints.jpg) repeat-x bottom;
	border: 1px solid #e1e1e1;
}

