/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
}

.time {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 5px;
	padding-right: 5px;
}

marquee {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

marquee a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.homePageBanners {
	padding-bottom: 10px;
}

.buttons  a {
	font-family: Arial;
	font-size: 14px;
	color: #35609A;
	text-decoration: none;
}

.buttons  a:hover {
	font-family: Arial;
	font-size: 14px;
	color: #35609A;
	text-decoration: underline;
}

.buttonselected {
	font-family: Arial;
	font-size: 14px;
	color: #35609A;
	background-image: url(../images/buttonselector.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}


.buttonselected a {
	font-family: Arial;
	font-size: 14px;
	color: #35609A;
	text-decoration: none;
}

.buttonselected a:hover {
	font-family: Arial;
	font-size: 14px;
	color: #35609A;
	text-decoration: underline;
}

.homeBorderLeft {
	border-right: dotted 1px #AEAEAE;
}

.homeBorderRight {
	border-left: dotted 1px #AEAEAE;
}

.homeList li, a {
	list-style-image: url(../images/listbutton.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #818181;
}

.footer  {
	font-family: Arial;
	font-size: 10px;
	color: #000000;	
}

.footer a {
	font-family: Arial;
	font-size: 10px;
	color: #35609A;
	text-decoration: underline;
}

.footer a:hover {
	font-family: Arial;
	font-size: 10px;
	color: #35609A;
	text-decoration: none;
}

.largeText {
	font-size: 20px;
	font-weight: bold;
	font-family: Arial;
}

.businessFriendsHeader {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8B0000;
}

.membersMenu {
	font-size: 12px;
	color: #8B0000;
}

.membersMenu a {
	font-size: 12px;
	color: #8B0000;
	text-decoration: underline;
}

.membersMenu a:hover {
	font-size: 12px;
	color: #8B0000;
	text-decoration: none;
}

.membersWelcome {
	font-size: 18px;
	color: #35609A;
}

.pageHeaders {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8B0000;
}

.coloredbox {
	font-weight: bold;	
	
	padding: 5px;
	text-decoration: none;
	background-color: #EDAAA0;
	border: solid 1px #E42006;
	color: #8B0000;
	
}