body {
	color : #cccccc;
	font-family : "Trebuchet MS", sans-serif;
	font-size : 11px;
	background-color: transparent;
}

p {
	margin:7px auto 7px auto
}
h1 {
	color : #ffffff;
	font-size : 16px;
	line-height : 1.2em;
	margin : 0 0 5px 0;
}

h2 {
	color : #009900;
	font-size : 12px;
	line-height : 1.2em;
	margin : 5px auto 5px auto;
}

h3 {
	color : #FFF;
	font-size : 12px;
	line-height : 1.2em;
	margin : 0;
}

hr {
	border-style : dashed;
	margin : 10px 0 10px 0;
}

a:link,a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

.inlineframe {
	text-align: left;
}

.inlineframe .clearboth {
	clear: both;
}

