/* Main contents on light blue background */
BODY,  TABLE, TD, H1, H2, H3, P {
	font-family: arial, helvetica, sans-serif;
	vertical-align: top;
	color: #000000;
	background-color: #FFFFFF;
}
TABLE {
	padding: 0;
	border-style: none;
	}
	
P {
	font-size: 80%;
}
H1 {
	font-size: 140%;
}	
H2 {
	font-size: 120%;
}	
H3 {
	font-size: 100%;
	font-weight: bold;
	background-color: #999999;
	padding: 0em 0.5em 0em 0.5em;
}
.maintitle {
	/*width: 620px;*/
	font-size: 200%;
	font-weight: bold;
	text-align: center; 
	color: #CCFFFF; 
	background-color: #000099;
	padding: 0px 0px 5px 0px;

}
UL.simplelist {
	font-size: 80%;
	list-style-type: circle;
}

.fullpage {
	width: 620px;
	border-style: solid;
	border-width: 5px 0px 5px 5px;
	border-color: #CCCCCC;
}

.mainarea {
	text-align: justify;
	vertical-align: top;
	padding: 0.1em 0.5em 0.1em 0.5em;
}
/*Short subject list at top of page */
.subjectstable { 
	padding: 0.1em 1em 0em 0em;
}
/*Short subject list at top of page */
.subjects { 
	font-size: 80%;
	color: #0000FF;
	text-decoration: underline;
	}

/*Links in table and text */
.brandlink {
	font-size: 80%;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	}
.brandnolink {
	font-size: 80%;
	color: #000000;
	font-weight: bold;
	}
.inline {
	color: #000000;
	text-decoration: underline;
	}

/* menuborder with dark blue background */
.menuborder {
	background-color: #CCCCCC;
	width: 140px;
	border-style: none;
	}
/* cells with unselected menu items, in blue */
.menu-cell-u, .menu-cell-bottom {
	background-color: #999999;
	width: 140px;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 0px 0px 5px 0px;
	}
.menu-cell-bottom {
	border-width: 5px 0px 0px 0px;
	}
/* cell with selected menu item, in darker blue */
.menu-cell-s {
	background-color: #000000;
	width: 140px;
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 0px 0px 5px 0px;
	}
/* text in cells with unselected and visited menu items */
.menu-u, .menu-bottom, .menu-u:visited, .menu-bottom:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: #999999;
	padding: 0.1em 0.3em 0.1em 0.3em;
}
/* text in cell with selected menu item */
.menu-s {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
	padding: 0.1em 0.3em 0.1em 0.3em;
}
/* text in cell when hovering */
.menu-u:hover, .menu-bottom:hover {
	color: #000000;
	background-color: #666666;
}
