html {
  font-family: Arial, Verdana, Helvetica, sans-serif; 
  font-size: 10px;
  color: white;
}

body {
  margin:0px;
  margin-top:2px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10px;
  color: #18195B;
}

.rrr {
 height: 100%;
}

.header {
  background-image:  url(img/header_bg.gif);
  height: 75px;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}

.footer {
 background-image:  url(img/footer_bg.gif);
 height:27px;
 font-size:12px;
 color:white;
}

.the_body {
  width: 740px;
  height: 100%;
}

.content_col {
  width: 100%;
}

.content_cell {
  border-left: 1px solid #C7C7D7;
  border-right: 1px solid #C7C7D7;
}

.right_col {
  border-right: 1px solid #C7C7D7;
  padding: 0px;
  margin: 0px;
}

table {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: inherit;
  background: white;
}

a, a:visited {
  color: #18195B;
}

.white, .white a, .white a:visited {
  color: white;
}

.areaTitle {
  font-weight: bold;
  font-size: 13px;
  color: white;
  padding: 0px;
  margin: 0px;
  padding-left: 5px;
  height: 27px;
  background-image:  url(img/area_header.gif);
  background-repeat: repeat-x;
  margin-top: 10px;
}

.areaTitle h1 {
  font-weight: bold;
  font-size: 13px;
  color: white;
  padding: 0px;
  margin: 0px;
  padding-top: 4px;
}

.areaTitle a, .areaTitle a:visited {
  color: white;
}

ul {  
  margin-top: 10px; 
  margin-bottom: 10px;
  margin-left: 20px;
  padding:0px;
  text-indent: 0px;
  font-size:12px;
}

li {
  margin-top: 3px; 
  margin-bottom: 5px; 
  font-size:12px;
/* list-style-image:  url(img/bullet.gif); */
}

.itemBanner {
 font-size: 13px;
 padding: 10px;
 line-height:17px;
 font-family: Arial, Verdana, Helvetica, sans-serif;
}

.itemBanner h1 {
 font-size: 13px;
 padding: 0px;
 padding-bottom: 5px;
 margin: 0px;
}

.itemBannerList {
 font-size: 11px;
 padding-bottom: 10px;
 padding-left: 5px;
 padding-right: 5px;
 margin: 0px;
 line-height:12px;
 font-family: Verdana, Arial, sans-serif;
}

.itemBannerList h1 {
 font-size: 11px;
 padding: 0px;
 padding-bottom: 5px;
 margin: 0px;
 font-family: Verdana, Arial, sans-serif;
}

.listTable {
  border: 5px solid white;
}

pre {
  display: block;
  background: #EFEFFF;
  border: 1px solid gray;
  width: auto;
  color: #4F4F4F;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  overflow:auto;
}

.menu {
  text-align: right;
  padding-right: 50px;
  font-size: 15px;
}

.menu a, .menu a:visited {
  text-decoration: none;
  color: white;
  font-size: 15px;
}

.menu a:hover {
  color:#FFFFE0;
}

.details_link {
  font-size: 11px;
}

.download {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 12px;
/*  color: gray; */
  color: #18195B;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  text-align: center;
}

.download a, .download a:visited {
  color: #18195B;
  background-image:  url(img/download.gif);
  background-repeat: no-repeat;
  padding-left: 20px;
}

.section_subheader {
  border-bottom: 1px solid black;
}
input, textarea {
	font-size: 8pt;
	border: 1px solid #A0A0A0;
}
form p {
	margin: 2px 0 2px 0;
}
span.tip {
	display: block;
	font-size: 8pt;
}

span.tip_nobr {
	font-size: 8pt;
}

h3 {
  font-size: 15px;
}

h4 {
  font-size: 12px;
}

h5 {
  font-size: 13px;
  padding: 0px;
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 2px;
}

.list_text {
  margin: 0px;
  padding: 0px;
}

.footer a, .footer a:visited {
 color:white;
}

.footer table {
  background: #18195B;
}

.commentBox {
  font-size:9pt;
  background: #EFEFEF;
  border: 1px solid #CCC;
  padding: 4px;
  margin: 10px 0 10px 0;
  overflow: auto;
}

.commentBox .ctitle {
  text-align: right;
  font-size:8pt;
  margin: 0;
}

.commentBox .ctitle span {
  float: left;
}

@media (max-width: 740px){
	.the_body {
		width: 100%;
	}
}