TD, TABLE, BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-variant : normal;
	font-style : normal;
	font-weight : normal;
	color : Silver;
}

.titlesmall {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	font-style : normal;
	font-variant : normal;
	color : #FFFFFF;
}

.titlebig {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	font-style : normal;
	font-variant : normal;
	color : #FFFFFF;
}

A.menu {
	font-family : "Courier New", Courier;
	font-size : 16px;
	font-style : normal;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
}

A.menu:HOVER {
	color : Silver;
	text-decoration : none;
}

.menu {
	font-family : "Courier New", Courier;
	font-size : 16px;
	font-style : normal;
	font-weight : bold;
	color : Gray;
	text-decoration : none;
}

A {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-variant : normal;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
	color : #0000CC;
}

.linklike {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-variant : normal;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
	color : #0000CC;
}


A:HOVER {
	color : #FFFFFF;
	text-decoration : underline;
}

TEXTAREA, INPUT {
	border : 1px solid #0000CC;
}

.copyright  {
        color : Gray;
        font-size : 8pt;
        font-family : Arial;
}