@charset "utf-8";
/* CSS Document */
body {
	font-size: 12px;
	color:#333333;
	background-color:#CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 160%;
	text-decoration: none;
	margin-top: 5px;
	}
#content	{
	background-color: #FFFFFF;
	width: 955px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;	
	}
#foot	{
	height: 15px;
	font-size: 10px;
	line-height: 130%;
	color: #999999;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align: center;
	}
#desk {
	background-color: #FFFFFF;
	height: 683px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: 230%;
	color: #333333;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

.red {
	color: #FF0000;
}


a {
	color: #333333;
	text-decoration: none;
}
a:active {
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
}


a:hover {
	color: #FFFFFF;
	background-color: #FF0000;
}
