/*This is for all url links*/
a:link {color: #2C56AD; text-decoration: none; }
a:active {color: #2C56AD; text-decoration: none; }
a:visited {color: #2C56AD; text-decoration: none; }
a:hover {color: #0000FF; text-decoration: underline; }


/*
7-8-08 - added style classes for banner and help link
*/
.Banner
{
	min-width:800px;
}
.HelpLink
{
	float:right;
}
.HelpLink img
{
	border-width:0px;
}
.HelpLink span
{
	vertical-align:6px;
}
.HelpLinkText
{
	text-decoration:underline;
}

