/* Global Styles */


	
td {
	color:#660033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
a {
	color: #0066FF;
	font-weight:normal;
	text-decoration: none;
	}
	
a:hover {
	color: #0000CC;
	font-weight: normal;
	text-decoration: underline;
	}

/* ID Styles */

#navigation td {
	border-bottom-style: solid;
	border-left-width: 4px;
	border-right-style: none;
	border-left-style: solid;
	border-left-color: #FFFFCC;
	border-bottom-width: 4px;
	border-bottom-color: #FFFFCC;
	}
	
#navigation a {
	color: #660033;
	line-height:16px;
	letter-spacing:normal;
	display:block;
	background-repeat: no-repeat;
	background-position: 12px 45%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 9px;
	padding-right: 6px;
	padding-bottom: 9px;
	padding-left: 6px;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
	}
	
#navigation a:hover {
	color:#0066FF;
	background-color: #FFFFCC;
	background-repeat: no-repeat;
	background-position: 12px 45%;
	visibility: visible;
	text-decoration: none;
	}

	
