/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	font-family: verdana;
	font-size: 11px;
	text-align: justify;
	color: #525252;
	text-align: left;
	background-image: url(images/bgr2.gif);
	background-repeat:repeat-x;
}
h1{
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2{
	color: #ff9900;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h3{
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #333366;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #cc3300;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #333366;
	font-weight: bold;
	text-decoration: none;
}
