P, TD, BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;

	SCROLLBAR-FACE-COLOR: #C0C0C0;
	SCROLLBAR-HIGHLIGHT-COLOR: #666666;
	SCROLLBAR-SHADOW-COLOR: #330000;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR:  #330000;
	SCROLLBAR-TRACK-COLOR: #C0C0C0;
	SCROLLBAR-DARKSHADOW-COLOR: #666666; 
}

H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #666666;
	text-decoration: none;
}

H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #666666;
}

A:LINK {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color : #492060;
	text-decoration: none;
}

A:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color : #492060;
	text-decoration: none;
}

A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color : #492060;
	text-decoration: underline;
}

I {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	font-style : italic;
}

.footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : normal;
}

.small {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
}

.forms {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	background-color: silver;
}

input, textarea, select {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	background-color: silver;
	margin: 1px;

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;

	border-color: #000000;
}

th {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	background-color: silver;
}

.green {
	background-color: #009900;
	font-weight : bold;
}

.orange {
	background-color: #FF6600;
	font-weight : bold;
}

.blue {
	background-color: #3366FF;
	font-weight : bold;
}

.yellow {
	background-color: #FFFF00;
	font-weight : bold;
}

.red {
	color : #FF0000;
	font-weight: bold;
}