/*** User-applied styles (site-wide) ***/

/***text***/

.header  {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.2em;
color: #1e1f3b;
line-height: 3em;
margin-bottom: -1em;}

.sub-header {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1.1em;
color: #1e1f3b;
line-height: 2.8em;
margin-bottom: -.8em;}

/***images***/


/***tables***/
#content table {

width: 90%;
padding-top: 10px;
padding-bottom: 10px;}

#content td {
	background: #e9edf7;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.3em;}
	
#content td a:link {
	color: #1e1f3b;
	}
	
#content td a:visited {
	color: #1e1f3b;
	}
	
#content td a:hover {
	color: #666666;
	}


/***links***/
a:link {
	color: #1e1f3b;
}
	
a:visited {
	color: #666666;
}
	
a:hover {
}
	
	

