body {
	background-image: url(../images/bkgd_repeat.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #9A9A9A;
	margin: 0px;
}
a:link {
	color: #FC1921;
	text-decoration: none;
}
a:visited {
	color: #FC1921;
	text-decoration: none;
}
a:hover {
	color: #FC1921;
	text-decoration: underline;
}
.HomeHeadline {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 16px;
	color: #275365;
	font-weight: bold;
}
.GreenHeadline {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 16px;
	color: #248C27;
	font-weight: bold;
}
.BlueHeadline {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 16px;
	color: #275365;
	font-weight: bold;
}
.YellowHeadline {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 16px;
	color: #D38D20;
	font-weight: bold;
}
p {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 13px;
	color: #000000;
}
.BodyText {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 13px;
	color: #000000;
}
.CapsSubTitle {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size: 13px;
	color: #666666;
}
ul {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 13px;
	color: #000000;
}
ol {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 13px;
	color: #000000;
}
.RedHeader {
	background-image: url(../images/header_red.gif);
	background-repeat: no-repeat;
}
.SecondaryNav {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 11px;
}
.Trail {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 11px;
	color: #000000;
}
.Trail a:link {
	color: #FC1921;
	text-decoration: none;
}
.Trail a:visited {
	color: #FC1921;
	text-decoration: none;
}
.Trail a:hover {
	color: #FC1921;
	text-decoration: underline;
}
.Logout {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.Logout a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.Logout a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.Logout a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.CopyrightText {
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}
.CopyrightText a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.CopyrightText a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.CopyrightText a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.SideCellGradient {
	background-image: url(../images/sidebar_cell_gradient.gif);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 13px;
	color: #000000;
}
.GeneralGradientHeader {
	background-image: url(../images/header_bkgd_gradient.gif);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
hr {
	color: #FAF7E7;
	background-color: #FAF7E7;
	border: 2px dotted #CCCCCC;
	border-style: none none dotted;
}


/* Glossary Hover */
#dhtmltooltip {
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	background-color: #FFF;
	visibility: hidden;
	z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
.balloonstyle {
	position:absolute;
	top: -500px;
	left: 0;
	padding: 5px;
	visibility: hidden;
	border:1px solid black;
	font-size: 12px;
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	color: #333;
	line-height: 18px;
	z-index: 100;
	background-color: #FFF;
	width: 200px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}
#arrowhead {
	z-index: 99;
	position:absolute;
	top: -500px;
	left: 0;
	visibility: hidden;
}
a.glossary {
	border-bottom: 1px dotted;
	color: #0066CC;
}
a:hover.glossary {
	text-decoration: none;
}