
/* used in this draft  */

body {
	background: #ffffff;
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

p {
	margin-top: 6px;
	margin-bottom: 6px;
	line-height: 12px;
}

ul {
	margin-top: 6px;
	margin-bottom: 10px;
	color: #71BD12;
	line-height: 12px;
}



.small {
	font-size: 9px;
	line-height: 11px;
}

.conditions {
	font-size: 9px;
	color: #ffffff;
	line-height: 11px;
}

.whitebold {
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 11px;
}


a {
	color: #3F3FB2;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}


/* used in the CO2 version  */





.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:130px;
	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;
}





/* 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;
}