﻿body {
	padding:0px;
	margin:0px;
	font-family:Tahoma,Arial;
	font-size:90%;
}

#container {
	border:solid 0px #FF0099;
}

#nav {
	border:solid 0px #FF0099;
	width:771px;
}

#main {
	border:solid 0px #FF0099;
	width:771px;
}

input.txt {
	border:inset 1px #999999;
}

input.but {
	border:outset 1px #999999;
}

a {
	color:#979998;
}
a:link {
	color:#979998;
}
a:hover {
	color:#FF6633;
	text-decoration:underline;
}

a.stat {
	color:#979998;
	font-family:Helevetica,Tahoma,Arial;
	text-decoration:none;
}
a.stat:link {
	color:#979998;
	text-decoration:none;
}
a.stat:hover {
	color:#979998;
	text-decoration:none;
}

.navtd {	
	font-size:12px;
	color:#979998;
	height:18px;
	cursor:pointer;
}