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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #dedad1;
}
.RegularText {
	font-family: Times New Roman;
	font-size: 15px;
	line-height: 20px;
	color: #48260a;
}
a {
	font-family: Times New Roman;
	font-size: 14px;
	line-height: 18px;
	color: #4d3532;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4d3532;
}
a:hover {
	text-decoration: underline;
	color: #4d3532;
}
a:active {
	text-decoration: none;
	color: #4d3532;
}

.BottomText {
	font-family: Times New Roman;
	font-size: 14px;
	line-height: 18px;
	color: #4d3532;
}

a.NewMediaLinks {
	font-family: Times New Roman;
	font-size: 14px;
	line-height: 18px;
	color: #990000;
}
a.NewMediaLinks:link {
	text-decoration: underline;
}
a.NewMediaLinks:visited {
	text-decoration: underline;
	color: #990000;
}
a.NewMediaLinks:hover {
	text-decoration: none;
	color: #990000;
}
a.NewMediaLinks:active {
	text-decoration: underline;
	color: #990000;
}



/* News Area */


.NewsTitle {
	font-family: Times New Roman;
	font-size: 18px;
	line-height: 21px;
	color: #190502;
}


.NewsText {
	font-family: Times New Roman;
	font-size: 13px;
	font-weight: lighter;
	line-height: 18px;
	color: #ece4de;
}


a.NewsLinks {
	font-family: Times New Roman;
	font-size: 13px;
	line-height: 18px;
	color: #ec6900;
}
a.NewsLinks:link {
	text-decoration: none;
}
a.NewsLinks:visited {
	text-decoration: none;
	color: #ec6900;
}
a.NewsLinks:hover {
	text-decoration: underline;
	color: #ec6900;
}
a.NewsLinks:active {
	text-decoration: none;
	color: #ec6900;
}



/* End News Area */


