﻿body {
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}


 a.linkcss {
	color: navy;
	text-decoration: none;
	margin:0 1px 0 0;
	border-bottom: 4px solid white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}

 a.linkcss:hover{
background-color: #B40114; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #B40114; /*Highlight red color theme*/
color: white;
}

 a.newcss {
	
	color: silver;
	text-decoration: none;
	margin:0 1px 0 0;
	border-bottom: 4px solid white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
}


 a.newcss:hover {
	color: red;
	text-decoration: none;
	border-bottom: 4px solid white;
}

.dropbox    
 { font-size: 10pt; 
 font-family: Arial; 
 color: #FFFFFF; 
 background-color:navy
 }