/* CSS Document */
body {
background-image: url(images/main_bg.jpg);
background-color:#E7E8EB;
text-align: center;
 background-repeat: no-repeat;
 background-position: top;
 background-attachment: scroll;
}


p { 
	font: 10pt georgia; 
	margin-left: 15px; 
	text-align: left;
	margin-top:0px;
	margin-bottom:13px;
}
p1 { 
	font: 10pt georgia; 
	text-align: left;
}
h1 { 
	font: 14pt times new roman; 
	letter-spacing: 1px; 
	margin-top: 3px; 
	margin-left: 5px;
	margin-botom: 5px;
	color: #003399;
}
h3 {
	font: 10pt georgia;
	font-weight: bold; 
	margin-bottom:1px;
}
a:link { 
	/*font-weight: bold; */
	font: 10pt georgia;
	text-decoration: none; 
	color: #000099;
}
a:visited { 
	/*font-weight: bold; */
	font: 10pt georgia;
	text-decoration: none; 
	color: #000099;
}
a:hover, a:active { 
	font: 10pt georgia;
	text-decoration: underline; 
	color: #0033CC;
}
important {
	font: 10pt georgia;
	color: #FF0000;
	margin-left: 15px; 
	text-align: left;
	margin-top:0px;
	margin-bottom:13px;
}
table-text {
	font: 10pt georgia; 
	margin-top:0px;
	margin-bottom:15px;
}
