/* CSS Document */

table
{
	margin-top: 0px;
}

p
{
margin-bottom: 0px;
}

h1 {
	margin: 0px;
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 130%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}

h2 {
	margin: 10px 0px 0px 0px;
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}

h3 {
	margin: 0px;
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 105%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}

.h1 {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	}
	
.h3 {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	}
	
.h3-bold {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	color: #000000;
	}
	
.h3-gray {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 11px;
	line-height: 17px;
	color: #666666;
	}

.h3-height15 {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	}

.link {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
	text-decoration: underline;
}

.link:hover {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 11px;
	line-height: 17px;
	color: #de9e06;
	text-decoration: underline;
	}
