.borders {
	background-color: red;
}

.dividers {
	background-color: white;
}

.contacttext {
	color: white;	
	font-size: 10px;
}

.contacttextlink, .contacttextlink:link,  .contacttextlink:visited {
	color: white;
	font-size: 10px;
}

.contacttextlink:hover, {
	color: black;
	font-size: 10px;
}

/* Start Nav */

.nav  {
	font-size: 11px;
	color: white;
	background-color : #cc0000;
	text-decoration: none;
}

.navlink:link, .navlink:visited {
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.navlink:hover {
	font-size: 11px;
	color: orange;
	text-decoration: none;
}

.navborders{
	background-color : silver;
}

/* End Nav */

.footernav {
	color: white;
	background-color : #666666;
	text-decoration: none;
}

.footernavlink:link, .footernavlink:visited {
	color: white;
	font-weight : normal;
	text-decoration: none;
}

.footernavlink:hover {
	color: orange;
	font-weight : normal;
	text-decoration: none;
}

.tableborder {
	border : 1px solid  silver;
	background-color: #f4f4f4;
}

.navselected, .navselected:hover {
	font-size: 11px;
	color: orange;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

.navfootselected, .navfootselected:hover {
	color: orange;
	font-weight : normal;
	text-decoration: none;
	cursor: default;
}