.TopTab {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: #CCC;
	color: #FFF;
	font-weight: bold;
	padding-left: 5px;
}
.toptab_link {
	color: #FFF;
	text-decoration: none;
}

.blueheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	text-decoration: none;
	background-color: #99CCFF;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding: 3px;
}
.blueheader_link {
	color: #666;
	text-decoration: none;
}
.greyheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	background-color: #CCC;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding: 3px;
}
.greyheader_link {
	color: #000;
	text-decoration: none;
}
.dropdowncss {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 200px;
}
.greyborder {
	border: 1px solid #CCC;
}
.greenbutton {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #090;
	padding: 1px;
	border: 1px solid #999;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 1px;
}
.button, .input[type="button"], .input[type="submit"], .input[type="reset"] { 
    font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #090;
	padding: 1px;
	margin: 1px;
	width: 80px;
	border: 1px solid #999;
} 