/* FRS Guide CSS Style Sheet */ 

body {
	background-color:#fff;
	font-family: Verdana, Arial, Helvetica;
	margin: 3px;
	padding: 0px;
	text-align: left;

}
.outer
{
	width: 751px;
	border: 2px solid #ff0000;
	background-color:#ffffff;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica;
	color: #000;
	text-align: left;
}

.header
{
	background: url(./images/FRSGuideheader.jpg);
	padding: 0px;
	width: 750px;
	height: 150px;
}

.info {
	width: 650px;
	text-align: left;
	padding: 15px;
}

.footer
{
	background: url(./images/FRSGuidefooter.jpg);
	width: 750px;
	height: 135px;
}


h1
{
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: 23px;
	color: #000066;
	text-align: center;
}

h2
{
	font-family: Impact, Arial, Helvetica;
	font-weight: bold;
	font-size: 28px;
	color: #ff0000;
	text-align: center;
}

h3
{
	font-weight: bold;
	font-size: 18px;
	color: #000066;
	text-align: left;
}

h4
{
	font-weight: bold;
	font-size: 16px;
	color: #ff0000;
	text-align: center;
}

ul {
	position: relative;
	list-style: square;
	font-weight: bold;
	color: #111111;
	text-align: left;
}

p {

	text-align: left;
}

.pblue {
	font-weight: bold;
	font-size: 18px;
	color: #000066;
	text-align: left;
}

.pbluec {
	font-weight: bold;
	font-size: 18px;
	color: #000066;
	text-align: center;
}

.pblack {
	font-weight: bold;
	font-size: 22px;
	color: #111;
	text-align: center;
}

.pred {
	font-weight: bold;
	font-size: 18px;
	color: #cc0000;
	text-align: center;
}

.pred2 {
	font-weight: bold;
	font-size: 24px;
	color: #ee0000;
	text-align: left;
}

.date { margin: 0; text-align: left; font-weight: bold;}	

		
.see 
{
	width: 190px;
	margin: 0 auto;
	display: table;

	padding-bottom: 10px;
}

.see label
{
	width: 60px;
	text-align: right;
	padding-right: 5px;
	float: left;
	display: block;
}


.textField
{
	width: 100px;	
	margin-bottom: 3px;
	float: left;
}


.signature p  { margin: 0; }

.sign
{	
	font-family: "Monotype Corsiva";
	font-size: 25px;
	padding: 15px 0 15px 0;

}

.signature { 
	padding-bottom: 10px;
}

.box {
	width: 600px;
	border: 2px dotted #ff0000;
	background-color: #fff;
	font-size: 12px;
	font-family: "Arial, Helvetica";
	font-weight: normal;
	padding: 5px;
}

.guarantee {
	position: relative;
	width: 535px;
	border: 5px dashed #111;
	background-color: #fff;
	font-size: 16px;
	font-family: "Verdana, Arial, Helvetica";
	font-weight: normal;
	padding: 8px;
}

.bonus {
	width: 600px;
	border: 2px solid #ff0000;
	background-color: #fff;
	font-size: 12px;
	font-family: "Arial, Helvetica";
	font-weight: normal;
	padding: 5px;
}

.spanstyle {
	background-color: #00ffff;
	border: 2px solid #ff0000;
	padding: 2px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #ff0000;
}