body {
	background: #333333 url("./images/mainbg.png") repeat-x 0 0;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
    color: #FFFFFF;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

a:link,
a:visited,
a:active{
	background: transparent;
	color: #F34717;
	text-decoration: underline;
}

a:hover{
	background: transparent;
	color: #F34717;
	text-decoration: none;
}

.border{ 
	background: #FFF; 
	border: 1px solid #072A66;
	padding: 0; 
	margin: 0; 
}
.blocktitle{
	background: transparent url(./images/tile_cat.gif);
	border: 1px solid #FFF;
	border-bottom: 1px solid #5176B5;
	color: #FFF; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0;
	padding: 5px;
}

#container {
	width: 942px;
	margin: -8px auto;
}

#header {
    width: 942px;
    height: 127px;
    background: url("./images/header.gif");
}

#contentheader {
    width: 942px;
    background: url("./images/ch.gif");
}

#content {
	background: #FFFFFF;
    width: 942px;
    font-family: Arial, sans-serif; 
	font-size: 12px; color: #000000;
}

#contentfooter {
    width: 942px;
	height: 10px;
    background: url("./images/cf.gif");
}

#footer {
    width: 942px;
    height: 72px;
    background: url("./images/footer.gif");
    font-size: 10px; color: #939292; text-decoration: none;
}


