body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	background-color: #0080ff;
	background-image: url(../images/sliver.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.footbold {
	font-size: 10px;
	color: #505050;
	font-weight: bold;
	margin-top: 5px;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: underline;
	color: #0000FF;
}
h1 {
	font-family: Impact;
	font-style: normal;
	text-align: center;
	text-transform: capitalize;
	font-weight: lighter;
	font-size: 36px;
	color: #000;
}
.headline {
	font-family: Impact;
	font-style: normal;
	text-align: center;
	text-transform: capitalize;
	font-weight: lighter;
	font-size: 32px;
	color: #cc0000;
	letter-spacing: 4px;
}
h2,h3,h4,h5,h6 {
	font-family: Tahoma;
}
h2 {
	font-family: Tahoma;
	font-style: normal;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 24px;
	color: #000;
}
h3 {
	font-family: Tahoma;
	font-style: normal;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 16px;
	color: #cc0000;
}
h4 {
	font-family: Tahoma;
	font-style: normal;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 18px;
	color: #000;
}
h5 {
	font-family: Tahoma;
	font-style: normal;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 18px;
	color: #cc0000;
}
.orderbox{
	font-size: 14px;
	background:#E8F4FF;
	border-top: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
	color:#000;
	margin:5px auto;
	padding:5px 5px 5px 5px;
	width:65%;
}
blockquote {
	background:#e8e8e8;
	border-top: 1px solid #cc0000;
	border-bottom: 1px solid #cc0000;
	color:#000;
	font-size: 14px;
	padding:10px 20px 10px 20px;
	width:85%;
}
.orderbox2{
	font-size: 14px;
	background:#fff;
	border:6px dashed #cc0000;
	color:#000;
	margin:5px auto;
	padding:5px 5px 5px 5px;
	width:70%;
}
.guaranteebox{
	font-size: 14px;
	background:#eee;
	border-top: 2px dashed #cc0000;
	border-bottom: 2px dashed #cc0000;
	color:#000;
	margin:5px auto;
	padding:5px 5px 5px 5px;
	width:85%;
}
