@charset "UTF-8";
/* CSS Document */

.footertable {
	background:url(images/interface_whiteline.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#000;
}
	.whiteheadertable {
	background-color:#FFF;
}
.smallWhiteText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	line-height:1.5;
}
.largeWhiteText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	color: #FFF;
	font-style:italic;
}
.medWhiteText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
}
.container_right {
	background-image: url(images/container_right.jpg);
	background-repeat: repeat-y;
}
.containerleft {
	background-image: url(images/container_left.jpg);
	background-repeat: repeat-y;
}
.articleHeader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #000;
	letter-spacing: 95%;
}
.containerBody {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	letter-spacing: 1pt;
	line-height: 20px;
	padding-left:16px;
}
.containerBodyBOLD {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	letter-spacing: 1pt;
	line-height: 20px;
	padding-left:4px;
}
.exclamationBackground {
	background-image: url(images/exclamationPoint.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
