
<!-- webtronic stylesheet (webtronic rmoore 14/10/2000) -->


A:hover { text-decoration: none;color:'red'}


h1	{
	font-size:14px
	}

P	{ 
	font-size: 9pt; 
	font-family: arial;
	} 

p.bold	{ 
	font-size: 9pt; 
	font-family: arial;
	font-weight: bold;
	} 

P.title { 
	font-size: 18pt; 
	font-style: normal;
	font-family: arial;
	} 

a.menu	{
	font-size: 9pt; 
	font-weight: normal;
	font-family: arial;
	text-decoration: none;
	color: black;
	}
a.ul	{
	font-size: 9pt; 
	font-weight: normal;
	font-family: arial;
	color: blue;
	}
a.backtxt
	{
	font-size: 13pt; 
	font-family: arial;
	font-weight: bold;
	text-align: right;
	color: #666666
	}


li	{
	font-size: 9pt; 
	font-family: arial;
	}

li.tiny {
	font-size: 8pt;
	font-family: arial;
	}

td	{
	font-size: 9pt; 
	font-family: arial;
	font-weight: normal;
	}

td.rep	{
	font-size: 9pt; 
	font-family: arial;
	font-weight: normal;
	color: white
	}

td.emph {
	font-size: 9pt; 
	font-family: arial;
	font-weight: bold;
	color: black;
	background-color: #cceeff;
	}

td.tiny {
	font-size: 8pt; 
	font-family: arial;
	font-weight: normal;
	color: black
	}

th	{
	font-size: 9pt; 
	font-family: arial;
	font-weight: bold;
	text-align: left;
	color: white
	}


th.dark {
	font-size: 9pt; 
	font-family: arial;
	font-weight: bold;
	text-align: left;
	color: black
	}


hr	{
	color: white;
	width:100%;
	height:1px
	}

hr.blue {
	color: #6699CC;
	width:100%;
	height:1px
	}
	
button  {
          background-color: white;
          color: black;
          font-size: 9pt
        }  

input.smallinput
{
	height:17px;
	font-size:9px;
	background-color:#ddeeff
}

select.smallinput
{
	height:17px;
	font-size:9px;
	background-color:#ddeeff
}

textarea.smallinput
{
	font-size:13px;
	font-family:arial;
	background-color:#ddeeff
}

input.buttonstyle
{
	height:18px;
	font-size:9px;
	background-color:#ddeeff
}




/***
Main headline segment
***/

#headline
{
	width: 430px;
	text-align: justify;
}





/***
Code for the plan boxes follows - this is used mainly by bottomrow.inc
***/


.clear{
  clear:both;
/*** these next attributes are designed to keep the div
height to 0 pixels high, critical for Safari and Netscape 7 ***/
  height:1px;
  overflow:hidden;
  margin-bottom:-1px;
  line-height:1%;
  font-size:0px;
}

* html .clear{height:auto} /*** stops IE browsers from displaying
the clear div/br in the page, as these are for Moz/Opera and
Safari only. If IE 5.x Win DID display these, the page is too high ***/

#plans
{
     font-family: arial;
     font-size:9pt;
     margin: 0;
     padding: 0 0 0 0.6em;
}

#planbox
{
     margin: 0;
     padding: 0;
     border: 1px solid #666;
     height: 14.2em;
     width: 12em;
     background-color: #BDD7EF;
}

#plantitle
{
     border-bottom: 1px solid black;
     background-image: url(images/bluefader.jpg);
     background-repeat: no-repeat;
     padding: 0 0 .2em 0em;
     margin: 0;
     width: 12em;
}

#plantitle h3
{
     font-size: small;
     margin: 0 0 0 0;
}

#plandetail
{
     height: 11em;
}

#plandetail ul
{
     list-style-type: none;
     margin: 0;
     padding: 1em 0 1em 1em;
}

#plandetail li
{
     font-size: .8em;
     padding: .1em;
     list-style-image: url(images/bulletpoint.gif);
     list-style-position: inside;
}


#planfooter
{
     border-top: 1px dotted black;
     margin: 0;
     padding: 0 0 0 0;
     height: 1.5em;
     width: 12em;
     background-color: #eee;
}

#planfootertext
{
   	display: inline;
   	float:left;
   	padding: 0 0 0 .5em;
}

#planfooterlink
{
	background-color: #eee;
   	border-left: 1px solid gray;
   	float:right;
   	padding: 0 .3em .25em .3em;
}

#planfooterlink a
{
	text-decoration: none;
   	font-weight: bold;
   	font-style: italic;
}

