body {
background-color: #000000;
background-image:  url("/images/bg_main.jpg");
background-repeat: repeat-x;
background-position: top left;
}
table,tr,td {
  color: #000000;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
}
a:link{
color: #008548;
text-decoration: none;
font-weight: bold;
}
a:visited{
color: #008548;
text-decoration: none;
font-weight: bold;
}
a:hover{
color: #008548;
text-decoration: underline;
}
.title {
font-size: 14px;
font-weight: bold;
}
.highlight{
color: #008548;
font-weight: bold;
}
.box {
border-top: 1px solid #666666;
border-bottom: 1px solid #666666;
border-left: 1px solid #666666;
border-right: 1px solid #666666;

}
.maintable {
padding-top: 20px;
}
.maintable2 {
padding-top: 20px;
text-align: center;
}
.centertable {
text-align:center; 
}
.contentframe {
padding-left: 10px;
}
table#frontcontentframe tr td{
padding:0px;
margin:0px;
width:450px;
}

span.tableDescr{
	width:450px;
	overflow:hidden;
	display:block;
}