/* CSS Document */

a:link {

	font-family: Trebuchet MS, Verdana, Arial, sans-serif;

	font-size: 11pt;

	text-decoration: none;

	color: #BA2E00

	}

	

a:hover {

	text-decoration: none;

	border-bottom-style: solid;

	border-bottom-color: #BA2E00;

	border-bottom-width: 1px;

	color: #111111;

	}

	

a:visited {

	font-family: Trebuchet MS, Verdana, Arial, sans-serif;

	font-size: 11pt;

	text-decoration: none;

	color: #BA2E00

	}

	

a:active {

	font-family: Trebuchet MS, Verdana, Arial, sans-serif;

	font-size: 11pt;

	text-decoration: none;

	color: #BA2E00

	}

body {

	font-family: Trebuchet MS, Verdana, Arial, sans-serif;

	font-size: 11pt;

	text-decoration: none;

	color: #201D0E;

	font-weight: bold;

	}

