/* CSS Document */

body{
	background-color:#e5eff7;
	font-family:verdana, arial;
	font-size:12px;
	text-align: center;
}
	
.menuItem{
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.topBar{
	background-color:#4e453b;
	font-size:20px;
	color:#FFF;
}
.BodyTitle {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.content_body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
}
a:link {
	color: #039;
}
