body
{
	font-family : verdana, Arial, Helvetica;
	font-size : 10px;
	color : #696969;
	margin-top : 0px;
	margin-bottom : 0px;
	
	scrollbar-arrow-color : #003366;
	scrollbar-base-color : #D7E3F3;
	scrollbar-dark-shadow-color : #D7E3F3;
	scrollbar-track-color : #D7E3F3;
	scrollbar-face-color : #D7E3F3;
	scrollbar-shadow-color: #D7E3F3;
	scrollbar-highlight-color:  #D7E3F3;	
}
/**
 * Divs
 */
div.container
{
	width : 860px;
	margin-left : auto;
	margin-right : auto;
}

div.header
{
	width : 860px;
	height : 100px;
	background-image : url('../images/layout/header.png');
	background-position : left;
	background-repeat : no-repeat;
	_position : relative;
	_top : -7px;
}

div.headerbar
{
	width : 860px;
	height : 28px;
	background-color : #EEECED;
	position : relative;
	_top : -5px;
}

div.content
{
	width : 860px;
	position : relative;
	_top : -5px;
}

div.news
{
	background-image : url('../images/layout/newsbg.png');
	width : 420px;
	height : 100px;
	padding : 1px 20px 0px 20px;
}

/**
 * table
 */

td.leftbar
{
	width : 180px;
	background-color : #F6F6F6;
	background-image : url('../images/layout/leftbar.png');
	background-position : bottom;
	background-repeat : no-repeat;
}

td.content
{
	width : 460px;
	padding : 15px 20px 5px 20px;
	vertical-align : top;
}

td.rightbar
{
	width : 180px;
	background-color : #F6F6F6;
	background-image : url('../images/layout/rightbar.png');
	background-position : bottom;
	background-repeat : no-repeat;	
}

td.menublank
{
	background-color : #F6F6F6;
}

table.prices
{
	width : 100%;
	text-align : center;
	color : #000000;
	background-color : #C80008;
}

table.priceshead
{
	width : 100%;
	text-align : center;
	color : #000000;
	background-color : #FFFFFF;
}

tr.prices1
{
	background-color : #FFFFFF;
}

tr.prices2
{
	background-color : #FFFFFF;
}

th
{
	background-color : #C80008;
	color : #FFFFFF;
}

td.prices
{
	border : 1px solid #C80008;
}

/**
 * forms
 */
form
{
	color : #696969;
}

input
{
	border : 1px solid #696969;	
	color : #696969;
}

select 
{
	border : 1px solid #696969;
	color : #696969;
}
 
textarea
{
	border : 1px solid #696969;
	color : #696969;

}
/**
 * misc
 */
span.floatleft
{
	float : left;
}

span.floatright
{
	float : right;
}

span.newsfloat
{
	float : left;
	/*width : 20%;*/
	width : 80px;
	height : 80px;
}

img
{
	border : 0px;
}

/*h1
{
	background-color : #C80008;
	color : #FFFFFF;
	font-size : 8pt;
	padding : 5px 5px 5px 5px;
	margin-top : -10px;
	margin-bottom : 0px;
} */

h1
{
	background-color : #C80008;
	color : #FFFFFF;
	font-size : 10px;
	padding : 2px 2px 2px 5px;
	margin-bottom : 0px;
}

h2
{
	background-color : #C80008;
	color : #FFFFFF;
	font-size : 10px;
	padding : 2px 2px 2px 5px;
	margin-bottom : -10px;
}

h3
{
	font-size : 10pt;
	_margin-top : 10px;
	_margin-bottom : 10px;
}

p.block
{
	background-color : #EEECED;
	padding : 5px 5px 5px 5px;
	margin-top : 10px;
}

a
{
	color : #C80008;
	text-decoration : none;
}

a:hover
{
	text-decoration : underline;	
}

hr
{
	color : #C80008;
	background-color : #C80008;
	border : 0px solid #C80008;
	height : 1px;
}

