html, body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:75%;
	height:100%;
	margin:0px;
	color:#666666;
	background-image:url(images/1bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#4b48c0;
}

.tiny {
	font-size: 11px;
}

.small {
	font-size: 13px;
}

.subhead {
	font-size: 17px;
	font-weight: bold;
	color: #ffa400;
}

.medium {
	font-size: 17px;
}

/*.head {
	color: #FFFFFF;
	font-size:26px;
	font-weight: bold;
	text-shadow: #000000 2px 2px 3px;
	height: 1em;
	filter: Shadow(Color=#000000, Direction=135, Strength=2);
	padding-right:3px;
	padding-bottom:6px;
}
*/

.head {
	color: #111188;
	font-size:26px;
	font-weight: bold;
}

a:link {
   text-decoration: none;
	color: #ffa400;
	font-weight: bold;
}

a:visited {
   text-decoration: none;
	color: #ffa400;
	font-weight: bold;
}

a:hover {
   text-decoration: underline;
	color: #ffa400;
	font-weight: bold;
}

a:active {
   text-decoration: none;
	color: #ffe000;
	font-weight: bold;
}

#orange { color: #ffa400; }
#blue { color: #111188; }
#yellow { color: #111188; }
#black { color: #000000; }

