a:link {
	color:#4675A4;
	font-weight : normal;
	text-decoration : none;
}

a:visited {
	color:#4675A4;
	font-weight : normal;
	text-decoration : none;
}

a:hover {
	color:#04465C;
	font-weight : normal;
	text-decoration : none;
}

a:active {
	color:#4675A4;
	font-weight : normal;
	text-decoration : none;
}

body {
	color : #333333;
	font-family : Arial;
	font-size : 14px;
	font-weight : normal;
	margin:0px;
	padding:0px;
}

td {
	font-family : Arial;
	font-size : 14px;
}

.button {
	background-color : #FFFFFF;
	font-family : Arial;
	font-size : 11px;
	font-weight : bold;
	color : #04465C;
}

.field {
	background-color : #FFFFFF;
	border : 1px groove #CCCCCC;
	color : #04465C;
	font-family : Arial;
	font-size : 11px;
	font-weight : normal;
	filter : progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#DBE2EF', EndColorStr='#FFFFFF');
}

.header, h2 {
	color : #04465C;
	font-family : Arial;
	font-size : 18px;
	font-weight : bold;
	line-height : 19px;
}