/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	margin:0px;
}
.header {
	font-family: tahoma, arial, "times New Roman";
	font-size: 17px;
	font-weight: bold;
	color: #000099;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.subheader {
	font-family: tahoma, arial, "times New Roman";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.subheadertop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.running {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #330033;
}

.smallsubheader {
	font-family: tahoma, arial, "times New Roman";
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.tabsubheader {
	font-family: tahoma, arial, "times New Roman";
	font-size: 13px;
	font-weight: bold;
	color: #990000;
}
.content {
	border: 1px solid #999999;
	height:15px;
	width:160px;
}
a.one:link {color: #FFCC00; text-decoration: none; font-weight:normal; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal;}
a.one:visited {color: #FFCC00; text-decoration: none; font-weight:normal; 	font-family: Verdana, Arial, Helvetica, sans-serif; 	font-style: normal;}
a.one:hover { text-decoration:underline; font-weight:normal; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal;}
.leftpick {
	background-image: url(../images/left-box.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}