


body {
	background: #ffffff;
	color: #989E06;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.dropdown {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background: #ffffff;
	font-family:  Verdana, Helvetica, sans-serif;
	width:180px;
	margin-top:5px;
}

.mockbox {

	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	background: #FFFF9F;
	font-family:  Verdana, Helvetica, sans-serif;
	width:55px;
	padding-right:2px;
	padding-left:2px;
}

p {
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 12px;
}

.whitebold {
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
h5 {
	color: #989E06;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 5px;
}

a {
	color: #989E06;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}




/* below - just there for home page  */

.inpagebutton {
	font-size: 11px;
	font-weight: normal;
	color: #DBE4E1;
	border-top: 1px solid #B8C8C4;
	border-left: 1px solid #B8C8C4;
	border-right: 2px solid #699D90;
	border-bottom: 2px solid #699D90;
	background: #2B403A;
	font-family:  Verdana, Helvetica, sans-serif;
}

.black {
	color: #000000;
}