a:link
{
	color: rgb(0,0,204); 
}
a:visited
{
	color: rgb(102,0,0); 
} 
a:active 
{
	color: rgb(204,0,0);
}
body
{
	font-family: Times New Roman, Bookman Old Style, Times;
	background-color: white;
	color: rgb(0,0,102);
}
table
{
	table-border-color-light: rgb(102,153,255);
	table-border-color-dark: rgb(0,0,102); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Times New Roman, Bookman Old Style, Times;
}
h1
{
	color: rgb(51,51,204);
	text-align: "justify";
	margin-left: "20";
}
h2
{
	color: rgb(51,51,204);
	font-size: 12pt; 
}
h3
{
	color: rgb(204,51,51); 
}
h4
{
	color: rgb(51,0,204);
}
h5
{
	color: rgb(0,153,51);
}
h6
{
	color: rgb(204,51,51);
}

p
{
	FONT-SIZE: 12pt; 
	COLOR: blue; 
	FONT-FAMILY: Times New Roman;
	text-align: justify;
	margin-left: "10px";
	margin-right: "1px";
}
.pcenter
{
	FONT-SIZE: 12pt; 
	COLOR: blue; 
	FONT-FAMILY: Times New Roman;
	text-align: center;
}

.section2
{
	text-align: center;
}
.section3
{
	text-align: justify;
	font-size: 10pt;
	color: blue;
	font-family: Times New Roman;
}.section4
{
	text-align: justify;
	font-size: 10pt;
	COLOR: blue; 
	FONT-FAMILY: Times New Roman;
}
.contact
{
	font-family: "Times New Roman";
	color: "navy";
	font-size: "14";
	text-align: center;
}
div.articles {
    font-color: navy; 
    text-align: left;
}
div.sitecontainer {
	border: 1px solid #000080;
	overflow: auto;
	width: 100%
}
div.contactcontainer {
	border: 1px solid #660000;
	overflow: auto;
	width: 100%
}
.pcontact {
	text-align: center;
	font-size: 11pt
}