a:active {
	color: rgb(153,0,102);
}
a:link {
	color: rgb(0,0,102); 
}
a:visited {
	color: rgb(51,0,51); 
}
a:active.menuitem {
	color: rgb(51,0,0);
	text-decoration: none
}
a:link.menuitem {
	color: rgb(51,0,0);
	text-decoration: none
}
a:visited.menuitem {
	color: rgb(51,0,0);
	text-decoration: none
}
.iconlink, .iconmail, .iconphone {
	padding-left:1.5em;
	background-repeat: no-repeat;
	background-position: left center;
}
.iconlink {
	background-image: url("../img/icon_link.gif");
}
.iconmail {
	background-image: url("../img/icon_mail.gif");
}
.iconphone {
	background-image: url("../img/icon_phone.gif");
}
body {
	background-color: rgb(0,0,51);
	background-image: url(bgshield.jpg);
}
h1, h2, h3,h4, h5, h6 {
	font-family: Old English Text MT, Old English Text;
}
h1 {
	font-size: 34;
}
h1.titlebar {
	margin-top: 0;
	margin-bottom: 0;
}
h2 {
	font-size: 28;
}
h3 {
	font-size: 20;
}
h4 {
	font-size: 14;
}
hr {
	color: rgb(153,102,51);
}
p {
	color: rgb(51,0,0);
	font-family: Times New Roman, Times;
	font-size: 13;
}
p.slogan {
	font-family: Old English Text MT, Old English Text;
	font-size: 34;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
p.footer {
	color: rgb(255,255,255);
	font-size: 10;
	margin-top: 0;
	margin-bottom: 0;
}
table {
	background-color: rgb(210,180,140);
	color: rgb(51,0,0);
	font-family: Times New Roman, Times;
	font-size: 13;
}
table.menubar {
	background-color: rgb(153,102,51);
	color: rgb(51,0,0);
	font-family: Arial, Helvetica;
	font-size: 12;
	font-weight: bold;
}
