/* BODY */
body
{
	margin:0;
	padding:0;
	background-color: #ffffff;
	background-image: url(graphics/body/bg-header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* END BODY */


/* TYPOGRAPHY */
body	{ font-size:x-small; font-family: Verdana, Geneva, "Arial MT", sans-serif; color:#333333; line-height: 150%; }

.boxedtext	{ font-size: x-small; line-height: 140%; padding: 8px; margin: 8px; border: 1px dashed #999999; }

.superhd1 { color:#000000; font-size: large; font-family: Verdana, Geneva, "Arial MT", sans-serif; font-weight:normal; letter-spacing: 1px; line-height: 150%; }
.superhd2 { color:#999999; font-size: large; font-family: Verdana, Geneva, "Arial MT", sans-serif; font-weight:normal; letter-spacing: 1px; line-height: 150%; }
.superhd3 { color:#0099cc; font-size: large; font-family: Verdana, Geneva, "Arial MT", sans-serif; font-weight:normal; letter-spacing: 1px; line-height: 150%; }
.superhd4 { color:#669900; font-size: large; font-family: Verdana, Geneva, "Arial MT", sans-serif; font-weight:normal; letter-spacing: 1px; line-height: 150%; }
.headline1 { color:#000000; font-size: medium; font-family: Verdana, Geneva, "Arial MT", sans-serif; font-weight:bold; line-height: 150%; }
.headline2 { color:#999999; font-size: medium; font-family: Verdana, Geneva, "Arial MT", sans-serif; font-weight:bold; line-height: 150%; }
.headline3 { color:#0099cc; font-size: medium; font-family: Verdana, Geneva, "Arial MT", sans-serif; font-weight:bold; line-height: 150%; }
.headline4 { color:#669900; font-size: medium; font-family: Verdana, Geneva, "Arial MT", sans-serif; font-weight:bold; line-height: 150%; }
.subhead1 { color:#000000; font-size: x-small;font-family: Verdana, Geneva, "Arial MT", sans-serif;font-weight:bold;line-height: 150%;}
.alert {
	font-size: x-small;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	line-height: 150%;
	color: #0099cc;
}
.posted	{ color: #999999; font-size:x-small; font-family: Verdana, Geneva, "Arial MT", sans-serif; font-style:italic; line-height: 150%; }
.extra	{ color: #999999; font-size:x-small; font-family: Verdana, Geneva, "Arial MT", sans-serif; font-style:normal; line-height: 150%; }

.blockquote	{ border-left:1px dashed #999999; padding-left: 10px; margin-left:20px; }

/* END TYPOGRAPHY */

/* LINKS */
a:link	{ color:#669900; text-decoration: none; }
a:active	{ color:#999999;  text-decoration: none; }
a:visited	{ color:#669900;  text-decoration: none; }
a:hover	{ color:#999999;  text-decoration: none; }

a.boxlink:link 
{
	font-size: x-small;
	font-weight: bold;
	display: block;
	color: #669900;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	text-decoration: none;
	
}

a.boxlink:active
{
	font-size: x-small;
	font-weight: bold;
	color: #ffffff;
	background-color: #669900;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #669900;
	text-decoration: none;
	
	}

a.boxlink:visited
{
	font-size: x-small;
	font-weight: bold;
	display: block;
	color: #669900;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	text-decoration: none;
	
	}

a.boxlink:hover
{
	font-size: x-small;
	font-weight: bold;
	color: #ffffff;
	background-color: #669900;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #669900;
	text-decoration: none;
	
	}


	
/* 1 */

a.sublink1:link
{
	font-size: x-small;
	font-weight: bold;
	color: #669900;
	text-decoration: none; 
	
}

a.sublink1:active
{
	font-size: x-small;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	
	}

a.sublink1:visited
{
	font-size: x-small;
	font-weight: bold;
	color: #669900;
	text-decoration: none; 
	
}

a.sublink1:hover
{
	font-size: x-small;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	
}

/* 2 */

a.sublink2:link
{
	font-size: x-small;
	font-weight: normal;
	color: #999999;
	text-decoration: none; 
	border-bottom: 1px dashed #ffffff;	
	
}

a.sublink2:active
{
	font-size: x-small;
	font-weight: normal;
	color: #669900;
	text-decoration: none;
	border-bottom: 1px dashed #ffffff;
	
	}

a.sublink2:visited
{
	font-size: x-small;
	font-weight: normal;
	color: #999999;
	text-decoration: none; 
	border-bottom: 1px dashed #ffffff;
	
}

a.sublink2:hover
{
	font-size: x-small;
	font-weight: normal;
	color: #669900;
	text-decoration: none;
	border-bottom: 1px dashed #ffffff;
	
}

/* 3 */

a.sublink3:link
{
	font-size: large;
	font-weight: bold;
	color: #000000;
	text-decoration: none; 
	
}

a.sublink3:active
{
	font-size: large;
	font-weight: bold;
	color: #669900;
	text-decoration: none;
	
	}

a.sublink3:visited
{
	font-size: large;
	font-weight: bold;
	color: #000000;
	text-decoration: none; 
	
}

a.sublink3:hover
{
	font-size: large;
	font-weight: bold;
	color: #669900;
	text-decoration: none;
	
}
/* 4 */

a.sublink4:link
{
	font-size: x-small;
	font-weight: bold;
	color: #660066;
	text-decoration: underline;
}

a.sublink4:active
{
	font-size: x-small;
	font-weight: bold;
	color: #669900;
	text-decoration: underline;
	
	}

a.sublink4:visited
{
	font-size: x-small;
	font-weight: bold;
	color: #660066;
	text-decoration: underline;	
}

a.sublink4:hover
{
	font-size: x-small;
	font-weight: bold;
	color: #669900;
	text-decoration: underline;
	
}

.date
{
	font-size: x-small;
	font-family: Verdana, Geneva, "Arial MT", sans-serif;
	line-height: 150%;
	color: #0099cc;
}


.range
{ color:#000000; font-size: large; font-family: Verdana, Geneva, "Arial MT", sans-serif; font-weight:normal; letter-spacing: 1px; line-height: 150%; }


.range2
{ color:#0099cc; font-size: large; font-family: Verdana, Geneva, "Arial MT", sans-serif; font-weight:normal; letter-spacing: 1px; line-height: 150%; }


.series
{ color:#0099cc; font-size: large; font-family: Verdana, Geneva, "Arial MT", sans-serif; font-weight:normal; letter-spacing: 1px; line-height: 150%; }

a.click:link
{
	font-size: x-small;
	font-weight: normal;
	color: #999999;
	text-decoration: none; 
	border-bottom: 1px dashed #ffffff;	
	
}

a.click:active
{
	font-size: x-small;
	font-weight: normal;
	color: #669900;
	text-decoration: none;
	border-bottom: 1px dashed #ffffff;
	
	}

a.click:visited
{
	font-size: x-small;
	font-weight: normal;
	color: #999999;
	text-decoration: none; 
	border-bottom: 1px dashed #ffffff;
	
}

a.click:hover
{
	font-size: x-small;
	font-weight: normal;
	color: #669900;
	text-decoration: none;
	border-bottom: 1px dashed #ffffff;
	
}

/* END LINKS */

/* Stuff */


.rule {
	border-top: 1px dashed #999999;
	padding-top: 7px;
	margin-top: 7px;
	clear: left;
}
.clearfloat {
  clear: both;
}
.hidden {
  display:none;
}
#loading { text-align: center; }