/* GLOBAL STYLE */
BODY {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px; 	
  background-color: #FFFFFF;}

BODY, A, P, UL, TR, TD, .content  { 
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  line-height: 16px;
  color: #333333;}
	
A, A:link, A:visited, A:active  { color: #36c }

A:hover {
	color: #000099;
	}

A.hot:link, A.hot:visited, A.hot:active, A.hot:hover  {
  color: #000099;
  font-weight: bold;
  text-decoration: none;}

.h1  { font-weight: bold; font-size: 18px; line-height: 18px }

.blue	{
  color: #3366CC;}

.black	{
  color: #333333;}

INPUT {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	}

SELECT {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	}

OPTION {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	}

TEXTAREA {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	}
A.top:link, A.top:visited, .top  { 
  color: #99CCFF; 
  font-weight: bolder; 
  font-size: 10px; 
  text-decoration: none; 
  text-transform: lowercase;}
A.top:active, A.top:hover { 
  color: #FFFFCC; 
  text-decoration: underline }
P { text-align: justify }
.highlight { color: #36c; font-weight: bolder }
A.tophot:link, A.tophot:visited, A.tophot:active { color: #ff0 }
.lowlight { color: #999 }

.black  {
  background-color: #000000;}

#schedule  table  {
  border-top: 1px #333333 solid;
  border-right: 1px #333333 solid;}

#schedule  th  {
  border-left: 1px #333333 solid;
  border-bottom: 2px #333333 solid;
  text-align: left;
  background-color: #F5F5F5;}

#schedule td  {
  border-bottom: 1px #333333 solid;
  border-left: 1px #333333 solid;}
#schedule th.right {
  text-align: right;}

UL  {
  margin-top: 5px;
  margin-bottom: 5px;}

p  {
  margin-top: 15px;
  margin-bottom: 15px;}


