@charset "utf-8";
/* CSS By: Ronster - http://www.YourWebDesignPro.com */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #505050;
}
body {
	background-color: #cc0000;
	background-image: url(../images/sliver.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #207CD6;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #207CD6;
}
a:hover {
	text-decoration: none;
	color: #cc0000;
}
a:active {
	text-decoration: underline;
	color: #207CD6;
}
h1 {
	font-family: Impact;
	font-style: normal;
	text-align: center;
	text-transform: capitalize;
	font-weight: lighter;
}


h2,h3,h4,h5,h6 {
	font-family: Tahoma;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
}
h1 {
	font-size: 36px;
	color: #cc0000;
}
h2 {
	font-size: 22px;
	color: #000000;
}
h3 {
	font-size: 20px;
	color: #cc0000;
}
h4 {
	font-size: 18px;
	color: #cc0000;
}
h5 {
	font-size: 16px;
	color: #cc0000;
}
h6 {
	font-size: 14px;
	color: #cc0000;
}
.footbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #505050;
	border-top:1px solid #999999;
}
blockquote {
	background:#efefef url(../images/boxbg.gif) top left repeat-y;
	border-left: 1px dashed #cc0000;
	border-right: 1px dashed #cc0000;
	color:#000;
	font-size: 14px;
	padding:5px 10px 5px 20px;
	width:85%;
}
