/* p and .text are the same style */


body.home { 
	background: #ffffff; 
	margin: 0px;
	padding: 0px;
	}

body.sub { 
	background: #ffffff url(images/bg_sub.gif) repeat-y; 
	margin: 0px;
	padding: 0px;
	}


p { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	line-height: 20px;
	margin-top: 0; 
	margin-bottom: 10; 
	vertical-align: top;
	}

.text { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	}

p.blue { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #003366; 
	line-height: 20px;
	margin-top: 0; 
	margin-bottom: 10; 
	vertical-align: top;
	}

p.sm { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	line-height: 19px;
	margin-top: 0; 
	margin-bottom: 10; 
	}

p.tight { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	line-height: 15px;
	margin-top: 0; 
	margin-bottom: 10; 
	}


h1 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: normal; 
	color:#993300;
	line-height: 20px;
	margin-top: 0; 
	margin-bottom: 10px;
	text-transform: uppercase; 
	}

h2 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color:#003366;
	line-height: 18px;
	margin-top: 15px; 
	margin-bottom: 0;
	}


td.nav { 
	background: #ffffff; 
	}

.subn { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #9CACC2; 
	line-height: 20px;
	text-transform: uppercase; 
	}

li { 
	list-style: square outside; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #003366; 
	line-height: 17px;
	}

td.focus { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: italic;
	color: #ffffff; 
	line-height: 18px;
	margin-top: 0; 
	margin-bottom: 0; 
	background: #003366; 
	}

.firstline { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-style: italic;
	font-weight: bold; 
	color: #EFEBCE; 
	line-height: 18px;
	}

.black {
	color: #000000;
	}

.smtxt { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	line-height: 14px;
	margin-top: 0; 
	margin-bottom: 10; 
	}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#tanBar{
	padding: 0px 0px 0px 0px;
	width: 100%;
	overflow: auto;
	background: #E8E8CA; 
	height: 37px; 
	}

#photoStrip{
	padding: 0px 0px 0px 0px;
	width: 100%;
	overflow: auto;
	background: #E8E8CA url(images/bg_homestrip.jpg) repeat-x; 
	height: 134px; 
	}

#mast{
	padding: 0px 0px 0px 0px;
	width: 595px;
	overflow: auto;
	border-bottom: 1px solid #003366;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 10px;
	color:#000000;
	}

#viewx{
	float: right;
	width: 50%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color:#003366;
	line-height: 18px;
	}



a {
	color:#003366;
	text-decoration: underline;
	}
a:hover {
	color:#9CACC2;
	text-decoration: none;
	}

a.sub {
	color:#9CACC2;
	text-decoration: none;
	}
a.sub:hover {
	color:#003366;
	text-decoration: none;
	}

a.subon {
	color:#003366;
	text-decoration: none;
	}
a.subon:hover {
	color:#003366;
	text-decoration: none;
	}

a.xample {
	color:#003366;
	text-decoration: underline;
	}
a.xample:hover {
	color:#9CACC2;
	text-decoration: none;
	}


*|*:-moz-list-bullet, *|*:-moz-list-number {font-size: 1em;}
