.mainBackground {
	background-image: url(../images/backstrip.jpg);
	background-repeat: repeat-x;
}
.roundStrip {
	background-image: url(../images/round_strip.jpg);
	background-repeat: repeat-x;
}
.copyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #2178A3;
}
.newBack {
	background-image: url(../images/back_new.jpg);
	background-repeat: repeat-x;
}
.nameText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #666666;
}
.linkText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	text-decoration:none;
}
.linkText a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	text-decoration:none;
}
.linkText a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	text-decoration:none;
}
.linkText a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	text-decoration:none;
}
.content_div{
	min-height:320px;
	background-color: #E9E9E9;
	padding:10px;
}
.topBorder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E9E9E9;
}

.normalText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	text-decoration:none;
}
.lightLink {
	background-color: #F8F8F8;
}
.darkLink {
	background-color: #E9E9E9;
}

.smallText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
	text-decoration:none;
}
.normalText a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#0000FF;
	text-decoration:none;
}
.normalText a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#0000FF;
	text-decoration:none;
}
.normalText a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#0000FF;
	text-decoration:underline;
}
.topBorderDark {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.textBox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

