@charset "UTF-8";

body {
	font-family: Helvetica, Arial, Sans Serif;
	font-size: 12px;
	color: #000; 
}

td {
	font-family: Helvetica, Arial, Sans Serif;
	font-size: 12px;
	color: #000;   
}

a:link, a:visited, td a:link, td a:visited {
	color: #FF6600; 
    text-decoration: none;
	font-weight: normal;
}

a:hover, td a:hover {
	color: #666666;
	text-decoration: none;
}

nav {
	color: #FF6600; 
    text-decoration: none;
	font-weight: normal;
	padding-right: 10px;
	border-right: 1px dotted #999999;
}

nav a:link, nav a:visited {
	color: #FF6600; 
    text-decoration: none;
	font-weight: normal;
	padding-right: 10px;
	border-right: 1px dotted #999999;
}

nav a:hover {
	color: #666666;
	text-decoration: none;
}

.header {
	font-family: Helvetica, Arial, Sans Serif;
	font-size: 16px;
	color: #666; 
	text-transform:uppercase;
	font-weight: bold;
}

.smalltext {
	font-family: Helvetica, Arial, Sans Serif;
	font-size: 9px;
	color: #000; 
}

.smalltext a:link,.smalltext a:visited {
	font-size: 9px;
	color: #cc0000; 
        text-decoration: none;
	font-weight: bold;
}

.smalltext a:hover {
	text-decoration: underline;
}

.handcursor{
    cursor:hand;
    cursor:pointer;
	font-family: Helvetica, Arial, Sans Serif;
	font-size: 12px;
	font-style: bold;
	font-weight: normal;
	color: #000;
	text-decoration:none;
}

ul {
padding-left: 20px;
}

.switchgroup1 {
padding-left: 10px;
}