/* CSS Document */

table.one a:link {text-decoration: none; color:#FFFFFF; font-size:x-small}
table.one a:visited {text-decoration: none; color:#FFFFFF; font-size:x-small}
table.one a:active {text-decoration: none; color:#FFFFFF; font-size:x-small}
table.one a:hover {text-decoration: none;color: black; font-size:x-small}
table.one{font-family: Arial, Helvetica, sans-serif; font-size:x-small}



table.two a:link {text-decoration: none; color:#4595D4; font-size:x-small}
table.two a:visited {text-decoration: none; color:#4595D4; font-size:x-small}
table.two a:active {text-decoration: none; color:#4595D4; font-size:x-small}
table.two a:hover {text-decoration: none;color: white; font-size:x-small; background-color:#4595D4}
table.two{
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
}


table.three a:link {text-decoration: none; color:#4595D4; font-size:xx-small}
table.three a:visited {text-decoration: none; color:#4595D4; font-size:xx-small}
table.three a:active {text-decoration: none; color:#4595D4; font-size:xx-small}
table.three a:hover {text-decoration: none;color: white; font-size:xx-small; background-color:#4595D4}
table.three {
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-weight: bolder;
	color: #018ec3;
	text-decoration: none;
}

