A:link {
	color : #DFDFDF;
	background : transparent;
}

A:visited {
	color : #C0C0C0;
	background : transparent;
}

A:active {
	color : #00FFFF;
	background : transparent;
}

BODY, P, TD {
	color : #808080;
	background : #000080;
	font : 10pt Geneva, Arial, Helvetica, sans-serif;
}

STRONG, B {
	font-weight : bold;
}

TD.input {
	color : #000000;
	background : #757371;
	font : 10pt "Courier New", Courier, monospace;
}

TD.input INPUT {
/*
	width : 135px;
	height: 25px;
*/
	color : #000000;
	background : #757371;
	font : 10pt "Courier New", Courier, monospace;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #C0C0C0;
	border-right: 2px solid #C0C0C0;
	text-align: center;
}

.inputImage {
	border : 0 none;
	width : 121px;
	height : 38px;
}

.small {
	font : 8pt Geneva, Arial, Helvetica, sans-serif;
}

.smallRight {
	font : 8pt Geneva, Arial, Helvetica, sans-serif;
	text-align : right;
}

.center {
	text-align : center;
	margin-left : auto;
	margin-right : auto;
}
