/*
** HTML elements
*/

body {
  color: #666;
  font-size: 9pt;
  font-family: Arial, Helvetica, Sans;
	text-align: left;
	line-height: 22px;
}

tr.dark td, tr.light td {
  padding: 0.3em;
	text-align: left;
}

td
	.leader { width:100%;vertical-align:0% }

a {
	color: #FFFFFF;
  text-decoration: none;
}
a:link {
  color: #ffffff;
}
a:hover {
  color: #ffffff;
  text-decoration: underline;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}

li {
  list-style-image: url(http://76.12.205.122/img/square_bullet.jpg);
}	

#header {
	position: relative;
	width: 750px;
	height: 50px;
	margin: 0px auto;
	padding: 0px;
	border-bottom: 1px solid #000000;
	/*background-image: url(img/header1.jpg);*/
}

#footer {
	clear: both;
	height: 30px;
	text-align: center;
	width: 700px;
	padding-top: 4px;
	padding-bottom: 0px;
	color: #ffffff;
	/* background-image: url(bottom.gif);*/
}

#header {
 clear: both;
 width: 726px;
}

#content {
	clear: left;
	float: left;
	width: 450px;
}

.NavBar {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}
.MinorBar {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666;
}
.FooterBar {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}

h1 {
  font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color: #636466;
	margin-top: 6px;
	line-height: 18px;
	font-weight: normal;
}

h2 {
  font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color: #B2A983;
	margin-top: 24px;
	line-height: 24px;
}

.input {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid black;
}

.inputreq {
	color: #000000;
	background-color: #CCCCCC;
	border: 1px solid black;
}

/* Left and right large quotes */
.lquote, .rquote {
	font-family: times new roman, georgia, serif;
	font-size: 28pt;
	font-weight: bold;
	color: #666;
	position: relative;
	top: .3em;
	line-height: .8em; /*0;*/
}
.rquote {
	font-size: 28pt;
	line-height: 0em;
}
/* Alternate quote color */
.qalt {
	color: #666;
}
