/* CSS Document */

a:link, a:visited {
	background-color: transparent;
	color: #4457BF;
}

a:hover, a:active {
	background-color: transparent;
	color: #333333;
}

body {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

p, td {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
}

.subtitle {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #999999;
	padding-bottom: 2px;
}

.address {
	font-size: 10px;
}

