.BodyText {
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight:normal;
}

.LargeLetter {
	font-family: arial, helvetica, sans-serif;
	font-size: 16pt;
	font-weight:bold;
}

.QuestionBar {
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	color: white;
	background-color : #5A7BA5;
	font : italic;
}
.Answer {
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight:normal;
	color: black;
	background-color : #AFD8FF;
	padding: 5px;
}
.Table {

	border-right : #5A7582 solid 1px;
	border-left : #F2F8FB solid 1px;
	border-top : #F2F8FB solid 1px;
	border-bottom : #5A7582 solid 1px;
}

.links{
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight:normal;
	color: black;
	text-decoration: none;
}

.links:hover{
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: black;
	text-decoration: underline;
}

.picture {
	border: #54C169 solid 1px;
}