a:link {
	background : White;
	color : Blue;
	text-decoration : underline;
}

a:visited {
	background : White;
	color : Blue;
	text-decoration : underline;
}

a:hover {
	color : Purple;
	font : bolder;
	text-decoration : none;
}

a:active {
	color : Purple;
	font : bolder;
	text-decoration : none;
}

body {
	background-color : White;
	color : Black;
	font-family : Verdana, Arial,sans-serif;
	font-size : 8pt;
	text-align : left;
}

h1 {
	background : White;
	color : Teal;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size : 14pt;
	font-weight : bold;
}

h2 {
	background : White;
	color : Teal;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size : 13pt;
	font-weight : bold;
}

h3 {
	background : White;
	color : Purple;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size : 13pt;
	font-weight : normal;
}

p {
	background : White;
	color : Black;
	font-family : Verdana, Helvetica, Arial, sans-serif;
	font-size : 10pt;
}

p.indent2 {
	margin-left : .25in;
}

p.indent3 {
	margin-left : .5in;
}

table {
	border : none;
}

table.deflist {
	border : 1px solid;
	width : 95%;
}

td {
	background-color : White;
	color : Black;
	font-family : Verdana, Arial,sans-serif;
	font-size : 8pt;
	padding : 2px 2px 2px 2px;
	text-align : left;
}

td.dltd1 {
	border : 1px solid;
	width : 25%;
}

td.dltd2 {
	border : 1px solid;
	width : 75%;
}

tr.dltr {
	margin-bottom : 10px;
	padding-bottom : 10px;
	vertical-align : top;
}

.alertp {
	color : Purple;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
}
