body {
	background-color: #f3f3f3;
	color: #333333;
	font-size: 14px;
	font-family: Verdana, Arial, sans-serif;
	overflow: auto;
	margin: 0px;
}
td{
	font-size: 14px;
	line-height: 20px;
}

.borderit img{ border: 1px solid #c0c0c0; filter: gray alpha(opacity=50); opacity: 0.5; -moz-opacity: 0.5;}
.borderit:hover img{ border: 1px solid #808080; filter: none; opacity: 1; -moz-opacity: 1;}
.borderit:hover{ color: #c0c0c0; /* irrelevant definition to overcome IE bug */ } 
.borderitactive img{ border: 1px solid #808080; }

.borderit2 img{ filter: gray alpha(opacity=50); opacity: 0.5; -moz-opacity: 0.5;}
.borderit2:hover img{ filter: none; opacity: 1; -moz-opacity: 1;}
.borderit2:hover{ color: #c0c0c0; /* irrelevant definition to overcome IE bug */ } 

A {
  text-decoration: none;
}
A:hover {
  text-decoration: underline;
}
h1{
	font-weight: none;
	font-size: 24px;
}
.title{
	background-image: url(img/line_dotted.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: none;
	font-size: 24px;
	padding-bottom: 5px;
}
.title2{
	background-image: url(img/line_dotted.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
	padding-bottom: 5px;
}
.footer{
	font-size: 12px;
}