/* Dan Brown Project style sheet. Online HTML updated 11 20 2007 */

body {
	margin:0px;
	}

td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #22ccff;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */


/* navigation ID*/
#navigation a {
	font:10px arial;
	color: #ffffff;
	text-decoration:none;
	letter-spacing:.1em;
	}

/* navigationHover ID*/
#navigation a:hover {
	color: #ff0000;
	}


/* Padding ID */
#padding {
	padding:20px 5px 20px 5px;
	}
	

/* Class Styles */

/* logo class*/
.logo {
	font:28px helvetica;
	color: #000000;
	letter-spacing:.3em;
	font-weight:bold;
	line-height:22px;
	}

/* tagline class*/
.tagline {
	font:20px times new roman;
	color: #ffffff;
	letter-spacing:.2em;
	}


/* smalltext class*/
.smallText {
	font:12px times new roman;
	color: #CC3300;
	line-height:18px;
	}

/* PageHeader class*/
.pageHeader {
	font:30px times new roman;
	color: #ec300d;
	letter-spacing:.1em;
	line-height:38px;
	}
	

/* BodyText class*/
.bodyText {
	font:14px arial;
	color: #000000;
	line-height:24px;
	}

	
/* Navtext class*/
.navText {
	font:10px arial;
	color: #ff3300;
	letter-spacing:.1em;
	}
	
/* Address class*/
.address {
	font:12px arial;
	color: #000000;
	line-height:24px;
	}


