BODY {
	background-color : #FFFFFF;
	font-family : "verdana", "Times New Roman", "Times", "serif";
	}

A:link  { color : Blue; }
A:active { color: Blue; }
A:visited { color : Blue; }
A.titlelink:link  { color : Black; }
A.titlelink:active { color: Black; }
A.titlelink:visited { color : Black; }
A.adlink:link  { color : Red; }
A.adlink:active { color: Red; }
A.adlink:visited { color : Red; }
A:hover { color : red; text-transform:uppercase; background: white; }

UL	{  text-align : left }
OL	{  text-align : left }
LI	{  text-align : left; padding : 5px }

H1 { color : Blue;
font-size : normal }

P { 	font-size : x-small;
	padding : .2px;
	margin-bottom : 8px;
	margin-top : 8px;
	}

.drops {
	font-family:georgia, verdana, arial, sans-serif;
	font-size:11px;
	font-weight:normal;
  	line-height:16px;
	}

.small { color : #666;
 	text-decoration : none;
	font-size : xx-small;
	}

.fcontent { color : Black;
	font-size : xx-small;
	border : 1px solid Black;
	padding : 5px;
	background : #FCFEE7;
	}

.content { color : Black;
	font-size : x-small;
	border : 1px #EEEEEE;
	padding : 10px;
        margin-bottom : 10px;
	}

.title { color : Black;
    font-size : x-small;
	background : #FCFEE7;
	padding: 5px;
	font-variant : small-caps;
	border-bottom : 2px Solid Black;
	border-top : 2px Solid Black;
        margin-bottom : 10px;
	}

.menu {
	font-family:verdana, arial, sans-serif;
	color:#000;
	font-size:9px;
	font-weight:bold;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	line-height:14px;
	text-transform:uppercase;
	padding:2px;
	margin-top:10px;
	text-align:center;
	letter-spacing: .2em
	}

.sp { font-size : x-small;
   	color :  Blue;
   	text-align : center;
   	background :#F0F0FF;
   	padding : 5px;
	border : 4px double Blue;
   	}

.spbar {  color : #0000FF;
	background : #E5E5E5;
        font-size : xx-small;
	border : 1px solid Blue;
	padding : 3px;
	margin-top :2px;
   	text-align : center;
	margin-bottom : 10px;
	}

.feature { color : #Black;
    text-decoration : none;
    font-size : xx-small;
	background : #FCFEE7;
	padding: 5px;
	border : 4px double #666;
	}

.titlelink { color : White;
    }

.iconleft {
	float : left; padding : 5px;
    }

.iconright {
	float : right; padding : 5px;
    }



