/* Screen Styles for BALH website */

body { /* main layout */
	margin: 4px;
	background-color:#FFFFFF;
}

a:visited {
	color:#000066;
}

a.navMenu:visited {
	color:#FFFFFF;
}

a:hover {
	text-decoration: none;
}



body, td { /* Main fonts for site */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
}



.navMenu { /* Navigation menu colour scheme */
	background-color:#000066;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

a.boxes {
	color:#FFFFFF;
	font-weight: bold;
}

a.boxes:visited, a.h2b:visited {
	color:#FFFFFF;
	font-weight:bold;
}

.h3b { /* smaller blue sub headings */
	text-transform: uppercase;
	font-size:13px;
	color:#000066;
	font-weight:bold;
}

.h2b { /* medium blue sub headings */
	text-transform: uppercase;
	font-size:16px;
	color:#000066;
	font-weight: bold;
}

.h3w { /* smaller white sub headings */
	text-transform: uppercase;
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
}

.h2w { /* medium white sub headings */
	text-transform: uppercase;
	font-size:16px;
	color:#ffffff;
	font-weight: bold;
}

.boxes, strong.boxes { /* white text in side boxes */
	color: #ffffff;
}

li {
	margin: 0px 0px 0px -10px;
}

hr, b, strong {
	color:#000066;
}

input.small {
	height: 12px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

h2,h3 {
	display:inline;

}

span.highlight {

	background-color:#FFFF00;

}

.even {

	background-color: #BCD2E9;

}
