.topnav
{
	background-repeat: repeat-x; 
	background-image: url('../images/grayvline.gif');
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000000;
}
.topnav_active
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000000;
}
A.topnav
{
	padding: 0px;
    FONT-SIZE: 12px;
    font-weight: 700;
    COLOR: #999999;
    FONT-FAMILY: verdana;
    TEXT-DECORATION: none
}
A.topnav_active
{
	padding: 0px;
    FONT-SIZE: 12px;
    font-weight: 700;
    COLOR: #000000;
    FONT-FAMILY: verdana;
    TEXT-DECORATION: none
}
A.topnav:hover
{
    color: #000000;
}

.nobr {
	white-space: nowrap;
}

body, td, p {
	font-size: 13px;
	font-family: Arial;	
	color: #777777;
}

a {
	color: #ee8822;
	text-decoration: none;	
}
a:hover {
	color: #8888ff;	
}

h1 
{
	font-family: Arial;
	color: #999999;
	font-size: 16.5pt;
	font-weight: 700;
}

input {
	width: 200px;	
}

input[type="submit"], input[type="button"] {
	width: auto;
}

ul.AccessList, ul.AccessList li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*list-style-image: url('../images/wheel16.png');*/
}
ul.AccessList {
	padding: 12px;
}
ul.AccessList li {
	background: url('../images/wheel16.png') left top no-repeat;
	padding-left: 20px;
	margin-left: 15px;
	margin-bottom: 3px;
	margin-top: 3px;
}
#AccessList {
	font-size: 18px;
	font-weight: 500;
}
