body	{
	color: black;
	background-color: AliceBlue;
	font-family: Skia, Lucida Sans, sans-serif;
	font-size: 0.9em;
}

A:link  { color : SteelBlue; text-decoration:none; }
A:visited       { color : SteelBlue; text-decoration:none; }
A:active        { color : Tomato; text-decoration:none; }
A:hover { color : CornflowerBlue; text-decoration:none; }

TD { font-size: 0.8em; }

.tiny {  font-size : 10px; text-decoration:none; }
.small {  font-size : 12px; text-decoration:none; }
.medium {  font-size : 14px; text-decoration:none; }
.large {  font-size : 16px; text-decoration:none; }

.myName	{
	float: left;
	clear: none;
	position: relative;
	height: 2.07em;
	width: 7.865em;
	margin-left: 0.1em;
	padding-top: 0.7em;
	font-size: 2.5em;
	color: SlateGray;
	border: 1px solid Black;
}

.myName a { color : SlateGray; text-decoration:none; }

.topBar	{
	float: left;
	clear: right;
	width: 39.3em;
	height: 7em;
	background-color: SlateGray;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
}

.myTitle	{
	position: relative;
	float: left;
	clear: none;
	left: 9em;
	top: 0.7em;
	font-family: Skia, Lucida Sans, sans-serif;
	font-size: 1.4em;
	color: White;
}

.MQ	{
	margin-top: 0.5em;
}

.logo	{
	position: relative;
	float: left;
	clear: none;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
}

.barImage	{
	clear: none;
	position: relative;
	height: 7.35em;
	margin-right: -0.25em;
	margin-bottom: 1em;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
}

.barLinks	{
	position: relative;
	float: left;
	clear: left;
	left: 4em;
	top: 1.8em;
	font-family: Skia, Lucida Sans, sans-serif;
	font-size: 1em;
}

.barLink	{
	margin-right: 7em;
}
.barLink a:link  { color : #FFFFFF; text-decoration:none; }
.barLink a:visited { color : #FFFFFF; text-decoration:none; }
.barLink a:active { color : #FFFF00; text-decoration:none; }
.barLink a:hover { color : #FFFF00; text-decoration:none; }

.box	{
	float: left;
	clear: both;
	margin-bottom: 1.5em;
	padding: 0.5em;
	overflow: hidden;
	width: 95%;
	border: 1px solid Gray;
}

.boxTitle	{
	font-family: Futura, Skia, Lucida Sans, sans-serif;
	font-size: 1.2em;
	margin-left: 0.5em;
	margin-top: 0em;
}

.ref	{
	clear: right;
	margin-left: 1em;
	margin-bottom: 0.5em;
	text-indent: -0.5em;
}

