.left_bg_border {
	background-image: url(images/body_left_tile.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

.left_flower {
	background-image: url(images/leftnav_flower.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.right_bg_border {
	background-image: url(images/body_right_tile.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

.right_bg_border_light {
	background-image: url(images/body_right_tile_light.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

.bottom_bg_border {
	background-image: url(images/body_bottom_tile.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.bg_leftnav {
	background-image: url(images/leftnav_tile.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.header_bg {
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}

.smallbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: center;
}

a:link {
	text-decoration: underline;
	color: #FFFF66;
    text-decoration: underline;
}

a:visited {
	text-decoration: none;
	color: #FFFF66;
	text-decoration: underline;
}

a:hover {
    color: #000000;
}


a:active {
	color: #00CCFF;
}
.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
}

.bigheadertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #000000;
}

.bigheadertextwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #FFFFFF;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
