.bodyStyle {
	color: #000000;
	text-decoration: none;
	background-image: url(../images/red_bg.jpg);
	background-color: #FD0100;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.normalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #99FF00;
	text-decoration: underline;
}
.smallText {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.titleText {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
a.subNav:link, a.subNav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.panelDivStyle {
	margin: 10px;
	padding: 10px;
	background-color: #BE0000;
}
a.Thumb:link, a.Thumb:visited {
	background-color: #FE0000;
	border: 5px solid #EAB9BB;
	height: 90px;
	width: 90px;
	display: block;
}
a.Thumb:hover, a.Thumb:active {
	background-color: #FE0000;
	border: 5px solid #FFFFFF;
}

ul.prelink {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.prelink li {
	padding: 0;
	font-weight: bold;
	color: #000;
}
.myBold {
	font-weight: bolder;
}
