/*HTML TAGS*/
/*::::::::::::::::::::::::::::::::::::::::::::*/
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	background-image: url(images/splash01_BG_05.gif);
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 12px;
}

td {
	vertical-align: top;
	font-size: 12px;
}

a {
	color: #095BA6;
	text-decoration: none;
}

a:hover {
	color: #095BA6;
	text-decoration: underline;
}


/*TEXT STYLES*/
/*::::::::::::::::::::::::::::::::::::::::::::*/
.header01 {
	font-size: 19px;
	letter-spacing: -0.05em;
	color: #095BA6;
	border-bottom: 2px solid #095BA6;
	font-weight: bold;
}

.header01_blue {
	font-size: 19px;
	letter-spacing: -0.05em;
	color: #095BA6;
	border-bottom: 2px solid #095BA6;
	font-weight: bold;
}

.header01_green {
	font-size: 19px;
	letter-spacing: -0.05em;
	color: #2CA366;
	border-bottom: 2px solid #2CA366;
	font-weight: bold;
}

.header02 {
	font-size: 19px;
	letter-spacing: -0.05em;
	color: #2CA366;
	border-bottom: 2px solid #2CA366;
	font-weight: bold;
}

.header03 {
	padding-right: 30px;
	padding-bottom: 10px;
}



/*CONTENT AREA*/
/*::::::::::::::::::::::::::::::::::::::::::::*/
#contentArea {
	padding: 0px 66px 40px 30px;
	font-size: 14px;
	letter-spacing: -0.03em;
}

#contentArea02 {
	padding: 0px 66px 40px 20px;
	font-size: 14px;
	letter-spacing: -0.03em;
}

.describe01 {
	padding: 3px 10px 20px 10px;
	font-size: 12px;
	background-image: url(images/BG_blueCell.gif);
	background-repeat: repeat-x;
}

.describe02 {
	background-image: url(images/BG_greenCell.gif);
	background-repeat: repeat-x;
	padding: 3px 10px 20px 10px;
	font-size: 12px;
}

.describe03_blue {
	padding: 3px 10px 10px 20px;
	color: #095BA6;
}

.describe03_green {
	padding: 3px 10px 10px 20px;
	color: #2CA366;
}

.describe04_blue {
	padding: 0 10px 0 20px;
	color: #095BA6;
}

.describe04_green {
	padding: 0 10px 0 20px;
	color: #2CA366;
}

.describe05_blue {
	padding: 0 10px 30px 20px;
	color: #095BA6;
}

.describe05_green {
	padding: 0 10px 30px 20px;
	color: #2CA366;
}

.table01 {
	margin: 0 0 20px 0;
}

.blueRow {
	background-image: url(images/BG_blueCell.gif);
	background-repeat: repeat-x;
}

.greenRow {
	background-image: url(images/BG_greenCell.gif);
	background-repeat: repeat-x;
	padding: 0 30px 0 0;
}





/*BACKGROUNDS*/
/*::::::::::::::::::::::::::::::::::::::::::::*/
#main {
	background-color: White;
	width: 760px;
	border-right: 3px solid #708090;
	padding: 0 0 20% 0;
}




/*FOOTER*/
/*::::::::::::::::::::::::::::::::::::::::::::*/
#footer {
	margin: 30px 0 0 20px;
	padding: 3px 0 0 0;
	border-top: 5px solid #2CA366;
	width: 260px;
	font-size: 11px;
}