body {
	background: #666666;
	color: #333333;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
}

h1 {
	font-size: 11pt;
	font-weight: bold;
	color: #003399;
}

h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #003399;
}

h4 {
	font-size: 10pt;
	font-weight: bold;
	color: White;
	text-transform: uppercase;
	background-color: #FF0033;
	text-align: center;
	}

.emphasis {
	font-size: 10pt;
	font-weight: bold;
	color: #003399;
	text-transform: uppercase;
}

.keyword {
	font-weight: bold;
}

.keyword2 {
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
}

A {
	color: #FF0033;
	text-decoration: none;
}

A:HOVER {
	color: #FF0033;
	text-decoration: underline;
}

input.red {
	background-color: #666666; font-weight: normal; font-size: 8pt; color: white;
}

}

input.red2 {
	background-color: #FF0033; font-weight: normal; font-size: 8pt; color: white;
	border: thin;
}

input.pink {
	background-color: #666666;
}

textarea.violet {
	background-color: #666666; font-weight: bold; font-size: 8pt; color: white;
}

select.red {
	background-color: #666666; font-weight: normal; font-size: 8pt; color: white;
	border: thin;
}

}

select.red2 {
	background-color: #FF0033; font-weight: normal; font-size: 8pt; color: white;
	}

input.title {
	background-color: #555555; font-weight: bold; font-size: 8pt; color: white;
}

table {
	color: #333333;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
}

li {
	list-style-type: square;
	color: #003399;
	left: auto;
	list-style-image:  url(img/webset_bullet.gif);
}
