@charset "utf-8";

/*atrius web styles using tables*/ 

body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	}
	
/******************link styles******************/
a, a:link {	
	color:#000000;
}

/*hover link styles*/
a:hover {
	color:#666666;
	}
	
/*visited link styles*/
a:visited {
	color:#666666;
	}
	
/*********************font styles*******************/
/*paragraph styles*/
p {
	font-size: 100%;
	}
	
/******heading styles******/	
/*first level heading style*/
H1 {
	font-size:110%;
	color:#000000;
	}
/*second level heading style*/
H2 {
	font-size:100%;
	color:#000000;
}
/*third level heading style*/
H3{
	font-size:90%;
	color:#000000;
	}
	
/*********************table styles*******************/	
/*td styles*/
td {
	font-size:100%;}

/*table that holds text and photo tables on home page, level2 pages*/
table#content {
	border:none;
	}

/******styles for home page tables******/	
/*table that holds all page content on home page*/
table#home {
	position:relative;
	width:100%;
	border: none;
	}
/*table that holds left side navigation on all pages*/
table#navigation {
display:none;
}	
/*table that holds footer information on all pages*/
table#footer {
	position:relative;
	width:100%;
	font-size:75%;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:center;
	padding-top:10px;
	}
/******level 2 page table styles******/
/*table that holds all page content on level 2 pages*/
table#level2 {
	position:relative;
	width:100%;
	border: none;
	}

/*********************class styles*******************/
img {
	display:none;
	}

