/*
 *
  Style Sheet for BARON 
 *
 */

/* page title - span.baron_header */
span.baron_header
{
	font-size: 27px;
	color: black;
	font-weight: bold;  
}

/* page container 1 */
table.body_container_1
{	
 	border-style: none;
	text-align: center;
	font-family: courier new;
	font-size: 17px;
 	padding: 0px;
 	padding-left: 2px;
 	padding-right: 2px;
 	width: 900px;
 	height:400px;
 	white-space: normal;
	cursor:crosshair;
}

/* page container 2 */
table.body_container_2
{
	border-style: none;
	padding: 0px;
	text-align: center;
	width: 900px;
}

/* general page settings */
body
{
	background-color: #e6d3a2;
	color: black;
        text-align: center;	
	font-family: luxi serif;
}

/* horizontal rule */
hr
{  
	border-style: none;
	border-top-style: solid;
	border-width: 1px;
	width: 100%;
	border-color: #666666;
}

/* link */
a
{
	text-decoration: none;  
/*	color: #ccaf67; */
	color: #806e40;
	font-weight: bold;
}

