body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  background-color: #CCCCCC;
  margin: 0px;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #DEE2E7;
	scrollbar-darkshadow-color: #98AAB1;
}
.subtitle {
	color: #336699;
	font-weight: bold;
}
.heading
{
	color:#336699;
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	vertical-align: bottom;
	border-bottom-style: solid;
  border-bottom-color: #336699;
	border-bottom-width: 2px;
}

.footer
{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
}
.margin
{
 padding:10px 0px 10px 0px;
}
TD {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666666;
}

.SubHeading {
  color: #000000;
  font-size: 13px;	
  font-weight: bold;
}

UL {
  margin-left: 0px;
  padding-left: 15px;
  margin-top: 3px;
  margin-bottom: 3px;
}

UL LI {
  list-style-image:  url("/img/bullet/arrow.gif");
  list-style-type: disc;
  vertical-align: middle;
  padding-bottom: 5px;
}

A {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: none;
}

A:link {
  text-decoration: none;
  color: #336699;
  font-weight: Bold;
}

A:visited {
  text-decoration: none;
  color: #336699;
  font-weight: Bold;
}

A:hover {
  text-decoration: underline;
  color: #336699;
  font-weight: Bold;
}

A:active {
  text-decoration: none;
  color: #336699;
  font-weight: Bold;
}
/* highlight conent box */
.rbroundbox { background-color:#E4E9ED; }
.rbtop div  { background: url(/img/corner/top_left_small.gif) no-repeat top left; }
.rbtop      { background: url(/img/corner/top_right_small.gif) no-repeat top right; }
.rbbot div  { background: url(/img/corner/bottom_left_small.gif) no-repeat bottom left; }
.rbbot      { background: url(/img/corner/bottom_right_small.gif) no-repeat bottom right; }

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.rbcontent  { margin: 0 6px; }
.rbroundbox { width: 35em; margin: auto; }

/* style for the contact info in right panel */
.addressbox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
  color: #666666;
	text-align:left;
}
A.address, A.address:link, A.address:visited, A.address:hover, A.address:active {
  font-size:10px;
  font-weight:100;
}
