
* {
	font-family: Lucida Grande, Arial;
}

html {}

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	background: #e0e0e0;
	behavior:url('/_resources/scripts/csshover/csshover.htc');
}

body.print {
	background: #ffffff;
}

h1.title {
	font-size: 32px;
	line-height: normal;

	font-weight: normal;
	letter-spacing: -1px;
	font-family: Trebuchet MS;
	color: #ff0000;
	margin: 0px;
}

h1 {
	font-size: 20px;
	line-height: normal;

	font-weight: normal;
	letter-spacing: -1px;
	font-family: Trebuchet MS;
	color: #ff0000;
	margin: 0px 0px 10px 0px;
}


h2, h2.red {
	font-size: 20px;
	line-height: normal;

	font-weight: normal;
	letter-spacing: -1px;
	font-family: Trebuchet MS;
	color: #999999;
	margin: 0px;
}

h2.red {
	color: #ff0000;
	height: 26px;
	margin-bottom: 10px;
}

h3 {
	font-size: 15px;
	line-height: normal;
	height: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	font-family: Trebuchet MS;
	color: #ff0000;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
}
br { }
hr {
	height: 1px;
	border: 0px;
	border-bottom: 1px solid #666666;
}

form {
	margin: 0px;
	padding: 0px;
}

table {
	font-size: 12px;
}

img {
	border: 0px;
}

textarea {
	font-size: 12px;
}

ul {
	margin-top: 10px;
	list-style-type: square;
}