BODY {
font : 100% gill sans, verdana, arial, helvetica, sans serif; 
background-image : url(../paleback.gif); 
} 
P {
	line-height : 1.25em; 
	margin-bottom : 1em; 
	margin-top : 0.5em; 
	margin-left: 3%;
	margin-right: 3%;
 } 
 p.blogged	{
 	font-size: 100%;
 	line-height: 1.25em;
 	text-align: left;
 	margin-left: 8em;
       margin-right: 12em;
 		}
 p.blogcaption (
       font-size: 100%;
 	line-height: 1.25em;
 	text-align: left;
 	margin-left: 8em;
       margin-right: 15em;
 		}
 ul.blogged {
 	list-style: none;
 	margin-left: 8em;
       margin-right:12em;
 	}
 PRE {
 	background : #eeeeee; 
 	margin-bottom : 1em; 
 	margin-left : 0; 
 	margin-top : 1em; 
 	padding-bottom : 5pt; 
 	padding-left : 5pt; 
 	padding-right : 5pt; 
 	padding-top : 5pt; 
 } 
 TD {
 	font-size : 100%; 
 	line-height : 1.15em; 
 } 
 	A:link {
 	color : #0033ff; 
 	text-decoration : none; 
 } 
 A:visited {
 color : #CC0000; 
 text-decoration : none; 
 } 
 A:hover {
 color : #0066ff; 
 text-decoration : underline; 
 } 
 .menu {
 font-family : gill sans, verdana, arial, helvetica, sans serif; 
 font-size : 90%; 
 color : #000000; 
 } 
 .menu a:link {
 color : #336600; 
 text-decoration : none; 
 font-size : 90%; 
 } 
 .menu a:visited {
 color : #666666; 
 text-decoration : none; 
 font-size : 90%; 
 } 
 .menu a:hover {
 color : #990000; 
 text-decoration : underline; 
 font-size : 90%; 
 } 
 .menu a:active {
 color : #666666; 
 text-decoration : none; 
 font-size : 90%; 
 } 
 H1 {
 font : 200% gill sans, verdana, arial, helvetica, sans-serif; 
 margin : 0 0 5px; 
 } 
 H2 {
 font : 160% gill sans, verdana, arial, helvetica, sans-serif; 
 margin-bottom : 0.5em; 
 } 
 H3 {
 font : bold 125% gill sans, verdana, arial, helvetica, sans-serif; 
 margin-bottom : 0.5em; 
 margin-top : 1em; 
 } 
 H3.blogtitle {
 margin-left: 8em;
 margin-right: 12em;
 margin-bottom : 0.5em; 
 margin-top : 1em; 
 } 
 H4 {
 font : bold 100% gill sans, verdana, arial, helvetica, sans-serif; 
 margin-bottom : 0.5em; 
 } 
 H5 {
 font : bold 95% gill sans, verdana, arial, helvetica, sans-serif; 
 margin-bottom : 0.5em; 
 } 
 H6 {
 font : bold 90% verdana, arial, helvetica; 
 margin-bottom : 0.5em; 
 } 
 UL {
 margin-bottom : 10px; 
 margin-left : 17px; 
 margin-top : 10px; 
 list-style-position : outside; 
 } 
 OL {
 margin-bottom : 10px; 
 margin-left : 25px; 
 margin-top : 10px; 
 list-style-position : outside; 
 } 
 UL LI {
 line-height : 125%; 
 margin-bottom : 0.5em; 
 margin-left : 1em; 
 } 
 OL LI {
 line-height : 125%; 
 margin-bottom : 0.5em; 
 margin-left : 1em; 
 } 
 .caption {
 font-size : 90%; 
 line-height : 115%; 
 background-color : #ccccff; 
 text-align : center; 
 } 
 .phistorytitle {
 font : bold 125% gill sans, verdana, arial, helvetica, sans-serif; 
 margin-bottom : 0.5em; 
 text-align : center; 
 } 
 .tip {
 color : #0000ff; 
 font-size : 95%; 
 } 
 .note {
 color : #000099; 
 font-size : 95%; 
 } 
 .legal {
 color : #000099; 
 font-size : 95%; 
 } 
 .boxout {
 color : #000000; 
 font-size : 95%; 
 line-height : 1.25; 
 margin-left : 1em; 
 margin-right : 0.5em; 
 } 
 .index {
 line-height : 100%; 
 margin-bottom : 0; 
 } 
 .tnahead {
 font : 180% verdana, arial, helvetica; 
 margin-bottom : 0.25em; 
 margin-left : 0.5em; 
 } 
 .radiolabel {
 margin-bottom : 1em; 
 } 
 .code {
 font-family : Courier New; 
 font-size : 120%; 
 color : #000000; 
 line-height : 1.25em; 
 } 
#fstops
{
	font-family:"Gill Sans", Arial, Helvetica, sans-serif;
	width:100%;
	border-collapse:collapse;
}
#fstops td, #fstops th 
{
	font-size:1em;
	border:1px solid #6666cc;
	padding:3px 7px 2px 7px;
	text-align: center;
}
#fstops th 
{
	font-size:1.1em;
	text-align:center;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#6666cc;
	color:#ffffff;
}
#fstops tr.alt td 
{
	color:#000000;
	background-color:#ffffcc;
	text-align: center;
}