/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family:Tahoma;
	font-size:12px;
	color:#333333;
}
.text {
	font-family:Tahoma;
	font-size:13px;
	color:#333333;
}
h1 {
	font-family:Tahoma;
	font-size:13px;
	color:#333333;
	display:inline;
	font-weight:normal;
}
.heading {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#0033CC;
}
a {
	font-family: Tahoma;
	font-size: 13px;
	color: #0033CC;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0033CC;
}
a:hover {
	text-decoration: none;
	color: #0033CC;
}
a:active {
	text-decoration: underline;
	color: #0033CC;
}
a.link:link {
	font-family:Tahoma;
	font-size:13px;
	color:#333333;
	text-decoration:none;
}
a.link:hover {
	font-family:Tahoma;
	font-size:13px;
	color:#333333;
	text-decoration:none;
}
a.link:active {
	font-family:Tahoma;
	font-size:13px;
	color:#333333;
	text-decoration:none;
}
a.link:visited {
	font-family:Tahoma;
	font-size:13px;
	color:#333333;
	text-decoration:none;
}