@charset "utf-8";
/* CSS Document */

body {
	font-family: 				Arial, Helvetica, sans-serif;
	font-size:					90%;
	line-height:				140%;
	margin-left: 				0px;
	margin-top: 				0px;
	margin-right: 				0px;
	margin-bottom: 				0px;
	color: #333333;
	text-align: center;
}
h1	{
	font-size:150%;
	margin: 20px;
	line-height: 40px;
}
h2	{
	font-size:140%;
}
h3	{
	font-size:130%;
}
h4	{
	font-size:120%;
	margin-bottom: 10px;
}
h6 {
	font-size: 12px;
	line-height: 0px;
	margin-bottom: 10px;
	color: #333333;
}
.index {
	background-color: #CCCCCC;
}
#white  {
	background-color: #FFFFFF;
	width: 760px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #333333;
	margin-top: 0px;
}a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.imgSmall {
	margin: 10px;
	height: 140px;
	width: 211px;
	border: thin solid #999999;
	padding: 5px;
}
.imgBig {
	margin: 10px;
	border: thin solid #999999;
	height: 356px;
	width: 525px;
	padding: 5px;
}

#clearFloat {
	clear: both;
}
