/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Trebuchet, Trebuchet MS, Verdana, Times New Roman, sans-serif;

}

p {
	color: #4A628B;
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
	margin: 10px;
	padding: 5px;
	text-align: left;
}

blockquote {
	color: #4A628B;
	font-size: 12px;
	line-height: 15px;
	padding: 0;
	text-align: left;
}

tr.1 {
	color: #4A628B;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}

td {
	color: #4A628B;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}

tr.2 {
	color: #4A628B;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}

th {
	color: #4A628B;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

ul {
	color: #4A628B;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	margin:0px;
	margin-left: 20px;
	padding: 0px;
}

li {
	color: #4A628B;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	margin: 0px;
	margin-left: 20px;
	margin-right: 10px;
	padding: 0px;
}

b.red {
	color: #FF0000;
}

h1 {
	color: #0F833D;
	font-size: 28px;
	text-decoration: bold;
	padding-left: 10px;
}

h2 {
	color: #0F833D;
	font-size: 20px;
	padding: 0px;
	padding-left: 10px;
}

a:link { 
	color: #0F833D;
	text-decoration: none;
}

a:hover{
	color: #0F833D; 
	text-decoration: underline;
}

a:visited {
	color: #0F833D;
        text-decoration: none;
}

a:active {
	color: #666666;
	text-decoration: none;
}