body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: normal;
	}

#wrapper {
	width:95%;
	margin:0px auto;
	}
	
.logoTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	}

.center-content {
	position:relative;
	padding:0px 0px 0px 0px;
	margin:-1px 0 -50px 0;
	}
	
.bottom {
	width:100%;
	height:60px;
	background:url(images/bottom.gif) no-repeat left bottom;
	}
.bottom span {
	display:block;
	position:relative;
	height:60px;
	background:url(images/bottom-right.gif) no-repeat right top;
	}
	
p {margin:0 0 0 0}

.navTxt {
	font-size: 0.9em;
	line-height: normal;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	padding-top:2px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	}

.navTxtActive {
	font-size: 0.9em;
	line-height: normal;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	padding-top:2px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	background-color:#DDDDDD;
	}
table.box {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	background-color: white;
	}
table.box th {
	border-width: 1px;
	padding: 5px;
	border-style: none;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
	}
table.box td {
	border-width: 1px;
	padding: 5px;
	border-style: none;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
	}
td.box {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	background-color: white;
	}
td.blackframe {
	background-image: url(images/blackframe.gif);
	background-position: center center;
	background-repeat: no-repeat;
	}
img.picborder {
	border: 1px solid #fff;
	}
img.picborder2 {
	border: 5px solid #000000;
	}