body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	min-width: 960px;
}

#wrapper {
  text-align: left;
  width: 960px;
  /* Set left and right margins to auto, thus centering the element in the containing (body) tag: */
  margin-left: auto;
  margin-right: auto;
}

#title {
	margin-top: 10px;
	width: 960px;
	/*padding: 5px;*/
	background-color: #E6E6E6;
}

#menucol {
	/* Reset alignment to compensate for 'text-align:center' */
	float: left;
	text-align: left;
	margin-top: 10px;
	padding: 0 0 0 0;
	width: 200px;
	font-family: Verdana, Arial, sans-serif;
	color: #333;
}

#menu {
	width: 200px;
	padding: 0 0 0 0;
	font-family: Verdana, Arial, sans-serif;
	background-color: #E6E6E6;
	color: #333;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

.menul a {
	padding: 1px 5px 0px 5px;
	color: #C50C10;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.submnu li a {
	width: auto;
}

.submnu ul {
	list-style: none;
	padding: 0;
	border: none;
}

.submnu a {
	clear: both;
	display: block;
	padding: 4px 5px 4px 5px;
	color: #C50C10;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

.submnu a.subpage {
	padding: 4px 5px 4px 16px;
	font-size: 10px;
}

#menubanner {
	width: 200px;
	padding: 7 0 0 0;
	font-family: Verdana, Arial, sans-serif;
	background-color: #E6E6E6;
	color: #333;
}

#siteinfo {
	margin-top: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight:normal;
	text-align: center;
	text-decoration:none;
	color: #000000;
}

#siteinfo a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight:normal;
	text-align: center;
	text-decoration:none;
	color: #000000;
}

.linkbutton {
	text-align: center;
	margin-top: 10px;
}

.linkbutton img {
	border: 0;
	background-color: none;
	text-decoration: none;
	border: none;
}

#contentcol {
	float: right;
	text-align: left;
	margin-top: 10px;
	width: 750px;
}

#content {
	text-align: left;
	width: 750px;
}

#footerbanner {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 750px;
	text-align: center
}


P {
	text-align: center
}

H1 {
	text-decoration:none;
	color: #C50C10
}

H2 {
	text-decoration:none;
	color: #C50C10;
	font-size: 12pt
}


#otc td {
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-decoration:none;
	background-color: #fff;
	color: #333;
}

#otc td.c {
	text-align: center;
}

#otc td.r {
	text-align: right;
}

#otc td.l_red {
	text-align: left;
	background-color: #fcc;
}

#otc td.c_red {
	text-align: center;
	background-color: #fcc;
}

#otc td.r_red {
	text-align: right;
	background-color: #fcc;
}

#otc td.r_ong {
	text-align: right;
	background-color: #fec;
}

#otc td.r_yel {
	text-align: right;
	background-color: #ffc;
}

#otc td.l_grn {
	text-align: left;
	background-color: #efe;
}

#otc td.c_grn {
	text-align: center;
	background-color: #efe;
}

#otc td.r_grn {
	text-align: right;
	background-color: #efe;
}

#otc td.l_gry {
	text-align: left;
	font-weight: bold;
	background-color: #e6e6e6;
	
}

#otc td.c_gry {
	text-align: center;
	font-weight: bold;
	background-color: #e6e6e6;
}

#otc td.r_gry {
	text-align: right;
	font-weight: bold;
	background-color: #e6e6e6;
}

#otc a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-decoration:none;
	background-color: #fff;
	color: #333;
}

#calc td {
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-decoration:none;
	background-color: #fff;
	color: #333;
}

#calc td.grey {
	background-color: #e6e6e6;
}

#calc td.grey_c {
	background-color: #e6e6e6;
	text-align: center;
}

#calc td.right {
	text-align: right;
}

#calc td.center {
	text-align: center;
}

#sslink {
	padding: 4 8 5 8;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	background-color: #E6E6E6;
	color: #C50C10;
}

#sslink a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight:normal;
	text-decoration:none;
	color: #C50C10;
}