a:link {
	font-weight: bold;
	color: #1B4788;
	text-decoration: none;	
}
a:visited {
	font-weight: bold;
	color: #1B4788;
	text-decoration: none;	
}
a:hover {
	font-weight: bold;
	color: #C92C25;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #1B4788;
	text-decoration: none;	
}
td#menu {
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	height: 440px;
	width: 158px;
	vertical-align: top;
}
td#breadcrumb {
	background-image: url(../images/sitepicture.png);
	background-repeat: no-repeat;
	height: 229px;
	width: 642px;
	background-position: 0px 0px;
	text-align: right;
	vertical-align: bottom;
	padding-right: 10px;
	padding-bottom: 10px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
td#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 92px;
	width: 800px;
}
td#topmenu {
	background-image: url(../images/menutop.png);
	height: 26px;
	width: 158px;
	background-repeat: no-repeat;
}
td#content {
	font-family: Arial;
	font-size: 14px;
	padding-top: 15px;
	padding-left: 15px;	
}
td#menucontainer {
	background-image: url(../images/menubottom.png);
}
h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 3px;
	padding-left: 10px;
	color: #FFFFFF;
	background-image: url(../images/background-header.gif);
	margin-bottom: 10px;
}
h2 {
	padding: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 15px;
	background-image: url(../images/menubottom.png);
	color: #ffffff;
	margin: 0px;
	margin-bottom: 10px;
}
p {
	padding: 10px;
	padding-top: 0px;
}
