.style1 {font-size: 17px}
/* CSS Document */

body{
	background-color:#c4e6f3; 
	background-image: url(images/bg.png); 
	background-repeat:repeat;
	margin-left:10px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; color:#000000;
	}
.underline {
	text-decoration: underline;
}
		
a{
	color:#333333; 
	text-decoration: none;
	}
	
a:hover{ 
	color:#00a3d6; 
	text-decoration:underline;
	}
	
h1{
	color:#00a3d6; 
	font-size:18px; 
	margin-left:10px;
	}
	
h2{ color:#000000; 
	font-size:14px; 
		margin-left:10px;
		}
		
h3{ color:#000000; 
	font-size:12px;
	font-style:bold;
}

h4{ color:#00a3d6; 
	font-size:12px;
}

h5{ color:#000000; 
	font-size:15px;
	font-style:normal;
}

h6{ color:#000000; 
	font-size:11px;
	font-style:italic;
	padding:0;
	margin:0;
}

.content{
	color:#00a3d6; 
	font-size:12px;
	}
.contentUnderlined {
	text-decoration: underline;
	font-size: 12px;
	color: #00a3d6;
}
h4.content { 
	color:#00a3d6; 
	font-size:12px;
}

.subheads{
	color:#000000; 
	font-size:12px;
	font-style:bold;
	}

.heading {
	color:#00a3d6; 
	font-size:18px; 
	font-weight:bold;
	}
.headingUnderline {
	font-size: 16px;
	font-weight: normal;
	color: #00a3d6;
	text-decoration: underline;
	font-style: italic;
}
	
.bodycontent{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#000000;
	margin-left:10px;
	}
	
.bottomlinks{
	font-size:11px;
	padding:10px;
	color: #009CDA;
	}
	
.footer { 
	color:#000000; 
	font-size:9px; 
	padding:10px; }
.footerBlue {
	font-size: 9px;
	color: #00a3d6;
	margin: 0px;
	padding: -10px;
}

#scrollcontent{ 
	height:325px; 
	overflow:auto; 
	width:97%; 
	padding:10px;
	}
	
#scrollcontentTall{ 
	height:340px; 
	overflow:auto; 
	width:97%; 
	padding:10px;
	}


#bottombar{ 
	background-color:#FFFFFF; 
	background-image:url(images/bottombar.png); 
	background-repeat:repeat-x;
	}
li {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 18pt;
}
.quotes {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	line-height: 11pt;
	color: #00A3DC;
	text-align: justify;
	font-weight: bold;
}
.signature {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}
