@charset "utf-8";
/* CSS Document */

body {
	background: #FFFFFF;
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 22px;
	line-height: 24px;
	text-align: left;
	color: #000099;
	margin: 15px 0px;
	padding: 0px;
}

h2 {
	font-size: 21px;
	font-weight: normal;
	line-height: 23px;
	text-align: left;
	color: #000000;
	margin: 32px 0px 15px 0px;
	padding: 0px;
}

h2.two {
	font-family: Tahoma, sans-serif;
	text-align: center;
	font-size: 32px;
	line-height: 36px;
	font-weight: bold;
	color: #000000;
	
}

h2.three {
	font-family: Tahoma, sans-serif;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	
}

h2.four {
	font-family: Tahoma, sans-serif;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #DD0000;
	
}

h2.five {
	font-family: Arial, sans-serif;
	font-size: 32px;
}

h2.six {
	font-family: Tahoma, sans-serif;
	text-align: center;
	font-size: 26px;
	line-height: 30px;
	font-wieght: bold;
	color: #FF0000;
	
}

p {
	font-size: 17px;
	line-height: 21px;
	text-align: left;
}

ul li {
	font-size: 17px;
	line-height: 21px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

/*---------------------------------------------------------------
----------------Extra Styless-----------------------------------*/

.highlight {
	background: #FFFF00;
}

.red1 {
	color: #DD0000;
}

td {
	padding: 4px 0px;
}


/*-----------------------------------------------------------------------
The following are styles that give structure to Css Anchor and seel
-----------------------------------------------------------------------*/

/*Do not below rule change EVER*/
.anchor {
	height: 0px;
	width: 0px;
	float: left;
}

#seel {
	width: 198px;
	height: 143px;
	background: url(images/logo2.png) no-repeat;
	position: absolute;
	margin: -37px 0px 0px -85px;/*Change this line to manipulate position of the logo (relative to top left corner of <div class=head>)*/
}



/*-----------------------------------------------------------------------
The following are styles that give structure to template
-----------------------------------------------------------------------*/

.paper {
	width: 750px;
	border-bottom: 2px solid #333333;
	margin: 40px 0px 40px 0px;
	padding: 0px 0px 45px 0px;
}

.paper2 {
	width: 500px;
	margin: 0px 135px;
	padding: 0px;
	overflow: auto;
}
.paper3 {
	width: 650px;
	border-bottom: 2px solid #333333;
	margin: 40px 0px 40px 0px;
	padding: 0px 0px 45px 0px;
}



/*-----------------------------------------------------------------------
The following are styles that give structure to miscellaneous elements
-----------------------------------------------------------------------*/

td.left {
	width: 180px;
	font-size: 17px;
	line-height: 21px;
	text-align: left;
	padding: 7px 0px 7px 0px;
}

td.right {
	width: 180px;
	font-size: 17px;
	line-height: 21px;
	text-align: left;
	padding: 7px 0px 7px 0px;
}


p.small {
	font-size: 13px;
	line-height: 16px;
	text-align: left;
}

img.step {
	margin: 0px 0px 34px 0px;
	padding: 0px;
}