/* in camera style sheet

colors: 
#999966 olive
#7b7b53 dark olive
#e1e1e1 light gray

*/

a:link, a:visited {
	color: #000000;
	text-decoration: none;
	}

a:hover, a:active {
	color: #555555;
	text-decoration: none;
	}

a.up:link, a.up:visited {
	color: #000000;
	text-decoration: none;
	}

a.up:hover, a.up:active {
	color: #555555;
	text-decoration: underline;
	}
	
a.cur:link, a.cur:visited {
	color: #ff0000;
	text-decoration: none;
	}

a.cur:hover, a.cur:active {
	color: #dd1111;
	text-decoration: underline;
	}

a.extra:link, a.extra:visited {
	color: #000000;
	text-decoration: none;
	line-height: 18px;
	}

a.extra:hover, a.extra:active {
	color: #555555;
	text-decoration: none;
	line-height: 18px;
	}

.extra{
line-height: 18px;
}


body{	background-color: #000000;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 10px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	background: #ffffff url(images/site/Newsbackround.gif);
background-attachment: fixed;
    	}
    	
a.user:link, a.user:visited {
	color: #999966;
	text-decoration: none;
	font-weight: 600;
	font-size: 9px;
	}

a.user:hover, a.user:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: 650;
	font-size: 9px;
	}

td{font-size: 10px; font-family: Verdana, sans-serif;}

tr.rowhov0{background-color:#999966; color:#000000;}
tr.rowhov1{background-color:#f1f1f1; color:#555555;}

#title{
background-color:#7b7b53;
color: #ffffff;
padding:1px;
font-size:10px;
}

.text
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 9px;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
	LINE-HEIGHT: 12px;
	}
	
.form{background-color: #e1e1e1;}
.form_head{background-color: #7b7b53; color: #ffffff;}
.form_head_lite{background-color: #999966;}
