@charset "utf-8";
.ItalicHeaders {
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 3px;
}


.GrayBorder {
	border: 2px solid #666666;
}

a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #CC3333;
}
a:active {
	color: #990000;
}

.ThinGrayBorder {
	border: 1px solid #990000;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666
	}

body {
	background-image: url(images/layout/gradientbackground.jpg);
	background-repeat: repeat-x;
	margin-top: 5px;
}
.LittleText {font-size: x-small}
.RightDots {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
.LeftDots {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}
.PicPadding {
	padding: 10px;
}



#headerbox a:visited {
	color: #666666;
	text-decoration:none;
	font-size: small;
}

#headerbox a:link {
	color: #666666;
	text-decoration:none;
	font-size: small;
}

#headerbox a:hover {
	color: #990000;
	font-size: small;
}

#linkspage a:visited {
	color: #666666;
	text-decoration:none;
	font-size: small;
}

#linkspage a:link {
	color: #666666;
	text-decoration:none;
	font-size: small;
}

#linkspage a:hover {
	color: #990000;
	font-size: small;	
}

.RedBold {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #990000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.PageHeaders {
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	text-align: right;
	padding-bottom: 5px;
}
.BottomDots {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.Hidden {
	visibility:hidden
	
}.fineprint {
	font-size: small;
	padding-top: 3px;
	padding-bottom: 3px;
	font-style: italic;
	font-weight: normal;
}
