body {
	background:black;
	font-family: "Tempus Sans ITC",Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
table.content{
	background:white;
	border:solid;
	height:385px;
	border-left-color:#000000;
	border-right-color:#000000;
	border-top-color:#000000;
	border-bottom-color:#000000;
	border-width:2px;
}
table.admin{
	color:#FFFFFF;
	margin-left:100px;
}
td.admin{
	background-image:url(/images/navBarBgHover1.gif) repeat-x 20px; 
}
td.text{
	color:#000000;
	font-size:16px;
}
td.date{
	color:#FFFFFF;
	font-size:11px;
	font-weight: bold;
}
table.navigation{
	background-image:url(/images/navigation.png);
	height:58px;
	margin-left:2px;
}
div.content{
color:#FFFFFF;
	font-size:13px;
	height:385px;
	width:520px;
	overflow:auto;
	scrollbar-3dlight-color:#Silver;
	scrollbar-arrow-color:Silver;
	scrollbar-face-color:#Silver;
	scrollbar-track-color:#Silver;
	padding:5px;
}
div.side_photo {
	position:relative;
	overflow:hidden;
	padding:5px;
	height:385px;
	width:370px;
}
h2{
	font-size:18px;
	color:#000000;
	margin-top:5px;
	border-bottom:1px solid #000000;
}
h3{
	margin-bottom:5px;
}
h4{
	font-size:16px;
	color:#000000;
	background-color:#999999;  
	margin-top:5px;
	border-bottom:1px solid #999999;
}
h5{
	color:#000000;
}

table.main {
	background-color:#FFFFEE;
	width:770px;
}
a.nav{
	font-weight: bold;
	font-size : 12px;
	padding:4px;
	color:#000000;
}

P.NEWS{
	text-decoration: none;
	font-style: normal;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	background-color: #B7C8F6;
	color: #000157;
	padding: 5;
	margin: 25;
}
a.common{
	color:#FFFFFF;
	font-size:11px;
	font-family: "Tempus Sans ITC",Arial, Helvetica, sans-serif; 
}

a:hover.common{
	color:#FFFFCC;
	font-size:11px;
}
a.admin{
	color:#FFFFFF;
}
a:hover.admin{
	color:#FFFFCC;
}
td{
	color:#000000;
}
td.find{
	color:#FFFFFF;
	font-weight:bold;
}
b.open {
	color:#000099;
	font-size:22px;
}

/* Target all Firefox */
div.content[id=content] { width:400px; }

/* Target all Firefox */ 
@-moz-document url-prefix() { div.content { width:400px; } } 

/* Target all Gecko (includes Firefox) */
*>.div.content { width:400px; }

