body {
	margin-bottom: 0px;
	background-color:#000000;
}

.text {
	font-family: tahoma;
	font-size: 11px;
	color: #b6b6b6;
	font-weight: normal;
}
.text2 {
	font-family: tahoma;
	font-size: 12px;
	color: #b6b6b6;
	font-weight: normal;
	line-height: 10px;
	text-transform: uppercase;
}

a:link {
	color: #cecece;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;

}
a:visited {
	color: #cecece;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;

}

a:hover {
	color: #cecece;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}
.ul{
	list-style:disc;
	padding-left:-10px;
}
.inputstyle {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #1F354D;
	background-color: #6092aa;
	border: 1px solid #b5cde8;
}

.h2, h3, h4, h1{
	font-family: tahoma;
	font-size: 14px;
	color: #b6b6b6;
	font-weight: normal;
	text-transform: uppercase;
}
.copyright{
	color: #efefef;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align:center;
	padding-top:10px;
}
.copyright2 {
	text-align:right;
	color: #fff;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	padding-top:10px;
}
.copyright2 a{
	color: #efefef;
	text-align:right;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
}
.copyright2 a:hover{
	text-decoration:underline;
}
.footer{background:url(../images/footer.jpg) no-repeat #292929;}
.style1 {
	color: #A0B707;
	font-weight: bold;
}
.style2 {color: #A0B707; font-weight: bold; font-style: italic; }