body		{ font-size: 80%; }   /* IE */
html > body	{ font-size: 0.8em; }  /* Other browsers */
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #000000;
}
body {
	background-color: #EAEAEA;
	margin:0;
}
td {
	vertical-align:top;
}
h1,h2,h3,h4,h5,h6,h7 { 
  font-weight:bold;
  clear:both;
}
ul {
	list-style-type: square;
}
h1 			{
	font-size: 200%;
	line-height:1em;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0px;
}
h2 			{
	font-size: 150%;
	line-height:1.4em;
	margin: 0;
}
h3 			{ 
	font-size: 110%; 
	margin: 0.5em 0 0.2em 0;
}
h4 			{
	font-size: 100%;
	margin: 1em 0 0.8em 0;
}
p {
	margin: 0 0 0.8em 0;
}
a {
	color:#000000;
}
a:hover {
	color:#006699;
}

/* Menu */
.link_btn{
	border-right: solid #FFFFFF 3px;
	padding: 0px 0px 0px 4px;
	display: block;
	text-align: left;
	line-height: 25px;
	width: 123px;
	vertical-align: baseline;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	overflow: hidden;
}
.link_btn:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #706D65;
}
/* Layout */
.mainFrame {
	margin:auto;
	width:1000px;
	margin-top: 50px;
}
.columnLeft {
	width: 257px;
}
.columnCenter {
}
.columnCenter1 {
	width: 388px;
}
.columnCenter2 {
	width: 349px;
}
.textBlock {
	margin:0 15px 0 15px;
	padding:15px 0 15px 0;
} 
.rowTextBlock {
	padding:0 10px 0 10px;
}
.rowHeight {
	height:25px;
}
/* Borders */
.borderBottom {
	border-bottom: 3px solid #FFFFFF;	
}
.borderRight {
	border-right: 3px solid #FFFFFF;	
}
.borderTop {
	border-top: 3px solid #FFFFFF;	
}
/* Colors */
.white {
	background-color:#FFFFFF;
}
.lightGrey {
	background-color:#DBDBDB;
}
.mediumGrey {
	background-color:#999999;
}
.dark {
	background-color:#333333;
}
.bright {
	background-color:#CC6600;
}
.shade {
	background-color: #A39C82;
}