/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/back_grand_bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}
.TitleText {
	color: #990000;
	font-size: 18px;
	font-weight: bold;
}
.BodyText {
	font-size: 14px;
	line-height:25px;
}

a.WhiteLink {
	font-size:12px;
}
a.WhiteLink:link {
	text-decoration: none;
	color:#FFFFFF;
}
a.WhiteLink:active {
	text-decoration: none;
	color:#FFFFFF;
}
a.WhiteLink:visited {
	text-decoration: none;
	color:#FFFFFF;
}
a.WhiteLink:hover {
	text-decoration: underline;
	color:#FFFFCC;
}