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

/* Global Styles */

body {
	background-color: #FFFFFF;
	background-image: url(images/Background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.RegularText {
	font-family: Helvetica;
	font-size: 16px;
	line-height: 24px;
	color: #6e7179;
	text-align: justify;
}
a {
	font-family: Helvetica;
	font-size: 12px;
	line-height: 22px;
	color: #010101;
	text-align: justify;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #010101;
}
a:hover {
	text-decoration: none;
	color: #010101;
}
a:active {
	text-decoration: underline;
	color: #010101;
}

/* End Global Styles */

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


/* Gray Box */

ul.GrayBox {
	font-family: Helvetica;
	font-size: 12px;
	text-align: left;
	line-height: 20px;
	color: #3d3d3d;
	list-style-image: url(images/Arrow.gif);
}

.GrayBoxTitles {
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 22px;
	margin-left: 25px;
	color: #000000;
}

a.LinksGrayBox {
	font-family: Helvetica;
	font-size: 12px;
	line-height: 22px;
	margin-left: 25px;
	color: #010101;
	text-align: justify;
}
a.LinksGrayBox:link {
	text-decoration: underline;
}
a.LinksGrayBox:visited {
	text-decoration: underline;
	color: #010101;
}
a.LinksGrayBox:hover {
	text-decoration: none;
	color: #010101;
}
a.LinksGrayBox:active {
	text-decoration: underline;
	color: #010101;
}

/* End Gray Box */

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


.BottomText {
	font-family: Helvetica;
	font-size: 11px;
	text-align: center;
	line-height: 22px;
	color: #909090;
}



a.BottomLinks {
	font-family: Helvetica;
	font-size: 11px;
	text-align: center;
	line-height: 22px;
	color: #909090;
}
a.BottomLinks:link {
	text-decoration: none;
}
a.BottomLinks:visited {
	text-decoration: none;
	color: #909090;
}
a.BottomLinks:hover {
	text-decoration: underline;
	color: #909090;
}
a.BottomLinks:active {
	text-decoration: none;
	color: #909090;
}

.Titles {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}