body {
	background-color: #C0C0C0;
	background-image: url(images/bkgnd_homeshaded.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.bodytext {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	line-height:1.5;
}

.header1 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:18px;
	color:#1B3F97;
}

.text-shell {
	padding-right:65px; 
	padding-left:90px; 
	padding-bottom:50px; 
	padding-top:10px;
}


a:link {
	color: #1B3F97;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #1B3F97;
	text-decoration: underline;
}
a:active {
	color: #1B3F97;
	text-decoration: none;
}

