@charset "UTF-8";
/* CSS Document */

body{
	background-image:url(images/bg2.jpg);
	background-repeat:repeat-x;
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size:10px;
	margin-top:0px;
}
td {
	font-size:10px;
}
a:link, a:active, a:visited{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#666;
	text-decoration:line-through;
}
h1 {

	border-bottom:1px dotted #1eb2b4;

	border-top:1px dotted #1eb2b4;

	font-size: 7pt;

	font-family: verdana;

	font-weight:bold;

	text-transform: uppercase;

	color: #ffffff;

	background-color:#1eb2b4;

	letter-spacing: 2px;

	padding: 3px;

	padding-left: 2px;

	margin-bottom: 3px;

}
h2 {

	border-bottom:1px dotted #1eb2b4;

	border-top:1px dotted #1eb2b4;

	font-size: 7pt;

	font-family: verdana;

	font-weight:bold;
	
	text-align:right;

	text-transform: uppercase;

	color: #ffffff;

	background-color:#1eb2b4;

	letter-spacing: 2px;

	padding: 3px;

	padding-left: 2px;

	margin-bottom: 3px;

}