/* CSS Document */
body {
font-family: Arial, sans serif;
}

p {
font-size: .8em;
color: #333333;
}

h1 {
font-size: .8em;
color: #006DAC;
}

TD {
border-bottom: solid 1px #FCB216;
text-align: center;
}

TD.top {
border-bottom: solid 3px #FCB216;
}

a:link { 
font-size: .8em;
	background: transparent;
	color: #006DAC;
}
a:visited {
	background: transparent;
	color: #006DAC;
}
a:hover {
	background: transparent;
	color: #FCB216;
}


