TD {
	font-family: arial;
	font-size: 12px;
	color: #686868;
	}

A {
	text-decoration: underline;
	color: black;
	}

A:hover {
	text-decoration: underline;
	color: red;
	}

.copyright {
	color: #D1D1D1;
	font-size: 10px;
	}

A.menu_header {
	font-family: arial;
	text-decoration: none;
	color: black;
	font-size: 10px;
	font-weight: bold;
	}

A.menu_header:hover {
	font-family: arial;
	text-decoration: none;
	color: red;
	font-size: 10px;
	}

.menu_header {
	font-family: arial;
	text-decoration: none;
	color: #D1D1D1;
	font-size: 12px;
	line-height: 11px;
	}

A.menu_footer {
	text-decoration: none;
	color: #686868;
	font-size: 10px;
	}

A.menu_footer:hover {
	text-decoration: none;
	color: black;
	font-size: 10px;
	}

TD.menu_footer {
	color: #D1D1D1;
	font-size: 10px;
	}

TD.icenorm {
	text-align: center;
	background-color: white;
	font-size: 10px;
	font-family: verdana;
	}

TD.icebold {
	text-align: center;
	background-color: red;
	font-size: 10px;
	font-family: verdana;
 	border: 1px solid red;
 	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='white', EndColorStr='red');
	}

B {
	color: black;
	}

.h1 {
	font-weight: bold;
	color: black;
	}

.h1bullet {
	font-family: courier;
	font-size: 14px;
	color: red;
	letter-spacing: -4px;
	font-weight: bold;
	}

INPUT.txt {
	font-family: arial;
	font-size: 11px;
	border: 1px solid #686868;
	background-image: url('/images/input_innershadow.gif');
	}

INPUT.btn {
	font-size: 8px;
	font-family: arial;
	letter-spacing: 2px;
	}

TEXTAREA.txt {
	font-family: arial;
	font-size: 11px;
	overflow: auto;
	border: 1px solid #686868;
	background-image: url('/images/input_innershadow.gif');
	}

.label {
	font-size: 11px;
	}

.tcou {
	color: red;
	}