a{
	border: none;
}
img{
	border: none;
}
td{
	padding: 0px;
}
.navbutton{
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	color: #23133C;
	width: 151px;
	padding-left: 8px;
	background-repeat: repeat-x; 
	background-image: url(images/navbar.jpg);
}

.navbutton a{
	text-decoration: none;
	color: #23133c;
}

.footer{
	padding-top: 0px;
	height: 26px;
	background-color: #23133c;
}
.footer td{
	padding-top: 0px;
	color: #ffffff;
	font-family: verdana;
	font-size: 10px;
}
.footer a{
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}
.footer a:hover{
	text-decoration: underline;
}
.content td{
	vertical-align: top;
	font-family: verdana;
	font-size: 12px;
	color: #23133c;
}
.content td a{
	color: #880000;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.inputs{
	border: solid 1px #cccccc;
	font-family: verdana; 
	font-weight: normal;
	font-size: 11px;
	padding-left: 3px;
}

.button{
	font-size: 11px;
	background-color: #cccccc;
	border: solid 1px #444444;
	color: #444444;
}

ul.menu {
	display: block;
	width: 100%;
	background-image: url(/images/navbar.jpg);
	height: 26px;
}

ul.menu li a{
	font-family: verdana;
	font-weight: bold;
	font-size: 10px;
	color: #23133c;
}

ul.menu li a:hover{
	color: #880000;
}

ul.menu li{
	border-right: solid 1px #444444;
	height: 26px;
}
