a:link {
	color : #0033CC;
	text-decoration : none;
}

a:visited {
	color : #0033CC;
	text-decoration : none;
}

a:hover {
	color : #003366;
	text-decoration : underline;
}

a:active {
	color : #0033CC;
	text-decoration : none;
}

body, td, input {
	font-family : Arial;
	font-size : 12px;
}

.header {
	font-size : 14px;
	font-weight : bold;
	color : #003366;
}

.button {
	font-size : 11px;
	font-weight: bold;
	font-family : Arial;
	color: #003366;
	cursor: hand;
	vertical-align:bottom; height:20px;
}

.field {
	font-family : Arial;
	border : 1px groove #CCCCCC;
	font-size : 11px;
	font-weight : normal;
}