/*   Common tag styles */
H1
{font-family: Georgia, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #333333; margin-bottom:0px}

body{
	margin:0px;
}
a{
	text-decoration:	none;
}
ul{
	margin: 10px;
	padding: 10px;
}

/*   Custom styles */

.normal { font-family: Georgia, Arial,  Helvetica, sans-serif; font-size: 11px; line-height: 17px; font-weight: normal; color: #333333; }
.normal a:link { color: #333333; text-decoration: none; }
.normal a:visited { color: #333333; text-decoration: none; }
.normal a:hover { color: #999999; text-decoration: none; }
.normal a:active { color: #333333; text-decoration: none; }

.white { font-family: Georgia, Arial,  Helvetica, sans-serif; font-size: 11px; line-height: 17px; font-weight: normal; color: #FFFFFF; }

.whitebold { font-family: Georgia, Arial,  Helvetica, sans-serif; font-size: 11px; line-height: 17px; font-weight: bold; color: #FFFFFF; }
.whitebold a:link { color: #FFFFFF; text-decoration: none; }
.whitebold a:visited { color: #FFFFFF; text-decoration: none; }
.whitebold a:hover { color: #FFFFFF; text-decoration: none; }
.whitebold a:active { color: #FFFFFF; text-decoration: none; }

.red { font-family: Georgia, Arial,  Helvetica, sans-serif; font-size: 11px; line-height: 17px; font-weight: normal; color: #FF0000; }
.red a:link { color: #FF0000; text-decoration: none; }
.red a:visited { color: #FF0000; text-decoration: none; }
.red a:hover { color: #FF0000; text-decoration: none; }
.red a:active { color: #FF0000; text-decoration: none; }

.redbold { font-family: Georgia, Arial,  Helvetica, sans-serif; font-size: 11px; line-height: 17px; font-weight: bold; color: #FF0000; }
.redbold a:link { color: #FF0000; text-decoration: none; }
.redbold a:visited { color: #FF0000; text-decoration: none; }
.redbold a:hover { color: #FF0000; text-decoration: none; }
.redbold a:active { color: #FF0000; text-decoration: none; }

.normalbold { font-family: Georgia, Arial  Helvetica, sans-serif; font-size: 11px; line-height: 17px; font-weight: bold; color: #333333; }
.normalbold a:link { color: #333333; text-decoration: none; }
.normalbold a:visited { color: #333333; text-decoration: none; }
.normalbold a:hover { color: #999999; text-decoration: none; }
.normalbold a:active { color: #333333; text-decoration: none; }

.bluebold { font-family: Georgia,  Helvetica, sans-serif; font-size: 11px; line-height: 19px; font-weight: bold; color: #0000FF; }
.bluebold a:link { color: #0000FF; text-decoration: none; }
.bluebold a:visited { color: #0000FF; text-decoration: none; }
.bluebold a:hover { color: #0000FF; text-decoration: none; }
.bluebold a:active { color: #0000FF; text-decoration: none; }

.bluebolddark { font-family: Georgia,  Helvetica, sans-serif; font-size: 11px; line-height: 19px; font-weight: bold; color: #000099; }
.bluebolddark a:link { color: #000099; text-decoration: none; }
.bluebolddark a:visited { color: #000099; text-decoration: none; }
.bluebolddark a:hover { color: #0000FF; text-decoration: none; }
.bluebolddark a:active { color: #000099; text-decoration: none; }

#topnavigation{
	float:right;
	background-color: white;

}

.topnavitem{
		list-style-image: none;
		list-style-type: none;
		display:inline;
		margin-left:20px;
}

.topnavitem a{
		font-family: Georgia, Arial,  Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 17px; 
	font-weight: normal; 
	color: Black; 
}