/* CSS Document */

body {
	background-image: url(../images/backgrounds/main_bg.gif);
	background-repeat: repeat;
	margin-top: 5px;
	margin-left: 0px;
}

.table-mainwhite {
	background-image: url(../images/backgrounds/main-white_bg.gif);
	background-repeat: repeat-y;
}

.table-insidewhite {
	background-image: url(../images/backgrounds/inside-white_bg.gif);
	background-repeat: repeat;
}

.subnav_bg {
	background-image: url(../images/navigation/subnav-filler.gif);
	background-repeat: no-repeat;
}

.menu_bg {
	background-image: url(../images/backgrounds/menu_bg.gif);
	background-repeat: repeat-y;
}

.body_bg {
	background-image: url(../images/backgrounds/body_bg.gif);
	background-repeat: repeat-y;
}

.header2 {
	background-image: url(../images/backgrounds/header2_bg.jpg);
	background-repeat: no-repeat;
	height: 133px;
	width: 724px;
}

/*TEXT STYLES */

.body_titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
}

.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding-right: 15px;
}

.team_titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 13px;
}

.team_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
}

/* LINK STYLES */

a			{ text-decoration:underline; }

a:link 		{ color:#CB6112; }

a:active 	{ color:#CB6112; }

a:visited 	{ color:#CB6112; }

a:hover 	{ color:#CB6112; text-decoration:underline; }