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

body {
	background-image: url(images/pattern.gif);
	background-color: #D5C7B4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/* Bottom Area */

.BottomText {
	font-family: "Times New Roman";
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #fdf0df;
	text-align: justify;
}


a.BottomLinks {
	font-family: Times New Roman;
	font-size: 13px;
	color: #fdf0df;
}
a.BottomLinks:link {
	text-decoration: none;
}
a.BottomLinks:visited {
	text-decoration: none;
	color: #fdf0df;
}
a.BottomLinks:hover {
	text-decoration: underline;
	color: #fdf0df;
}
a.BottomLinks:active {
	text-decoration: none;
	color: #fdf0df;
}

.BottomMargin {
	margin-left: 45px;
}




a.TimLink {
	font-family: Times New Roman;
	font-size: 13px;
	color: #fdf0df;
}
a.TimLink:link {
	text-decoration: underline;
}
a.TimLink:visited {
	text-decoration: none;
	color: #fdf0df;
}
a.TimLink:hover {
	text-decoration: underline;
	color: #fdf0df;
}
a.TimLink:active {
	text-decoration: none;
	color: #fdf0df;
}


/* End Bottom Area */



.TitlesPages {
	font-family: "Times New Roman";
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
	color: #5f3009;
	text-align: justify;
}


.RegularText {
	font-family: "Times New Roman";
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #825a36;
	text-align: justify;
}




a {
	font-family: "Times New Roman";
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	color: #990000;
	text-align: justify;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}

ul {
	list-style-image: url(images/Bullet.gif);
}
