/* Text Related CSS */
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505C6C;
	text-decoration: none;
	line-height: 16px;
	text-align: justify;
}

.headerText {
	color: #21467B;
	font-weight: bold;
}

em {
	font-style: oblique;
}

.miniText {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 15px; 
	color: #505C6C
	text-align: left;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505C6C;
	line-height: 16px;
}

.asterixColour {
	color: #FF0000;
}

/*
.miniText a:link {
	color: #505C6C;
	text-decoration: none;
}
.miniText a:visited {
	color: #505C6C;
	text-decoration: none;
}
.miniText a:hover {
	color: #505C6C;
	text-decoration: none;
}
*/


/* Align CSS*/
.centered {
	text-align: center;
}
.right {
	text-align: right;
}

.left {
	text-align: left;
}

.imageFloatRight {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.imageFloatLeft {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* General CSS*/
a:link { 
	color: #2763AE;
	text-decoration: none;
}

a:visited{
	color:  #505C6C;
	text-decoration: none;
}

a:hover {
	color: #2763AE;
	text-decoration: underline;
}

/* What's New Section Splash Links*/
a.newsLink:link { 
	color: #505C6C;
	text-decoration: none;
}

a.newsLink:visited{
	color:  #505C6C;
	text-decoration: none;
}

a.newsLink:hover {
	color: #3868D6;
	text-decoration: none;
	font-weight: 300;
}
