/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #e8ebe4;
	background-image: url(images/background-gradient.gif);
	background-repeat: repeat-x;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.2em;
}



/* Link styles */

a:link {color: #bc0017; text-decoration:underline;}
a:visited {color: #bc0017; text-decoration:underline;}
a:hover {color: #8b0304; text-decoration:underline;}
a:active {color: #bc0017; text-decoration:underline;}

a.mainmenuwhite:link {color: #ffffff; text-decoration:underline;}
a.mainmenuwhite:visited {color: #ffffff; text-decoration:underline;}
a.mainmenuwhite:hover {color: #e8ebe4; text-decoration:underline;}
a.mainmenuwhite:active {color: #ffffff; text-decoration:underline;}

a.addresslink:link {color: #ffffff; text-decoration:underline;}
a.addresslink:visited {color: #ffffff; text-decoration:underline;}
a.addresslink:hover {color: #ffffff; text-decoration:underline;}
a.addresslink:active {color: #ffffff; text-decoration:underline;}

a.utilitymenu:link {color: #000000; text-decoration:underline;}
a.utilitymenu:visited {color: #000000; text-decoration:underline;}
a.utilitymenu:hover {color: #8b0304; text-decoration:underline;}
a.utilitymenu:active {color: #000000; text-decoration:underline;}

a.subsite:link {color: #acadac; text-decoration:underline;}
a.subsite:visited {color: #acadac; text-decoration:underline;}
a.subsite:hover {color: #8b0304; text-decoration:underline;}
a.subsite:active {color: #acadac; text-decoration:underline;}




/* text styles */
.teaserheadline {font-size:13px; color:#bc0017; margin-bottom:3px; margin-top:0px; line-height:1.0; font-weight:bold;}

.mainmenu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	text-align: left;
	font-weight: bold;
}

.utility {font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 10px; color:#000000; text-align: right;}

.subsitemap {font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 10px; color:#acadac; text-align: center;}

.address {font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 10px; color:#ffffff; text-align: center;}



/* other styles */

table.teaser
{ 
border-bottom: thin dotted #bc0017
}
table.menuwhitestripe
{ 
border-bottom: thin dotted #bc0017
}

