/* ----------------------- Body Styles ------------------------- */

html,body,div,ol,ul,li,h1,h2,h3,h4,h5,h6,p,form,fieldset {
  margin: 0;
  padding: 0;
}

body {
	background: #1f1f1f url(../images/bodybg.jpg);
	background-repeat:repeat-y;
	background-color:#ffffff;
	margin: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

p {
	padding: 0px;
	margin-top: 8px;
}

/* ----------------------- Main Styles ------------------------- */

.disclaimerText{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#545454;
}
.black12Text{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1f1f1f;
}
.black12TextBold{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1f1f1f;
	font-weight:bold;
}
.green12TextBold{
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#00b050;
	font-weight:bold;
}
.red12TextBold{
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#ff0000;
	font-weight:bold;
	text-decoration:line-through;
}
.titleTXTBold{
	font-family: Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#1f1f1f;
	font-weight:bold;
}
.subtitleTXTBold{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#1f1f1f;
	font-weight:bold;
}
.bonustitlelink a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0000ce;
	text-decoration:underline;
}
.bonustitlelink a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0000ce;
	text-decoration:underline;
}

.menu {
	height:25px;
	width:165px;
	background-image:url(../images/buttonbg.gif);
	background-repeat:no-repeat;
	background-position:top center;
	cursor:pointer;
	border:0px;
	text-indent:10px;
	vertical-align:bottom;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.menu2 {
	height:25px;
	width:165px;
	background-image:url(../images/buttonbg21.gif);
	background-repeat:no-repeat;
	background-position:top center;
	
	border:0px;
	text-indent:10px;
	vertical-align:bottom;
	padding-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
