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

/* General Styles */

body {
	background-color: #dbf3f1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/Background.jpg);
	background-repeat: repeat-x;
}

.RegularText {
	font-family: Helvetica;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	color: #0c3733;
}

.BoxText {
	font-family: Helvetica;
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
	color: #0c3733;
}


a {
	font-family: Helvetica;
	font-size: 14px;
	color: #6B583A;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #6B583A;
}
a:hover {
	text-decoration: none;
	color: #6B583A;
}
a:active {
	text-decoration: underline;
	color: #6B583A;
}

/* End General Styles */

/* ********************************************* */

/* Bottom Area */

.BottomText {
	font-family: Helvetica;
	font-size: 12px;
	line-height: 24px;
	text-align: justify;
	color: #0c4444;
}

a.BottomLinks {
	font-family: Helvetica;
	font-size: 12px;
	line-height: 24px;
	text-align: justify;
	color: #0c4444;
}
a.BottomLinks:link {
	text-decoration: none;
}
a.BottomLinks:visited {
	text-decoration: none;
	color: #0c4444;
}
a.BottomLinks:hover {
	text-decoration: underline;
	color: #0c4444;
}
a.BottomLinks:active {
	text-decoration: none;
	color: #0c4444;
}

/* End Bottom Area */