body {
	background-color: #B1B1B1;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
}

.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: 20px;
	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: #023403;
	text-decoration: underline;
}

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;
}
.subTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #023403;
	font-weight: bold;
}
