#header {
	background-image: url(images/logo_background.jpg);
	background-repeat: repeat-x;
}
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_grey.jpg);
	background-repeat: repeat;
}
.navbar {
	width: 150px;
	background-image: url(images/navbar_bg.jpg);
	background-repeat: repeat-y;
	padding-bottom: 25px;
	padding-top: 20px;
}
#content {
	padding-right: 55px;
	padding-left: 35px;
	color: #333333;
	background-color: #FFF;
}
#table-main {
	background-color: #FFF;
}


.button_navbar {
	margin-bottom: 3px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
li {
	list-style-type: square;
	line-height: 16px;
}
.contact a {
	color: #333333;
	font-weight: bold;
}
.contact a:visited {
	color: #333333;
}
.contact a:hover {
	color: #EB1133;
}
.img_padding_left {
	margin-left: 15px;
}
.link {
	font-weight: normal;
	color: #000000;
	display: block;
	text-decoration: none;
}
.link td {
	padding-right: 10px;
	padding-left: 10px;
}

.link a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.link a:hover {
	display: block;
	color: #000000;
}
.link a span {
	display: none;
}
.link a:hover span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	display: block;
	position: relative;
	top: 11px;
	width: 190px;
	z-index: 100;
}
.enlarge-image {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: center;
	padding-bottom: 6px;
}
.enlarge-image a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: center;
}
.enlarge-image a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: center;
}
.caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
