﻿fprolloverstyle A:hover {color: red; font-weight: bold}

.normalFont {
	font-family: Georgia;
	font-size: 11pt;
	color: #000000;
	font-weight: normal;
	text-align: left;
}
.BoldFont {
	font-family: Georgia;
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
}
.boldItalic {
	font-family: Georgia;
	font-size: 11pt;
	color: #BC0708;
	font-weight: bold;
	font-style: italic;
}
h2 {
	font-size: 12pt;
	font-family: Georgia;
	font-style: italic;
	color: #FF0000;
}
.normalFontWhite {
	font-family: Georgia;
	font-size: 11pt;
	color: #FFFFFF;
	font-weight: normal;
}
.quote {
	font-family: Georgia;
	font-size: 11pt;
	color: #000000;
	font-weight: normal;
	text-align: left;
	font-style: italic;
	padding-right: 30px;
	padding-left: 30px;
}
.style1 {
	background-image: url('images/default_06.jpg');
}
.alignCenter {
	text-align: center;
}
.justifiedText {
	text-align: justify;
}
