/* StreamlineYourSuccess CSS Style Sheet */ 

body {
	background-color:#fff;
	background: url('./background.jpg');
	text-align: center;
	margin: 0 auto;
	padding: 10px;

}

.outer
{
	background-color:#fff;
	width: 675px;
	border-top: 0px solid #0000ee;
	border-left: 1px solid #0000ee;
	border-right: 1px solid #0000ee;
	border-bottom: 0px solid #0000ee;
	margin: 0 auto;
	padding: 0px;
}

.content {
	background-color:#fff;
	width: 600px;
	margin: 0 auto;
	text-align: left;
	font-size: 16px;
	color : #111;

} 

.header
{
	width: 700px;
	background: url(./header.jpg);
	height: 138px;
	padding: 0px;
	margin: 0 auto;
}

h1
{
	font-family: Georgia,Arial,Helvetica;
	font-size:20px;
	color: #cc0000;
	text-align: center;
}

h2
{
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #0000cc;
}

h3
{
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	color: #111;
}
		
.spanstyle {
	background-color: #ffff00;
	width: 585px;
	padding: 2px;
	margin: 3px;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	color: #ff0000;
}

.spanstyle2 {
	background-color: #ccc;
	width: 585px;
	padding: 2px;
	margin: 3px;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	color: #0000ff;
}

.pheader {
	font-family: Verdana, Arial, Helvetica;
	font-size: 20px;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	color: #006900;

}

.pcenter {
	font-family: Verdana, Arial, Helvetica;
	font-size: 18px;
	text-align: center;
	padding: 5px;
	font-weight: bold;

}

.pinfo {
	font-family: Arial, Helvetica;
	font-size: 12px;
	text-align: center;
	padding: 10px;
	font-weight: bold;

}

.pinhanced {
	font-family: Arial, Helvetica;
	font-size: 18px;
	text-align: left;
	padding: 10px;
	font-weight: bold;

}

.signature p  { margin: 0; }

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

}

.signature { 
	padding-bottom: 10px;
}

.footer
{
	width: 700px;
	background: url(./footer.jpg);
	height: 26px;
	margin: 0 auto;
	padding: 0px;
}

hr {
	position: relative;
	width: 700px;
	color: #960D11;
}

ul {
	list-style-image: url('./check.gif');
	font-weight: bold;
	color: #111111;
	text-align: left;
}

a:hover {  color: #0000ee; text-decoration: none; font-weight: bold;}
a:active {  color: #0000ee; text-decoration: underline;}
a:link {  color: #0000ee; text-decoration: underline;}
a:visited {  color: #ee0000; text-decoration: underline;}
