body {
	font: 12pt Verdana, Arial, Helvetica, sans-serif;
	background: #F2F2F2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #515151;
	padding: 10px 10px;
}

.style1 {color: #FFFFFF; font-style: italic; font-weight: bold; font-size:36px}
.style2 {color: #FFFFFF; font-style: italic; font-size: 12pt; font-family: "Times New Roman", Times, serif; line-height: 16pt;}
.style3{color: #FFFFFF; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
.style3:hover {color: #fffc00;}
.style4{color: #FFFFFF; font-size:9pt; line-height:14pt}
.style5 {color: #575757}
.style6 {font-size: 10pt; color: #000000; font-family: "Times New Roman", Times, serif; line-height:14pt;}
.style7 {color: #cccccc; font-size: 9pt; font-weight: bold;}
.style8 { font-size: 12pt; color: #045FB4; font-style: italic;}
.style9 {font-size: 10pt; color:#1a0684;}
.style10 {font-size: 12pt;font-style: italic; color: #1a0684;font-weight: bold; line-height:10pt;}
.style100 {font-size:14pt;color: #2E2E2E;font-weight: bold; line-height:16pt;}
.style11 {font-size: 8pt; color: #000000;}
.style12 {font-size: 9pt; line-height:14pt; color: #1a0684;}
.style122 {font-size: 9pt; line-height:12pt; color: #2E2E2E;}
.style13 {color: #575757}
.style14 {font-size: 9pt; line-height:11pt; color: #000000;}
.style15 {font-size: 20pt; color: #1a0684; font-weight: normal; line-height:20pt;}
.style16 {font-size: 9pt; line-height:14pt; color: #2A2A2A}
.style17 {color: #b44b3c; font-weight: bold;}
.style18 {font-size: 10pt; color: #FFFFFF; line-height:18pt;}
.style18:hover {color: #fffc00;}
.style19 {font-size: 10pt; color: #FFFFFF; line-height:18pt;}
.style20 {font-size: 10pt; color: #1a0684;}
.style21 {font-size: 9pt; color: #FFFFFF; line-height:12pt;}
.style21:hover {color: #fffc00;}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
