body          {
	font-size: 0.85em;
	font-family: "Lucida Grande", Verdana, Arial;
	line-height: 1.4;
	text-align: center;
	width: 100%;
	height: 100%;
	voice-family: inherit;
	background-color: #FFF;
}



html>body        { font-size: small; font-family: "Lucida Grande", Verdana, Arial; line-height: 1.4; text-align: center; margin: 0; padding: 0; position: relative; width: 100% }
#wrapper       {
	font-family: "Lucida Grande", Verdana, Arial;
	background-color: silver;
	text-align: left;
	padding: 0;
	position: relative;
	top: 35px;
	width: 46em;
	height: auto;
	min-width: 700px;
	max-width: 700px;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1.5em;
	margin-left: auto;
}
a { color: blue; text-decoration: underline }
a:link            { color: #0033cc; font-family: "Lucida Grande", Verdana, Arial; text-decoration: underline }

a:visited  {
	color:          purple;
	text-decoration: none }

a:hover {
	background-color: #000000;
	color: #FFCC00;
	text-decoration: none;
}
a:active {
	color: #FF3300;
	text-decoration: none;
}
.caption      {
	color:              #666666;
	font-size:           85%;
	font-family:         "Lucida Grande", Verdana, Arial;
	line-height:         1.4;
	background-position: center;
	padding-right:       0;
	padding-bottom:      0;
	clear:               right }




h1                   { color: navy; font-size: 110%; font-family: "Lucida Grande", Verdana, Arial; font-weight: bold; line-height: 1.4; text-align: left; text-indent: 0; margin: 0; padding: 5px 0 0; vertical-align: top }











h2                       { color: black; font-size: 110%; font-family: "Lucida Grande", Verdana, Arial; font-weight: bold; line-height: 1.4; text-align: left; text-indent: 0; margin: 0; padding: 0 }







h3     {
	color:      purple;
	font-size:   100%;
	font-family: "Lucida Grande", Tahoma, Arial;
	font-weight: bold;
	line-height: 1.4;
	margin:      1em 0 1em 1.5em }



p        { color: black; font-family: "Lucida Grande", Verdana, Arial; line-height: 1.4; background-color: transparent; margin: 0 0 1em; padding: 0 }







td             { color: black; font-size: 90%; font-family: "Lucida Grande", Verdana, Arial; font-style: normal; line-height: 1.4; text-align: left; position: relative }








.menu        {
	color:              black;
	font-family:         "Lucida Grande", Verdana, Arial;
	text-decoration:     none;
	text-align:          left;
	text-indent:         0;
	list-style-type:     square;
	list-style-position: inside;
	margin-left:         0;
	padding:             0;
	position:            relative;
	top:                 30px;
	left:                15px;
	border:              0 }





.menu a:link       {
	color:              maroon;
	font-weight:         normal;
	text-decoration:     none;
	background-color:    transparent;
	text-align:          left;
	text-indent:         0;
	list-style-type:     square;
	list-style-position: inside;
	margin-left:         0;
	padding:             0;
	top:                 20px;
	left:                15px;
	border:              0 }







.menu a:visited   {
	color:              purple;
	font-weight:         normal;
	text-decoration:     none;
	background-color:    transparent;
	text-align:          left;
	text-indent:         0;
	list-style-type:     square;
	list-style-position: inside;
	margin-left:         0;
	padding:             0;
	top:                 20px;
	left:                15px;
	border:              0 }



.menu a:hover     {
	color:              yellow;
	font-family:         arial, sans-serif;
	text-decoration:     none;
	background-color:    maroon;
	text-align:          left;
	text-indent:         0;
	list-style-type:     square;
	list-style-position: inside;
	margin-left:         0;
	padding:             0;
	top:                 20px;
	left:                15px;
	border:              0 }



.menu a:active   {
	color:              yellow;
	font-family:         arial, sans-serif;
	font-weight:         normal;
	text-decoration:     none;
	background-color:    maroon;
	text-align:          left;
	text-indent:         0;
	list-style-type:     square;
	list-style-position: inside;
	margin-left:         0;
	padding:             0;
	top:                 20px;
	left:                15px;
	border:              0 }



.floatleft  {
	margin-right: 10px;
	padding-right: 15px;
	float:         left }
.floatright {
	margin-left: 10px;
	float:        right }
