/************************************************/
/* stylesheet.css								*/
/************************************************/
body{
	background-color: 	#E9DFFF;
	font-family: 		Arial,sans-serif;
	color: 				#000000;
	margin: 			0px 0px 0px 0px;
	padding: 			0px 0px 0px 0px;
	border:				0px 0px 0px 0px;
}
.images {
	margin: 			5px 5px 5px 10px;
}
.heading {
	font-family: 		Georgia, "Times New Roman", Times, serif;
	font-size: 			14pt;
	font-style: 		italic;
	font-weight: 		bold;
	color: 				#663366;
}
.heading2 {
	font-family: 		Georgia, "Times New Roman", Times, serif;
	font-size: 			12pt;
	color: 				#663366;
	font-weight: 		bold;
}
.tips {
	font-family: 		Georgia, "Times New Roman", Times, serif;
	font-size: 			8pt;
	font-weight: 		bold;
	color: 				#663366;
}
.text {
	font-family: 		Georgia, "Times New Roman", Times, serif;
	font-size: 			10pt;
	color: 				#663366;
}
.text2 {
	font-family: 		Georgia, "Times New Roman", Times, serif;
	font-size: 			9pt;
	color: 				#663366;
}
.text3 {
	font-family: 		Georgia, "Times New Roman", Times, serif;
	font-size: 			10pt;
	line-height:		150%;
	color: 				#663366;
}

.bottomnav {
	color:				#663366;
	font:				bold 8pt Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}
.bottomnav a {

	color:				#663366;
	font:				bold 8pt Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	text-decoration:	none;
}
.bottomnav a:hover {
	color: 				#DD1133;
}
.copyright {
	color:				#663366;
	font:				bold 7pt Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	padding-left:  		10px;
}

.copyright a {

	color:				#663366;
	font:				bold 7pt Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	text-decoration:	underline;
}
.copyright a:hover {
	color: 				#DD1133;
}
