body {
	margin:0px;
	background-color:#FFFFFF;
	font-family : Arial;
	color:#666666;
	font-size : 11px;
}

a:link {
	color : #3179CA;
	text-decoration : none;
}

a:visited {
	color : #3179CA;
	text-decoration : none;
}

a:hover {
	color : #456873;
	text-decoration : underline;
}

a:active {
	color : #3179CA;
	text-decoration : none;
}

td {
	font-family : Arial;
	font-size : 11px;
}

h4 {
	color:#006666;
	font-size:16px;
}

.header {
	font-size : 14px;
	font-weight : bold;
	color : #456873;
}

.button {
	font-size : 11px;
	font-weight : bold;
	color : #456873;
	cursor : hand;
}

.field {
	font-family : Arial;
	border : 1px solid #999999;
	font-size : 11px;
	font-weight : normal;
	color : #456873;
}