body {
	margin:		0px 27px 27px 27px;
  	padding:	0px;
	border:		0px solid blue;
  	background-color: rgb(164, 164, 163);
}

div, span, table, td, li {
	margin:		0px;
  	padding:	0px;
	border:		0px solid blue;
  	border-collapse: collapse; 
	font-family: Verdana; 
	font-size:	9pt; 
	font-weight: normal; 
	text-decoration: none; 
	color:		black;
}

img.space {
	height: 1px;
	width: 1px;
}

/* total dimensions: 746 x 87 */
.header {
	width:		661px;
	height:		82px;
	padding: 	5px 85px 0px 0px;
	background-image: url('../images/header.gif');
	border:		0px solid blue;
	text-align: right;
	color:		rgb(237, 179, 41);
	font-size:	7pt;
}

.nav {
  width:       	746px;
  height:       21px;
  background-color: black;
  border-top:	1px solid rgb(200, 200, 200);
  border-bottom: 1px solid rgb(200, 200, 200);
}

.nav td {
  height:       100%;
  text-align: center;
	font-size:	7pt;
	white-space: nowrap;
}

/*color:          black;*/

.selected {
 color:         rgb(117, 10, 7);
  background-color: rgb(237, 179, 41);
  /*padding: 1px 5px;*/
	font-weight: bold; 
  	padding:	0px;
}

.unselected {
  background-color: black;
  color: rgb(200, 200, 200);
  /*padding: 1px 5px;*/
  	padding:	0px;
}

.support-selected {
  background-color: rgb(237, 179, 41);
  color: rgb(117, 10, 7);
	font-size:	9pt;
	font-weight: bold; 
  text-align: center;
  	padding:	0px;
}

.support-unselected {
  background-color: rgb(117, 10, 7);
  color: rgb(237, 179, 41);
	font-size:	9pt;
	font-weight: bold; 
  text-align: center;
  	padding:	0px;
}

.content {
  width:        746px;
  margin:       0px;
  border:       0px solid red;
  border-collapse: collapse;
}

.white, .white div, .white span, .white table tr td, .white table tr td span, .white table tr td div {
	color:				rgb(20, 20, 20);
	background-color:	rgb(240, 240, 240);
	font-size:			8pt; 
}

.black, .black div, .black span, .black table tr td, .black table tr td span, .black table tr td div {
	color:				rgb(240, 240, 240);
	background-color:	black;
	font-size:			8pt; 
}

.yellow, .yellow div, .yellow span, .yellow table tr td, .yellow table tr td span, .yellow table tr td div {
	color:				black;
	background-color:	rgb(237, 179, 41);
	font-size:			8pt; 
}

.bottom-nav {
	width:	746px;
}

.bottom-nav td {
  color: rgb(117, 10, 7);
	text-align: center;
	font-size:	7pt;
	font-weight: normal; 
	padding: 13px 0px 0px 0px;
}

a, a:visited, div.right_nav a, div.right_nav a:visited {
  color: black;
  text-decoration: underline;
}

a:hover, div.right_nav a:hover {
  color: rgb(117, 10, 7);
  text-decoration: none;
}

.footer {
  width:        746px;
}

.bottom-nav td a, .bottom-nav td a:visited {
  color: rgb(117, 10, 7);
  text-decoration: none;
}

.bottom-nav td a:hover {
  color: rgb(117, 10, 7);
  text-decoration: underline;
}

.footer {
  width:        746px;
}

.footer td {
  color: rgb(117, 10, 7);
	text-align: center;
	font-size:	7pt;
	font-weight: normal; 
	padding: 10px 0px 5px 0px;
}

/*
light gray:	rgb(238, 237, 237)
dark gray:	rgb(164, 164, 163)
red:		rgb(117, 10, 7)
yellow:		rgb(237, 179, 41)
*/