
/* Layout Stylesheet */ 

body {
	margin:5px 5px 5px 5px;
	background:#c6c6c6;
	color: #333333;
	text-align:center;
	padding:0px;
 }

#outer {
	text-align:center;
	border:1px solid #111111;
	width:700px;
 }

#hdr {
	background: #0000ff;
	border:1px solid #1222BF;
	width:700px;
	height: 50px;
	text-align:center;
	color: #fff;
 }


#bodyblock {
	position:relative;
	background: #fff;
	font-size: 18px;
	color: #333333;
	width:700px;
	padding:0px;
 }

#cont {
	position:relative;
	width:600px;
	background:#ffffff;	
	text-align:left;
	font-weight: normal;
	font-size: 14px;
	color: #111111;
	padding:40px;
}

.form
{
	width: 400px;
	margin: 0 auto;
	display: table;
	float: left;
	text-align: right;
	padding-bottom: 10px;
}

.p {
	text-align: justify;
	font-size: 18px;
	margin-left: 20px; 
	margin-right: 20px;
	
}

h1 {
                  font-size: 20px;
	font-weight: bold;
	color: #00ffff;
	text-align: center;
}

h2 {
                  font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #0000ff;
}

h3 {
                  font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #0000A8;
}

#ftr {
	width:700px;
	height:20px;
	background:#0000ff;
	text-align: center;
	color: #fff;
	border:solid #1222BF;
	border:1px solid #1222BF;
	padding:0px;
}

.spanstyle {
	background-color: #00C000;
	padding: 0px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.imbuzz {
	width: 530px;
	background-color: #fff;
	border:1px dashed #111;
	text-align: center;
	padding: 5px;
	
}

a {
                  font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #427594;
}

hr {	
	color: #051F85;
}

ul {

	list-style: circle;
	font-weight: normal;
	font-size: 14px;
	color: #111111;
}