@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FDFEE7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.headerText {
	font-size: 16px;
	text-align: center;
}





.oneColElsCtr #container {
	width: 55em;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px; 
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
;
}
.bold {
	font-weight: bold;
}
.centerText {
	text-align: center;
}

.underline {
	text-decoration: underline;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto 
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	height:auto;
}

  table#table1 {width:800px; margin-left:auto; margin-right:auto; background:#FDFEE7;}
 
  table#table2 {width:800px; margin-left:auto; margin-right:auto; background:#FFF}
  
  table#rightAlign {float: right; vertical-align: text-top;}

A:link {text-decoration: none}
A:visited {text-decoration: none; color:#03F}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}

.rtop, .rbottom{
display:block;
background:#ccc;
}
.rtop *, .rbottom *{
display: block;
height: 1px;
overflow: hidden;
background:#fff;
}
.r1{
	margin: 0 5px;
}
.r2{
	margin: 0 3px;
}
.r3{
	margin: 0 2px;
}
.r4{
	margin: 0 1px;
	height: 2px;
}
.footer {
	font-size: 10px;
	text-align: center;
}
.searchBox {
	font-size: 10px;
	text-align: left;
}
.searchBoxBaseline {
	text-align: center;
	vertical-align: bottom;
}
.italic {
	font-style: italic;
}
