/* Global Styles */

body {
	margin:0px;
	}

td {
	font:11px arial;
	color:#333333;
	}

td a .large {
	width: 0px;
	height: 0px;
}

td a:hover {
	background-color: #ffffff;
}

td a:hover .large {
	position: absolute;
	width: auto;
	height: auto;
}

a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation a {
	font:12px arial;
	color: #ffffff;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #99CCFF;
	}

#padding {
	padding:20px 5px 20px 5px;
	}

/* Class Styles */

.logo {
	font-size:18px;
	color: #0E177C;
	letter-spacing:.3em;
	font-weight:bold;
	line-height:22px;
	}

.tagline {
	font:11px arial;
	color: #CC3300;
	letter-spacing:.2em;
	}

.smallText {
	font:12px arial;
	color: #CC3300;
	line-height:18px;
	}

.pageHeader {
	font:30px arial;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:38px;
	}
	
.bodyText {
	font:11px arial;
	color:#333333;
	line-height:24px;
	}
	
.pageName {
	font-size:20px;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px arial;
	color: #003399;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10.5px arial;
	color: #ffffff;
	letter-spacing:.1em;
	}
	
.cautionText {
	font-size:9px;
	color: #FFFFFF;
	float:right;
	}
	
.caution {
	font-size: 12px;
	color: #EAEAEA;
	padding: 8px 0px 8px 15px;
	line-height: 20px;
	}