body {
	background-color: #000000;
}

.link_text {
	color: #FFFFD0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
}

.title_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;

}

p {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}
#email a {
	color: #FFFFFF;
	text-decoration: none;
}

#email a:hover {
	color: #7F251A;
	text-decoration: none;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #7F251A;
	text-decoration: none;
}

link {
	background-color: #DED2AA;
	cursor: hand;
}

#nav a
{
text-decoration: none;
color: #FFFFFF;
} 

#nav a:hover
{
	color: #7F251A;

} 

.footer {
	background-image: url(../images/CP_footer.jpg);
	background-repeat: repeat-y;
}
.tableBack {
	background-image: url(../images/tableBack.gif);
	background-repeat: repeat-y;
}
.medText {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #FFFFFF;
}
.smText {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	color: #000000;
}
