
BODY {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font: 10px Verdana, Arial, sans-serif;
	color: #000000;
	background: #ffffff;
}

P {
	font: 12px Verdana, Arial, sans-serif;
}

.mainTable{
	width: 100%;
	padding: 5;
	font: 11px Verdana, Arial, sans-serif;

}
/*
.mainTable { 
	background-image:url(./graphics/main_logo.gif);
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed 
}
*/
.pageTitle{
	font-size: 16pt;
	font-weight: bold;
}

.header{
	
	background-image:url(./graphics/line5.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color: #006699;
  }

A {
/*  color: #ffffff;*/
font-size: 9pt;
	color: #006699;
	text-decoration: none;
  font-weight: bold;
}

A:hover {
  color: #006699;
  text-decoration: underline;
  font-weight: bold;
}

A.heading{
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
}

A.heading:hover{
	font-size: 14pt;
	font-weight: bold;
	text-decoration: underline;
}

TD.menuBar{
	color: #ffffff;
	padding: 2;
}

TD.menuBar A, TD.specialBox A{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}


TD.menuBar A:hover, TD.specialBox A:hover{
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
.smallText{
	font: 10px Verdana, Arial, sans-serif;	
}

TD.specialBox{
	background-color: #006633;
	color: #ffffff;
}

.typeBox{
	background-color: #dddddd;
	font-size: 10pt;
/*	font-weight: bold;*/
}

.typeBox h1{
	font-size: 12pt;
	font-weight: bold;
}

.typeBox a{
	font-size: 10pt;
/*	font-weight: bold;*/
}
.typeBox p{
	font-size: 10pt;
/*	font-weight: bold;*/
}

.boxLink{
	background-color: #bbbbbb;
}

