/* CSS Stylesheet */
.main {
	background-color:	#FFFFFF;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			16px;
	font-style:			normal;
	color:				#000000;
	border-style:		solid;
	border-color:		#000000;
	border-width:		1px;
}

.overview {
	text-align:			left;
	margin-left:		5px;
	margin-right:		10px;
	text-align:			justify;
	border-left:		10px;
}

.btn {
	color:				#000000;
	font-weight:		bold;
	text-align:			center;
}

body {
	background-color:	#CCCC99;
}

.Caption {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size:			18px;
	color:				#000000;
}

.detail {
	text-align:			center;
	color:				996600;
	font-weight:		600;
}

a:link 		{color:		#996600;}
a:visited 	{color:		#CC9933;}
a:hover 	{color:		#663300;}
a:active 	{color:		#CCCC99;}


