BODY {
	background-color : #FFFFFF;
	color : #000000;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
}

#headtext  {
  float: left;
  color: #666666;
  font-size: 14px;
	font-style: italic;
	font-weight : bold;
}

#headtext strong {
	color: #0D2364;
}

#headtext em {
	color: #CC6600;
}

#maintext  {
  float: left;
  color: #000000;
  font-size: 12px;
}

#maintext strong {
  font-weight : bold;
	color: #0D2364;
}

#maintext em {
  font-weight : bold;
	font-style: normal;
	color: #000000;
}

#hdiv {
	text-align: center;
}

#smalllist ul {
	margin-top: 10px;
	margin-bottom: 15px;
	list-style-type: none;
}

#smalllist li {
	background: url(images/button_01.gif) no-repeat 0 50%;
	padding-left: 17px;
	padding-bottom: 3px;
}

#biglist ul {
	margin-left: 0;
  padding-left: 0;
}

#biglist li {
	background: url(images/button_01.gif) no-repeat 0 4px;
	list-style: none;
	margin-top: 10px;
	padding-bottom: 5px;
	padding-left: 17px;
}

#biglist ul li ul {
	margin-left: 10px;
  padding-left: 10px;
}

#biglist ul li ul li {
	background: url(images/button_02.gif) no-repeat 0 4px;
	list-style: none;
	margin-top: 2px;
	padding-bottom: 2px;
	padding-left: 17px;
}

.bbblue10 {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #0D2364;
}

.black14 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

.cellblue {  
	background-color: #0D2364;
	color: #FFFFFF;
  	font-size: 12px;
}

.cellmidgray { 
	background-color: #CCCCCC;
	color: #333333;
  	font-size: 12px;
 }
 
 .celllightgray { 
	background-color: #EEEEEE;
	color: #666666;
  	font-size: 12px;
 }

A.basiclink {
	color: #000000;
	font-size: 12px;
	text-decoration : none;
}

A.basiclink:Hover {
	text-decoration : underline;
}

A.basicbluelink {
	color: #0D2364;
	font-size: 12px;
	text-decoration : none;
}

A.sidelink {
	color: #333333;
	font-size: 11;
	font-weight : bold;
	text-decoration : none;
}

A.sidelink:Hover {
	text-decoration : underline;
}

A.toplink {
	color: #FFFFFF;
	font-size: 10px;
	font-weight : bold;
	text-decoration : none;
}

A.toplink:Hover {
	text-decoration : underline;
}

A.bbbluelink {
	color: #0D2364;
	font-size: 10px;
	font-weight : bold;
	text-decoration : none;
}

A.bbbluelink:Hover {
	text-decoration : underline;
}

.code {
  border: 1px dotted #666;
  padding: 0px 4px 0px 4px;
  background: #EFEFEF;
}

