/* Controls all text on the page not in a font tag. */
BODY {
	color: #000000;
	font-family: Arial;
}

/* All Links */
A {
	text-decoration: none;
	color: #003F80;
}
A:Hover {
	text-decoration: none;
	color: #FF0000;
}

/* Navigation Links */
.Links {
	color: #0000FF;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial;
	line-height:18px;
	text-decoration:none;
}

/* Javascript Navigation Links */
.JavaLinks {
	color: #0000FF;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial;
	margin-left:2px;
	line-height:18px;
	text-decoration:none;
}

/* Any text Before the Link */
.AddBeforeLink {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #000080;
	margin-left:10px;

}

/* Javascript Links Short Description */
.ShortDesc {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left:10px;
}