hr {
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #00CCCC;
}


body         {
	background-image:  url(images/bg2.jpg);
	font-family: 
                Arial, Helvetica, sans-serif;
	background-repeat: repeat;
	font-size: 12pt;
	color: #000066;	
}

h1           {
	font-weight: normal;
	font-style: normal;
	font-size: 24pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	line-height: normal;

}
h2           {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 18pt;
	font-weight: normal;
	color: #000066;
	line-height: normal;

}
h3           {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	font-style: normal;
	color: #000066;
	line-height: normal;

}
h4           {
	font-weight: bold;
	font-size: 12pt;
	font-style: normal;
	font-family: 
Arial, Helvetica, sans-serif;
	color: #000066;
}
h5           {
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	font-family: 
Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #000066;
}
h6           {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #000000;

}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	color: #000066;
}
a:link {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
	font-style: normal;
	line-height: normal;
	text-decoration: underline;

}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
	text-decoration: underline;
}

