/* CSS Document */

.body {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 13px;
}

.header {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #DC0429;
}

a:link {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #DC0429;
	text-decoration: none;	
}

a:visited {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

a:hover {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #DC0429;
	text-decoration: underline;
}

a:active {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #DC0429;
	text-decoration: none;
}

