.dropdown {
	padding-left:4px;
	padding-top:4px;
	padding-right:4px;
	padding-bottom:4px;
	}

p, td, .header, .subhead, .smalltext, .tableheader, .table, .drophead, .tips {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.list, .forms, .dropitem {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	}
	
.smalltext {
	font-size: 10px;
	}

.header {
	font-size: 14px;
	font-weight: 700;
	}

.subheader {
	font-weight: 700;
	}

.list {  
	text-decoration: none;
	}

.dropdown {
	position: absolute;
	color:black;
	width:185px;
	border: #000000;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #EFEFEF;
	layer-background-color: #EFEFEF;
	top:107px;
	z-index:1;
	visibility: hidden;
	}
a.drophead { 
	color:#ffffff; 
	text-decoration:none;
	font-weight: bold;
	}
a.drophead:hover { 
	color:#000000; 
	text-decoration:none;
	}
a.dropitem { 
	text-decoration:none;
	font-size: 14px;
	}
a.dropitem:hover { 
	color: black;
	text-decoration: underline;
	font-size: 13px; 
	font-weight: bold;
	}
a {
	color:#333366;
	}
a:hover  {
	color:#3333ff;
	}
.tableheader { 
	color:#ffffff; 
	font-size: 13px;
	font-weight: bold;
	text-decoration:none; 
	}
.table { 
	color:#ffffff; 
	font-size: 10px;
	text-decoration:none 
	}
.calendar { 
	color:#ffffff; 
	font-size: 10px;
	}	
.tips {
	font-size: 13px;
	}
