BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.2em;
	font-style : normal;
	font-weight : normal;
	color : #333333;
	background-color : #ffffff;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 20px;
	margin-top : 10px;
}

P, TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
		font-size : .8em;
	color : Black;
}

.address {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : bold;
		font-size : .8em;
	color : Black;
}

TD.outlined {
	border : 1px solid Black;
	background-color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : .8em;
	font-style : normal;
	font-weight : normal;
	color : #333333;
}

A {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.0em;
	font-weight : bold;
}

A:HOVER {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.0em;
	font-weight : bold;
	background-color : Blue;
	color : White;
}

A.pale {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : .8em;
	font-weight : bold;
	color : Blue;
}

A:HOVER.pale {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : .8em;
	font-weight : bold;
	text-decoration : none;
	background-color : Blue;
	color : White;
}

A.noline {
	text-decoration : underline;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #333333;
	font-size : .8em;
}

A.noline:Hover {
	text-decoration : underline;
	font-size : .8em;
	font-weight : normal;
	font-style : normal;
	color : Black;
	background-color : #e97018;
}

A.noline2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : .8em;
	font-weight : bold;
	text-decoration : none;
}

A.noline2:HOVER {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : .8em;
	font-weight : bold;
	background-color : Blue;
	color : White;
	text-decoration : none;
}

div.titlebar {
	width : 800px;
	border-bottom: 5px solid #e97018;
	border-top: 5px solid #e97018;
	border-right: 5px solid #e97018;
	margin-left: 11px;
	padding-bottom: 4px;
	padding-top: 4px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : .8em;
	text-decoration : none;
	text-align: center;
}
td.table {
	background: Silver;
	text-align: center;
}