body{
	background-color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body.popup{
	background-color : #D1D1D1;
}
td,div{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	color : #000000;
}
a:link.gray,a:visited.gray,a:active.gray{
	color : #434343;
	text-decoration: none;
}
a:hover.gray{
	color : #FF0000;
	text-decoration: underline;
}
a:link,a:visited,a:active{
	color : #FF0000;
	text-decoration: none;
}
a:hover{
	color : #434343;
	text-decoration: underline;
}
a:link.secLink,a:visited.secLink,a:active.secLink{
	color : #FF0000;
	text-decoration: none;
}
a:hover.secLink{
	text-decoration: underline;
}
.header{
	font-size : 18px;
	font-style : italic;
	font-weight : bold;
}
.join{
	font-size: 10px;
	color : #FFFFFF;
}
.closed{
	font-size: 9px;
	color : #000000;
}
.copy{
	font-size: 11px;
	color : #FFFFFF;
}
.small{
	font-size: 11px;
}
.trail{
	font-size: 10px;
	color : #FF0000;
}
.secure{
	font-size: 10px;
}
.date{
	font-size: 10px;
	color : #FFFFFF;
}
.secNav{
	background-image : url(navigation/background_sec.gif);
	background-color : #000000;
	background-repeat : repeat-y;
}
.secNavRight{
	background-image : url(navigation/background_sec_right.gif);
	background-color : #000000;
	background-repeat : repeat-y;
}
.form{
	<!-- 
	font-family :Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : #000000;
	border : 1px solid #000000;
	background-color : #FFFFFF;
	-->;
	
}
.formOn{
	<!--
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : #000000;
	border : 1px solid #FF0000;
	background-color : #FFFFFF;
	-->
}
.delete{
	<!-- font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : #000000;
	border : 1px solid #000000;
	background-color : #FF0000; -->
	
}
.deleteOn{
	<!-- font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : #FF0000;
	border : 1px solid #FF0000;
	background-color : #FFFFFF; -->
}
ul{
	margin-left : 20px;
	margin-top :  5px;
	margin-bottom :  5px;
	list-style-image : url(images/li.gif);
}
ol{
	margin-top :  5px;
}
dl{
	margin-top :  5px;
	margin-left : 20px;
}
dd{
	margin-left : 20px;
}
.red{
	color : #FF0000;
}
.green{
	color : #00cc00;
}
.gray{
	color : #434343;
}
.pressDate{
	font-size: 10px;
	color : #FFFFFF;
}
.white{
	color : #FFFFFF;
}