@import url("tacscommon.css");

h1		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color:#FFFFFF;
	font-weight:bold;
	background-color: #330066;
}
h2 		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color:#330066;
	font-weight:bold;
	background-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
h3 		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color:#ffffff;
	font-weight:bold;
	background-color: #330066;
}
h4 		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color:#330066;
	background-color: #FFFFFF;
}

#header {
	margin: 0 0 10px 120px;
	background-color: #330066;
	height: 50px;
	padding: 0 0 0 0;
}

#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color:#FFFFFF;
	font-weight:bold;
	background-color: #330066;
	vertical-align: middle;
	text-align:center;
	line-height: 50px;
	display: inline;
}

.arrowlink
{
	color: #330066;
	font-size: small;
}
