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

.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
.Bold_Body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}
.Grey_Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	font-size: 12px;
}
.Grey_Bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: none;
	color: #333333;
}
.White_Text {color: #FFFFFF}
.White_Heading {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}


.Red_Bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
}
link {
	color: #003399;
}
