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

.content {
	margin-right: 50px;
}

.content a {
	text-decoration: none;
	color:#CC3366;
}
.content a:active, a:hover  {
	text-decoration:underline;
}
.content body {
	background-color: #DEE11A;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.content p {
	font-family: trebuchet ms, arial, sanserif;
	font-size: 1.1em;
	line-height: 120%;
	color:#333333;
	margin: 0;
	padding: 0;
}
.content h1 {
	font-family: trebuchet ms, arial, sanserif;
	font-size: 1.4em;
	line-height: 120%;
	color:#333333;
	margin: 0;
	padding: 0;
}
.content table {
	font-family: trebuchet ms, arial, sanserif;
	font-size: .9em;
	text-transform: uppercase;
}
.content .small {
	font-size: .9em;
	margin: 24px;
}
