/***************************
	TAGS
***************************/
body {
	margin: 0px;
}

p, td, ul, li {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #474A59;
}

li {
	margin-bottom: 7px;
}

/***************************
	CLASSES
***************************/
.tagline {
	color: #7082AA;
	font-weight: bold;
}

.footDivider {
	color: #F7BF62;
	font-size: 10px;
}

.footer {
	font-size: 10px;
	color: #464C5A;
}

h1, .header {
	font-size: 18px;
	font-weight: bold;
	color: #1E65B5;
}

h2, .subhead {
	font-size: 14px;
	font-weight: bold;
	color: #546386;
}

.bold {
	font-weight: bold;
}

.pink {
	color: #CF1075;
}

.tblHead { font-size: 14px; font-weight: bold; color: #ffffff; background-color: #546386; font-family: verdana, arial, helvetica; }

.error { color: #FF0000; font-size: 11px; background-color: yellow;}
.errormsg { color: #ff0000; font-size: 11px; font-weight: bold; font-family: verdana, arial, helvetica;}


/***************************
	ANCHOR
***************************/

a:link, a:visited {
	color: #C60F6C;
}

a:hover {
	color: #C60F6C;
	text-decoration: none;
}

a.foot:link, a.foot:visited {
	font-size: 10px;
	font-weight: bold;
	color: #7183AB;
	line-height: 17px;
}

a.foot:hover {
	font-size: 10px;
	font-weight: bold;
	color: #C60F6C;
	text-decoration: none;
	line-height: 17px;
}

a.secNav:link, a.secNav:visited {
	color: #C60F6C;
	font-weight: bold;
	font-size: 11px;
}

a.secNav:hover {
	color: #C60F6C;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}