
body {
	background : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin : 0px;
	padding : 0px;
}

img {
	border : 0px;
}

a {
	color : #69732d;
	text-decoration : underline;
}

a:visited {
	color : #69732d;
}

h1, h2, h3, h4, h5, h6 {
	margin : 0px;
	padding : 0px;
}

h1 { font-size : 24px; }
h2 { font-size : 18px; }
h3 { font-size : 16px; }
h4 { font-size : 14px; }
h5 { font-size : 12px; }
h6 { font-size : 11px; }

hr {
	background-color: #CCCCCC;
	color: #CCCCCC;
	height : 1px;
	border: 0;
	margin : 0px;
	padding : 0px;
}


/* --- --- --- --- --- --- --- --- --- --- --- */

.clear {
	clear : both;
}

.float_right {
	float : right;
}

.float_left {
	float : left;
}

/* --- --- --- --- --- --- --- --- --- --- --- */

#logo {
	margin-bottom : 20px;
}

/* --- --- --- --- --- --- --- --- --- --- --- */

#topmenu {
	display:none;
}

#menuborder {
	display : none;
}

#page_content #startimage {
	display : none;
}

#page_content #rightcol {
	display : none;
}


/* --- --- --- --- --- --- --- --- --- --- --- */

#footer {
	font-size : 10px;
	color : #999999;
}

#footer a {
	color : #999999;
}

#footer #footer_content .float_right {
	display:none;
}



