a:link	{	
	text-decoration	: none;
	color :	#0060B9;
}

a:active {	
	text-decoration	: none;
	color :	#FFFFFF;
}

a:visited {
	text-decoration	: none;
	color :	#0066CC;
}

a:hover { 	
	text-decoration	: underline;
	color : #0060B9;
}

body 	{	
	background-color : #FFFFFF;
	color :	#000000; 
	font-weight	: normal;
	font-family	: mono-space;
	font-size: 90%;
	text-decoration	: none;
}

dl {
	font-size: 0.9em;
	line-height: 1.25em;
}

h4	{
	font-size: 0.9em;
    font-family	: verdana, sans-serif;
	color :	#000000;
}

	
h3	{	
	font-weight	: normal;
    font-family	: verdana, sans-serif;
	color :	#0060B9;
}

h2	{	
	font-family	: verdana, sans-serif;
	color : #a3a4a8;
	font-size : 1em;
}

h3:hover a{
	text-decoration: none;
}

ol {
	font-family	: verdana, sans-serif;
	font-size : 0.875em;
	font-weight	: normal;
}

p {
	font-family	: verdana, sans-serif;
	font-size : 0.875em;
	font-weight	: normal;
}

th {	
	font-family	: verdana, arial, helvetica, sans-serif;
	color :	#FFFFFF;
}

ul {
	font-family	: verdana, sans-serif;
	font-size : 0.875em;
	font-weight	: normal;
}

.anchor { text-decoration : none; }

.attention {	
	color :	#0060b9; 
	font-family	: univers, sans-serif;
	font-size : 82%;
}
                
.bar {	
	font-family	: verdana, sans-serif;
	font-weight	: normal;
    font-size : 0.865em;
	color :	#cccccc;
}

.bar strong	{ color	: black;}

.border { border : medium double red; }

.company { 	
	font-family	: eurostile, sans-serif;
	color :	#000000;
}

.copyright { 	
	font-family	: univers, sans-serif;
	font-size : 0.85em;
}

.emphase {	
	font-family	: univers, sans-serif;
	font-weight	: bold;
}

.infobox { 	
	font-family	: univers, sans-serif;
	font-size : 0.85em;
}

.intro	 {
	font-weight: normal;
	font-size: 90%;
	color: blue;
}

.pulldown {
	font-family	: univers, sans-serif;
	font-size : 0.85em;
	font-weight	: normal;
}

.pulldown a:link { 	
	text-decoration	: none; 
	color : #0060B9;
}

.pulldown a:hover { 
	background : #0060B9; 
	color : white;
	text-decoration	: none;
}


div.navcopy a:link { 	
	text-decoration	: 	none; 
	color			: 	red;
}

.specs {	
	font-size: 72%;
	font-family: univers, sans-serif;
}

.switch {
	display: none;
}

#nav {
	font-family: arial, sans-serif;
	font-size: 1.2em;
}

#nav ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav ul li{
	float: left;
	position: relative;
	margin: 0 8px 0 0;
	padding: 0px;
}

#nav ul li ul{
	display: none;
}

#nav ul li a, #nav ul li a:visited {
	display: block;  
	padding: 1px 4px 1px 4px;
	overflow: hidden;
	clear: both;
}

#nav ul li:hover a {
	color: #ffffff;
	background: #333333;
	margin: 0px;
	padding: 1px 4px 1px 4px;
	text-decoration: none;
}

#nav ul li:hover ul {
	display: block; 
	position: absolute; 
	top: 1.5em; 
	left: 0;
	width: auto; 
	height: auto;
	background: #ffffff;
	border: 1px solid #333333;
	margin: 0px;
	padding: 0 0 2px 4px;
}

#nav ul li:hover ul li a {
	display: block; 
	background: #ffffff;
	color: #333333;
	margin: 1px 0 1px 0;
	padding: 0px;
}

#nav ul li ul li:hover a {
	text-decoration: underline;
}

.detailed {
	background: #c0c0c0;
	color: #333333;
	padding: 4px;
	margin: 4px 0 4px 0;
	width: 180px;
	height: auto;
}

