body {	
	background-image:	url("../img/bg.jpg");
	font-family: 		Verdana, Helvetica, sans-serif;
	font-size:		13px;
	color:			#000000;
}
a:link,a:visited,a:active {
	color:			#000000;
	font-weight:		bold;
	font-size:		13px;
	text-decoration:	none;
}
a:hover {
	color:			#f60402;
	font-weight:		bold;
	font-size:		13px;
	text-decoration:	none;
}
a.selected {
	color:			#f60402;
	font-weight:		bold;
	text-decoration:	none;
}
a.footlink:link,a.footlink:visited,a.footlink:active {
        color:                  #7F7F7F;
        font-weight:            bold;
        font-size:              13px;
        text-decoration:        none;
}
a.footlink:hover {
        color:                  #f60402;
        font-weight:            bold;
        font-size:              13px;
        text-decoration:        none;
}

div.navibar {
	height:			20px;
	width:			990px;
	background-color:	#bdbfbe;
	border-style:		none;
	margin-left:		auto;
	margin-right:		auto;
	text-align:		center;
}
div.logo {
	width:			990px;
	border-style:		none;
	margin-left:		auto;
	margin-right:		auto;
// 	margin-bottom:		-3px; /* fix the IE 3px- Bug */
}
div.navibar2 {
        height:                 20px;
        width:                  990px;
        background-color:       #DFDFDF;
        border-style:           none;
        margin-left:            auto;
        margin-right:           auto;
        text-align:             center;
}
div.container {
	background-color:	#ffffff;
	height:			500px;
	width:			988px;
	margin-left:		auto;
	margin-right:		auto;
	border-style:		solid;
	border-color:		#bdbfbe;
	border-top-color:	#DFDFDF;
	border-width:		1px;
}
div.content {
	background-color:	#ffffff;
	margin:			15px;
	border-style:		none;
}
div.footer {
        background-color:       #DFDFDF;
	height:                 40px;
        width:                  988px;
        margin-left:            auto;
        margin-right:           auto;
        border-style:           solid;
	border-top-style:	none;
        border-color:           #bdbfbe;
        border-top-color:       #DFDFDF;
        border-width:           1px;
	margin-left:		auto;
	margin-right:		auto;
	text-align:		center;
}
span.navi {
	margin-left: 		15px;
	margin-right: 		15px;
}	
td.content {
	border-bottom-style:	solid;
	border-left-style:	solid;
	border-color:		#DFDFDF;
	border-width:		1px;
}
td.title {
	border-bottom-style:	solid;
	border-left-style:	solid;
	border-color:		#DFDFDF;
	border-width:		1px;
	font-weight:		bold;
	text-align:		right;
	vertical-align:		top;
}
