body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
}

a:link {
	color : #003333;
	text-decoration : underline;
}

a:visited {
	color : #003333;
	text-decoration : underline;
}
a:hover {

	color : #C5A115;
	text-decoration : underline;
}

p.header_text {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding-left:40px;
	padding-right:40px;
}

p.header_text a:link {
	color : #fff;
	text-decoration : underline;
}

p.header_text a:visited {
	color : #003333;
	text-decoration : underline;
}

p.header_text a:hover {
	color : #003333;
	text-decoration : underline;
}

.body_content {
	font-size: 12px;
	color: #003333;
}

.cell_tiling {
background-image : url(../image_folder/horizontal_keyline_tiling.gif);
background-repeat: repeat-y;
background : repeat-y;
}

#copyright {
	text-align:center;
	font-size:0.7em;
}