a:link {
	background-color: #FFFFFF;
	color: #FF0000;
	text-decoration: underline;
}

a:visited {
	background-color: #FFFFFF;
	color: #CC3333;
	text-decoration: underline;
}

a:hover {
	background-color: #FFFFFF;
	color: #660000;
	text-decoration: none;
}

a:active {
	background-color: #FFFFFF;
	color: #CC0000;
	text-decoration: none;
}

body {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 11px;
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	text-align: left;
}

img {
	border: 0px;
}

img {
	border-bottom: medium none;
	border-left: medium none;
	border-right: medium none;
	border-top: medium none;
	display: block;
}
p {
        font-size: 10pt;
        font-family: arial,verdana,trebuchet,helvetica;
        font-variant: normal;
        font-style: normal;
        font-weight: normal;
        line-height: 130%;
	margin: 15px;
}
td {
        font-size: 10pt;
        font-family: arial,verdana,trebuchet,helvetica;
        font-variant: normal;
        font-style: normal;
        font-weight: normal;
        line-height: 130%;
	margin: 15px;
}

h1 {
        font-weight: bold;
	font-family: verdana,arial,sans-serif;
	font-size: 16px;
	text-align: left;
	margin: 15px;
}

h2 {
        font-size: 11pt;
        font-family: arial,helvetica,verdana,trebuchet;
        font-variant: normal;
        font-style: normal;
        font-weight: bold;
        line-height: 100%;
	margin: 15px;
}

ol {
	background-color: #FFFFFF;
        font-size: 9pt;
        font-family: arial,verdana;
        line-height: 120%;
   }
ul {
	background-color: #FFFFFF;
        font-size: 9pt;
        font-family: arial,verdana;
        line-height: 120%;
   }
