	A:link {
  	color : darkblue; 
	}

	A:visited {
   	color : darkblue; 
	}

	A:hover {
	color : white ! important; 
	text-decoration : none; 
	background : #4169E1;
	}
	
	.topmenu {
   	font-family : Tahoma, Arial, Helvetica;
   	font-size : 8pt;
   	color : white; 
   	background : black; 
   	padding : 5px;
	}
	
	.largetxt {
	font-family : Tahoma, Arial, Helvetica;
   	font-size : medium;
   	color : darkblue; 
     }
     
    .tableheading {
	background : darkblue;
	font-family : Tahoma, Arial, Helvetica;
	font-size : x-small;
	color : white;
	padding : 5px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-top-width : 1px;
	border-color : black;
	border-style : solid;
	}

	.tablecontent {
	background : white;
	font-family : Tahoma, Arial, Helvetica;
	font-size :x-small;
	padding : 5px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-top-width : 1px;
	border-color : black;
	border-style : solid;
	}
	
table.specs {
	font-size: 8pt;
	text-align: center;
	width: 503px;
	font-family: "Arial", sans-serif;
}

table.specs th {
	background-color: #C6BDB5;
	color: #000080;
}

table.specs tr {
	height: 28px;
}

