/* CSS Document */

body
	{
		margin-left: 0px;
		margin-top: 0px;
		width: 800px;
		background-image: url(images/background_rev4_02.jpg);
		background-repeat: no-repeat;
		background-color: white;
		background-position: 0px 155px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
	}

h1
{
	color:  #1A51A1;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

h2
{
	color:  #1A51A1;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

h3
{
	color:  #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
body,td,th {
	color: #000000;
}

em, li { font-size: 12px;
     text-decoration: none;
     font-family: verdana, arial, sans-serif;
	 }
	
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #0E9B7D;
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #FF5333;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	border: 1px dotted #690;
	background-color: #00958E;
	color: #FFFFFF;
	}
