/* Global styles */

td {
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

p {
	padding: 0 0 1em 0;
	margin: 0;
}

a.nounder {
	text-decoration : none;
}
a.nounder:hover {
	text-decoration : none;
}

/* Formatting */

.small {
	font-family : "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size : 100%;
}
.medium {
	font-family : "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size : 120%;
}
.large {
	font-family : "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size : 150%;
}
.title {
	color : #797979;
}

.bodytext {
	line-height: 125%;
}
.doublespace {
	line-height: 200%;
}
.subtitle {
	color : #c26e46;
}
.subsubtitle {
	color : #ffffff;
}

/* Text Styles */
.texttitle {
	color : #2a305b;
}
.textbyline {
	color : #999999;
}
.textrule {
	color : #a3a19c;
}
.textbody {
	line-height: 150%;
	color : #333333;
}
.textdkbg {
	color : #ffffff;
}
a.linkdkbg {
	color : #ffbb00;
}
/* Top Navigation */

.topnav {
	color : #B8B8B8;
}
.topnavsel {
	color : #FFFFFF;
	background-color : #2A305B;
	text-decoration : none;
}

a.topnavsel:hover {
	color : #FFFFFF;
	background-color : #2A305B;
	text-decoration : none;
}
a.topnavlink {
	color : #B8B8B8;
	text-decoration : none;
}
a.topnavlink:hover {
	color : #B8B8B8;
	text-decoration : none;
}

/* Sub Navigation */

.subnav {
	color : #CCCCCC;
}
.subnavsel {
	color : #FFFFFF;
}
a.subnavlink {
	color : #CCCCCC;
	text-decoration : none;
}
a.subnavlink:link {
	color : #CCCCCC;
	text-decoration : none;
}
a.subnavlink:hover {
	color : #CCCCCC;
	text-decoration : underline;
}

/* Footer */

.copyright {
	color : #999999;
}