/* CSS Document */

/* Globals */

body {
	background-color: #adca87;
	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: 14px;
	line-height: 24px;
	color: #280925;
}
.NewsText {
	font-family: Helvetica;
	font-size: 14px;
	line-height: 24px;
	color: #3b2403;
}
a {

	font-family: Helvetica;
	font-size: 14px;
	line-height: 24px;
	color: #c20054;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #c20054;
}
a:hover {
	text-decoration: underline;
	color: #c20054;
}
a:active {
	text-decoration: none;
	color: #c20054;
}



/* End Globals */


.TableContents {
	background-image: url(images/Content_03.jpg);
	background-repeat: repeat-x;
}


.TableBottom {
	background-image: url(images/Bottom.jpg);
	background-repeat: repeat-x;
}

.NewsContent {
	background-image: url(images/NewsBox_03.jpg);
	background-repeat: repeat-x;
}

.BottomWhiteText {
	font-family: Helvetica;
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
	text-transform: uppercase;
}

a.BottomWhiteLinks {
	font-family: Helvetica;
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
	text-transform: uppercase;
}
a.BottomWhiteLinks:link {
	text-decoration: none;
}
a.BottomWhiteLinks:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.BottomWhiteLinks:hover {
	text-decoration: underline;
	color: #FFFFF;
}
a.BottomWhiteLinks:active {
	text-decoration: none;
	color: #FFFFFF;
}




.BottomLightText {
	font-family: Helvetica;
	font-size: 12px;
	line-height: 24px;
	color: #e1f2ca;
	text-transform: uppercase;
}

a.BottomGReenLinks {
	font-family: Helvetica;
	font-size: 12px;
	line-height: 24px;
	color: #e1f2ca;
	text-transform: uppercase;
}
a.BottomGReenLinks:link {
	text-decoration: none;
}
a.BottomGReenLinks:visited {
	text-decoration: none;
	color: #e1f2ca;
}
a.BottomGReenLinks:hover {
	text-decoration: underline;
	color: #e1f2ca;
}
a.BottomGReenLinks:active {
	text-decoration: none;
	color: #e1f2ca;
}

#NewsDiv {
	margin-right: 12px;
	margin-left: 12px;
	text-align: justify;
}

#ContentDiv {
	margin-right: 12px;
	margin-left: 12px;
	text-align: justify;
}




a.BoxNewsLink {

	font-family: Helvetica;
	font-size: 14px;
	line-height: 24px;
	color: #ff8a00;
}
a.BoxNewsLink:link {
	text-decoration: none;
}
a.BoxNewsLink:visited {
	text-decoration: none;
	color: #ff8a00;
}
a.BoxNewsLink:hover {
	text-decoration: underline;
	color: #ff8a00;
}
a.BoxNewsLink:active {
	text-decoration: none;
	color: #ff8a00;
}
