html>body #container {
	height:auto; /*for mozilla */
}

html>body #satelliteContainer {
	height:auto; /*for mozilla */
}

body {
	font-size: 21px;
}

#dda {
	padding-top: 10px;
}

/** dda **/
.default {
	color:#000000;
	font-size:12px;
	margin-bottom: 2px;
}

.large {
	color:#000000;
	font-size:14px;
	margin-bottom: 2px;
}

.extraLarge {
	color:#000000;
	font-size:16px;
	margin-bottom: 2px;
}

.defaultColour {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin-bottom: 2px;
}

.contrast {
	background-color:#FFFFFF;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	padding:1px 3px;
	margin-bottom: 2px;
}

.highContrast {
	background-color:#000000;
	color:yellow;
	font-size:12px;
	font-weight:bold;
	padding:1px 3px;
	margin-bottom: 2px;
}

a.highContrast:hover {
	color:yellow !important;
	margin-bottom: 2px;
}

.textOnly {
	color:#000000;
	font-size:12px;
	margin-bottom: 2px;
}

#defaultContent h1 {
	padding: 0px 30px 0px 10px !important
}

.topMenu {
	font-size: 18px !Important
}