/* CSS Document */

/*HTML Tag Styles */
/*********************************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #425A8E;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E5EBF9;
	text-align: center;
}

td {
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

a {
	color: #425A8E;
}

a:hover {
	color: #009DDE;
	text-decoration: underline;
}

h1 {
	font-size: 14px;
	color: #3399CC;
}

h2 {
	font-size: 24px;
	color: #3399CC;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	color: #3399CC;
}

h4 {
	font-size: 12px;
	color: #009DDE;
	font-weight: bold;
}

h5 {
	font-size: 14px;
	color: #3399CC;
}

hr {
	border: solid 1px #E0F5FF;
}

h6 {
	font-size: 14px;
	color: #3399CC;
}

ul {
	list-style-image: url(../images/arrowBullet.gif);
}


/*Classes*/
/****************************************************/

.wrapper {
	width: 700px;
	margin-right:auto;
	margin-left:auto;
}

.Container1 {
	margin-right:auto;
	margin-left:auto;
	text-align: left;
	}

.Container2 {
	background-color: #DAE3F7;
	margin-right:auto;
	margin-left:auto;
	margin-top: 10px;
	text-align: left;
	padding: 10px 10px 10px 10px;
	}
