/*   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;
}

.main{
	border-left: 1px double Red;
	border-right: 1px double Red;
	margin:20px;
}
/*   Custom styles */

.toplinks { font-family: Georgia, Arial,  Helvetica, sans-serif; font-size: 11px; line-height: 17px; font-weight: normal; color: #333333; float:right;}
.toplinks a{
	 color:black;margin-right:20px;
}
.toplinks a:link { color: #333333; text-decoration: none; }
.toplinks a:visited { color: #333333; text-decoration: none; }
.toplinks a:hover { color: #999999; text-decoration: none; }
.toplinks a:active { color: #333333; text-decoration: none; }

.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; }
.white a:link { color: #FFFFFF; text-decoration: none; }
.white a:visited { color: #FFFFFF; text-decoration: none; }
.white a:hover { color: #999999; text-decoration: none; }
.white a:active { color: #FFFFFF; text-decoration: none; }

.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: #999999; 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; }

