@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}

p, td, span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
}
a:link, a:visited {
color: rgb(180,10,10);
text-decoration: underline;
font-weight: bold;
}
a:hover {
color: rgb(220,30,30);
text-decoration: none;
font-weight: bold;
}
table#date {
font-weight: bold;
padding: 2px;
}
table#belowbody {
background-image: url(Images/grayFade.jpg); 
background-repeat: repeat-x;
background-position: left top;
font-weight: bold;
}
td.nav {
color: rgb(80,80,80);
background-image: url(Images/navFade.jpg);
background-repeat: repeat-x;
background-position: top;
background-color: rgb(210,210,210);
font-size: 16px;
}
td.body {
background-image: url(Images/bodyFade.jpg);
background-repeat: repeat-x;
background-position: top;
}
.navLink {
color: rgb(20,20,150);
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
}
a.navLink:link, a.navLink:visited {
color: rgb(20,20,150);
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
}

a.navLink:hover {
color: rgb(20,20,150);
text-decoration: underline;
text-transform: uppercase;
font-weight: bold;
}
.subnavLink {
color: rgb(20,20,150);
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
font-size: 12px;
}
a.subnavLink:link, a.subnavLink:visited {
color: rgb(20,20,150);
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
font-size: 12px;
}

a.subnavLink:hover {
color: rgb(20,20,150);
text-decoration: underline;
text-transform: uppercase;
font-weight: bold;
font-size: 12px;
}

.sectionHeader {
color: rgb(20,20,180);
font-size: 22px;
font-weight: bold;
}
.headernav {
color: rgb(80,80,80);
text-decoration: none;
font-weight: bold;
font-size: 11px;
}
a.headernav:link, a.headernav:visited {
color: rgb(80,80,80);
text-decoration: none;
font-weight: bold;
font-size: 11px;
}
a.headernav:hover {
color: rgb(255,255,255);
text-decoration: none;
font-weight: bold;
font-size: 11px;
}
.price {
color: rgb(255,0,0);
font-weight: bold;
}
.smallType {
color: rgb(0,0,0);
text-decoration: none;
font-size: 11px;
}
.contactPhrase {
color: rgb(20,20,180);
font-size: 16px;
font-weight: bold;
}