﻿html, body{
	font-family:Arial,Helvetica,sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0; 
}


body
{
	color: #666666
}

#primary td,
#secondary td
{
	font-size: 11px;
}

#primary h2
{
	font-family: Arial;
	font-size: 2.8em;
	color: 	#6a6a6a;
	padding: 0;
	margin: 0;
	line-height: 1.4em;
	font-weight: 500;
}

#primary p
{
	font-size: 1.2em;
}

#primary .form-element label
{
	font-size: 1em;
	font-weight: bold;
}

#secondary .section h3
{
    font-size: 2em;
    margin: 0;
    padding: 0;
    line-height: 1em;
    color: #3f3f3f
}

#secondary .section h4
{
    font-size: 1.4em;
    margin: 0;
    padding: 0;
    line-height: 1.4em;
    color: #666666
}

#secondary .section p
{
	font-size: 1.2em;
	margin: 0;
	padding: 2px 0;
}


div.autocomplete {
      position:absolute;
      width:250px;
      background-color:white;
      border:2px solid #888;
      margin:0px;
      padding:0px;
    }
div.autocomplete ul  {
  list-style-type: none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb; }
div.autocomplete ul li {
  list-style-type: none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
}
span.informal{
    font-style:italic;
}

.bubble 
{
    }

.bubble ul li {
   list-style-type: inherit;
   display:block;

}

.bubble-title
{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em; }
	
	
.highlight 
{
    text-decoration:none; 
    font-weight:bold; 
    color:black; 
    background:#FFEE99;
 }
