a:link {
	color: #000000;
	text-decoration: none;
}
a:visited{
	color: #333333;
	text-decoration: none;
}
a:active{
	color: #FF3300;
	text-decoration: none;
}
a:hover{
	color: #FF0000;
	text-decoration: none;
}.MasterTable {
	background-color: #FFFFFF;
	width: 775px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	height: 100%;
	position: static;
}

