* {
	font-family : Arial, Verdana, Helvetica, sans-serif;
}
A, A:visited {
	color : rgb(24,132,189);
	text-decoration : none;
}
A:hover, A:active {
	color : rgb(255,0,0);
	text-decoration : none;
}
#leftMenu A, #leftMenu A:visited {
	color : rgb(0,0,0);
	text-decoration : none;
}
#leftMenu A:hover, #leftMenu A:active {
	color : rgb(24,132,189);
	text-decoration : none;
}
BODY {
	margin : 0px;
	background-color : #FFFFFF;
}
TD {
	vertical-align : top;
}
H2 {
	color : rgb(24,132,189);
	font-size : 1.2em;
	font-weight : bold;
	text-align : center;
	line-height : 1.1em;
	margin : 0px;
}
H3 {
	color : rgb(0,0,0);
	font-size : 1.0em;
	font-weight : bold;
	text-align : left;
	line-height : 0.9em;
	margin-bottom:0px;
}
P {
	margin-top : 3px;
}

.smallBold, .mediumBold, .largeBold {
	font-weight : bold;
}
.small {
	font-size : 0.8em;
}
.medium {
	font-size : 1.0em;
}
.large {
	font-size : 1.2em;
}
.image {
	border : 3px;
	border-color : #FFECBD;
	margin : 5px;
}