@charset "utf-8";
/* CSS Document */

body, td {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 15px;
	line-height: 22px;
}
.signup {
	font-size: 16px;
	background-color: #f1f1f1;
	font-weight: bold;
	width: 250px;
	text-align: center;
	padding: 10px;
	border: solid #000 1px;
}
.rightcol {
	font-size: 14px;
	color: #FFF;
	padding: 10px;
	font-weight:bold;
}
.fineprint {
	font-size: 12px;
	line-height: 16px;
}
a {color: #003399;}
a.dash {color: #ffffff;}
.intro {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	color: #003399;
	padding: 20px;
}
.message {
	background-color: #FF9;
	border: 2px dashed #F00;
	padding: 10px;
	font-size: 14px;
}
.dashboard {
	font-size: 18px;
	line-height: 34px;
	font-weight: bold;
}
a.dashboard {
	color: #003399;
}
h3 {display: inline;}

.tabhead {
	font-size: 13px;
	color: #FFF;
	font-weight:bold;
	background-color: #003399;
}
.crumbs {
	font-size: 12px;
	font-weight: normal;
	padding: 7px;
}