<style type="text/css">
<!--

body {
  background: #FFFFFF;
   margin: 0px;
  padding: 0px;
  font-size:8pt; 
  font-family:verdana,arial;
  }

#header {
  background: #FFFFFF;
  width: 100%;
  height: 140px;
}

#leftcol {
  background: #FFFFFF;
  float: left;
  width: 200px;
  height: 500px;
}

#rightcol {
  background: #FFFFFF;
  float: left;
  width: 225px;
  height: 500px;
}

#content {
  background: #FFFFFF;
	width: 650px;
  float: left;
  height: 500px;
}

#footer {
  background: #FFFFFF;
  clear: left;
  width: 100%;
  height: 100px;
}

#twitter_div	{
  width: 220px;
  color: white;
  border-color: #D51771;
  border-style: solid; 
  border-width: 4px; 
  left: 0px;
  background-color:#FFFFFF
  font-family:tahoma, arial, sans-serif;
  font-size:10px;
	}


A:link	/* unclicked links are purple */
  {
	font-family:tahoma, arial, sans-serif;
	color:#63009C;
	} 
A:visited	/* clicked links are pink */
  {
	font-family:tahoma, arial, sans-serif;
	color:#9C319C;
	} 
a:hover /* mouse over links are bright pink */
	{color: #FF00FF}   
A:active	/* selected links are purple */
	{
	font-family:tahoma, arial, sans-serif;
	color:#AA00AA;
	}

font.heading {color:#D51771; font-weight:bold; font-size: 18pt; font-family:verdana;}
.b{background:#FFFFFF;}  
.g{background:#FFFFFF;}  
.m{background:#DDDDEE;}  
.s{background:#FFC000;}   
.r{color:#D51771;}                       

.p{background: #DDCCFF;}
.q{background: #CCCCFF;}
.t{background: #300070;}
.u{background: #60998F;}
.v{background: #A0C9CF;}
.w{background: #EEEEFE;}
 
 
P	{
	font-family:tahoma, arial, sans-serif;
	font-size:12px;
	line-height:14px;
	color: #000088;
	}
P.aside	{
	font-family:tahoma, arial, sans-serif;
	font-size:10px;
	line-height:12px;
	color: #000088;
	}
li  
	{
	font-family: tahoma, arial, sans-serif; 
	font-size: 12px;
	color: #000088; 
	}  

TD	{
	font-family:tahoma, arial, sans-serif;
	font-size:12px;
	color: #000088;
	padding: 2px 0px 
	}
TH	{
	font-weight:bold;
	font-family:tahoma, arial, sans-serif;
	font-size:14px;
	color: #000088;
	text-align:center;
	}
H1 
  {
	font-family:tahoma, arial, sans-serif;
	font-size:16px;
	color: #D51771;
	} /* headers are 16pt. pink */
H2 
  {
	font-family:tahoma, arial, sans-serif;
	font-size:14px;
	color: #D51771;
	} /* headers are 14pt. pink */
H3 
  {
	font-family:tahoma, arial, sans-serif;
	font-size:12px;
	color: #D51771;
	} /* headers are 12pt. pink */	
ul.circle /* sets properties for circles in circle lists */
	{
	list-style-type: circle;
	font-family:tahoma, arial, sans-serif;
	font-size:10px;
	}
.g div {cursor: pointer !important;}

 
 
