body
{
	margin:0px;
	font-family: Verdana, Arial, Sans-Serif;
}

/*generic style for bold text*/
.boldText
{
    font-weight:bold;
}

/*generic style for objects with no border*/
.noBorder
{
    border:0px;
}

.info
{
	color:Red;
}

/*page title at top of page - DO NOT ALTER*/
.pageTitle
{
    text-align:left;
    font-family: Verdana, Arial, Sans-Serif;
	color: #0066CC;
	font-weight: normal;
	font-size: 1.4em;
}

/*links with no decoration*/
.noDecoration:hover
{
	text-decoration: none;
}

/*links*/
a.links:link {color:#FF3300; text-decoration:none;}
a.links:visited {color:#FF3300; text-decoration:none;}
a.links:hover {color:#FF3300; text-decoration:underline;}
a.links:active {color:#FF3300; text-decoration:none;}