/* General Tags */
body {
	margin: 0;
	background-color: white;
}

body, td {
	color: #333333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
}

input, select, textarea {
	color: black;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
}

a {
	color: #003366;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-decoration: none;
}

a:hover {
	color: #5b677b;
	text-decoration: underline;
}

img {
	border: 0;
}

h1 {
	margin-bottom: -10;
	line-height: .9em;
}

h3 {
	margin-bottom: -10;
}

/* Named Tags */
.ArtLinks {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ArtLinks li {
	padding-left: 13px;
	background-image: url(images/RightColArrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .1em;
	font-size: 8pt;
}

.HeaderBar {
	background-color: #5B677B;
}

.FooterBar1 {
	background-color: black;
	color: white;
	font: bold 8pt Tahoma, Arial, sans-serif;
}

.FooterBar2 {
	background-color: white;
	font: bold 8pt Tahoma, Arial, sans-serif;
}

.FooterBar3 {
	background-color: #ACB9CE;
	font: bold 8pt Tahoma, Arial, sans-serif;
}

.FooterBar2 a, .FooterBar3 a {
	font: bold 8pt Tahoma, Arial, sans-serif;
	text-decoration: none;
}

.FooterBar2 a:hover, .FooterBar3 a:hover {
	text-decoration: underline;
}


