/* CSS Document */

body {
padding:0px;
margin:0px;
}
.td-pad-5 {
	font-family: Arial, Helvetica, sans-serif;


	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding-left: 5px;
	cursor: auto;
	padding-top: 4px; 
	background-repeat: repeat;
	margin-left: 5px;
	text-align: left;
	padding-right: 4px;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	word-spacing: 5px;
}

.nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	word-spacing: 5px;
	text-decoration: none;
}

.nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFCB39;
	word-spacing: 5px;
	text-decoration: underline;
}
