﻿/* CSS Document */

body {
	margin-top: 0px;
	background-color: #000000;
	background-image: url(images/head_back.gif);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Futura, Century Gothic, Verdana, Helvetica, sans-serif;
	color: #333333;
}
a {
	text-decoration: underline;
}
a.white {
	color: #FFFFFF;
}
a.whiteLink {
	color: #FFFFFF;
	background: url(images/underline.gif) repeat-x 100% 100%;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:link.white {
	color: #FFFFFF;
	text-decoration: none;
}
a:link.whiteTop {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #333333;
}
a:visited.white {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited.whiteTop {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #666666;
	/* text-transform: uppercase; */
	text-decoration: underline;
}
a:hover.white {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}
a:hover.whiteTop {
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: uppercase;
}
a:active {
	color: #333333;
}
a:active.white {
	color: #FFFFFF;
	text-decoration: none;
}
a:active.whiteTop {
	color: #FFFFFF;
	text-decoration: none;
}
.headline_text {
	color: #FFFFFF;
	font-weight: bold;
}
.pullquote {
	font-size: 12px;
	font-weight: bold;
}
.smallTextItal {
	font-size: small;
	font-style: italic;
}
.smallTextNorm {
    font-size: small
}
.smallTextWhite {
	font-size: small;
	color: #FFFFFF;
	text-align: justify;
	letter-spacing: .15em;
}
.white {
	color: #FFFFFF;
}
.underlinedTextWhite {
	letter-spacing: 5px;
	color: #FFFFFF;
}
.underlineWithSpace {
	text-decoration: underline
	margin-left: 2px;
}
.clippingText {
	font-family: Arial, Helvetica, sans-serif
}
.dottyUnderline2 {
	color:#FFF;
	text-decoration: none;
	white-space: nowrap;
	letter-spacing: 2px;
	background: url(images/underlinePlus2.gif) repeat-x 100% 100%;
}
