/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #254A71;
	background-image: url(images/BackgroundTile.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.ContentTopFade {
	background-image: url(images/Content_FadeTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.RightColTopFade {
	background-image: url(images/RightCol_TopFade.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #193D62;
	line-height:15px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.SmallBlackText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.SmallBlackText a:link, .SmallBlackText a:visited {
	text-decoration:underline;
	color: #ffffff;
}
.SmallBlackText a:hover {
	color: #ebf9ff;
	text-decoration: none;
}
.FullFields {
	width:100%;
}

a:link,a:visited {
	color: #e17c00;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
	color: #007e97;
	text-decoration: underline;
}

.PadLeft {
	padding-left: 10px;
}
