<style type="text/css">

HTML, BODY {
	background-color: white;
	font-family: arial,helvetica,sans-serif;
	color: black
}

P, DIV, LI, TD { font-family: arial,helvetica,sans-serif }

IMG.photo {
    border: 4px solid #000022;
    box-shadow: #7f7f7f 10px 10px 5px;
}

DIV.divTableRow {
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 10px;
    padding-bottom: 10px;
}

DIV.divTableHeaderRow {
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 10px;
    padding-bottom: 0px;
}

DIV.textCell {
    padding-left: 10px;
    padding-right: 10px;
}

TD#pictd {
    padding-bottom: 30px;
}

TABLE.border, TD.border {
	background-color: #ffffff;
	border: 10px solid black
}

TD.welcome {
	background-color: maroon;
	border: 1px solid black
}

TD.button {
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	background-color: #336699
}

TD.buttonframe {
	background-color: #336699;
	border: 1px solid black
}

TD.boxtitle {
	background-color: #336699;
	font-weight: bold;
	color: white;
	border: 1px solid black
}

TD.subboxtitle {
	background-color: maroon;
	font-weight: bold;
	color: white;
	border: 1px solid black
}

TD.boxcontent {
	background-color: white;
	border: 1px solid black
}


A, A:visited {
	font-family: arial,helvetica,sans-serif;
	color: #336699;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

A.quicklink, A.quicklink:visited {
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
	color: #336699;
	text-decoration: none;
	background-color: transparent;
}

A.quicklink:hover {
	text-decoration: underline;
}

A.button, A.button:visited {
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #336699
}

A.button:hover  {
	color: #336699;
	background-color: #ffffff;
	text-decoration: none
}

div.jingle { font-size: 10pt; font-style: italic; color: #336699 }
div.footer { font-size: 8pt; font-style: italic }
div.welcome { font-size: 18pt; font-weight: bold; color: white }
div.heading { font-weight: bold; color: maroon }
p.heading { font-weight: bold; color: #336699 }
div.quotetext { font-size: 12pt; font-style: italic }
div.quoteattrib { font-size: 10pt }

