body { 
	font-family: Geneva, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #000000;
}

h1 { 
	font-size: 30px; 
	font-weight: bold; 
	text-transform: uppercase;
	color: #B3B3B3; 
	margin-bottom: 30px;
	margin-top: 0px;
}

h2 { 
	font-size: 15px; 
	color: #000000; 
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: -10px;
	letter-spacing: 1px;
}

h3 { 
	font-size: 13px; 
	color: #2E92E6; 
	margin-bottom: 0px;
}

p,ul,li,ol,td {
	font-family: Geneva, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #000000;
}

img {
	border: 0px;
}

img.right {
	float: right;
	margin: 10px;
	border: 0px;
}

img.left {
	float: left;
	margin: 10px;
	border: 0px;
}


a {
	color: #004098;
	text-decoration: underline;
}

a:visited {
	color: #004098;
	text-decoration: underline;
}

a:visited:hover {
	color: #004098;
	text-decoration: none;
}

a:hover {
	color: #004098;
	text-decoration: none;
}


textarea {
	color: #000000;
	font-weight: normal;
	background-color: #eeeeee;
	font-size: 11px;
	padding: 3px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-top: 0px;
	border-right: 0px;
}

input {
	color: #000000;
	background-color: #eeeeee;
	font-weight: normal;
	font-size: 12px;
	padding: 3px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-top: 0px;
	border-right: 0px;
}

select {
	color: #000000;
	background-color: #eeeeee;
	font-weight: normal;
	font-size: 12px;
	border: 0px;

}

hr {
	background-color: #CCCCCC;
	height: 1px;
	border: 0;
}

ul { 
	margin: 0px 0px 0px 0px;
	padding: 2px;
	font-size: 12px; 
	line-height: 17px; 
	color: #3E3E3E;
}

ul li { 
	list-style-type: none;
	background-image: url("../images/bullet.gif");
	background-repeat: no-repeat;  
	padding: 0px 0px 0px 15px; /*sets the space between words and bullets*/
}

ul ul { 
	margin: 0px 0px 0px 10px;
}

ul ul li { 
	list-style-type: none;
	background-image: url("../images/bullet.gif");
	background-repeat: no-repeat;  
	padding: 0px 0px 0px 15px; /*sets the space between words and bullets*/
}

.attn {
	line-height: 10px;
	color: #B40119;
}


/* this is for expand/collapse content areas */
.more {
	display: none;
}





