body
{
	background-color: #b9b39C;
	background-image : url(images/back.gif);
	font-family : Arial CE, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color : Black;
}

td
{
	font : normal 12px Arial, sans-serif;
	color : Black;
}

th
{
	font : normal 12px Arial, sans-serif;
	font-weight: bold;
	color : Black;
}

h1, h2, h3, h4
{
	font : bold 16px Arial, sans-serif;
	color : Black;
}

a, a:visited
{
	font : bold 12px Arial, sans-serif;
	text-decoration: none;
	color : #404040;
}

a:hover
{
	font : bold 12px Arial, sans-serif;
	text-decoration: underline;
	color : #606060;
}

a.edit, a:visited.edit
{
	font : bold 12px Arial, sans-serif;
	text-decoration: none;
	color : blue;
}

a:hover.edit
{
	font : bold 12px Arial, sans-serif;
	text-decoration: underline;
	color : blue;
}


div.lnav_n
{
	font : bold 18px Arial, sans-serif;
	color : #ae0a21;
	border : none;
	width : 130px;
	height: 20px;
	padding: 5px;
	cursor: hand;
}

div.lnav_f
{
	font : bold 18px Arial, sans-serif;
	color : #0000FF;
	border : 1px solid #ff0000;
	width : 130px;
	background : #000;
	height: 20px;
	padding: 5px;
	cursor: hand;
}

a.lnav, a.lnav:visited
{
	font : bold 18px Arial, sans-serif;
	color : #ff0000;
	border : none;
	width : 130px;
	height: 20px;
	padding: 5px;
	cursor: hand;
	text-decoration: none;
	text-shadow:#000;
}

a.lnav:hover
{
	font : bold 18px Arial, sans-serif;
	color : #0000FF;
	border : 1px solid #ff0000;
	width : 130px;
	background : #FFF;
	height: 20px;
	padding: 5px;
	cursor: hand;
	text-decoration: none;
	}

div.lnav_v2_n
{
	font : bold 12px Arial, sans-serif;
	color : #F00;
	border : none;
	width : 130px;
	height: 20px;
	padding: 5px;
	cursor: hand;
}

div.lnav_v2_f
{
	font : bold 12px Arial, sans-serif;
	color : #0000FF;
	border : 1px solid Red;
	width : 130px;
	background : #000;
	height: 20px;
	padding: 5px;
	cursor: hand;
}

a.lnav_v2, a.lnav_v2:visited
{
	font : bold 12px Arial, sans-serif;
	color : #F00;
	border : none;
	width : 130px;
	height: 20px;
	padding: 5px;
	cursor: hand;
	text-decoration: none;
}

a.lnav_v2:hover
{
	font : bold 12px Arial, sans-serif;
	color : #0000FF;
	border : 1px solid Red;
	width : 130px;
	background : #FFF;
	height: 20px;
	padding: 5px;
	cursor: hand;
	text-decoration: none;
	}

img
{
	border-color : Black;
}

div.dialog
{
	font : normal 12px Arial, sans-serif;
        color : white;
	border: 2px solid black;
	background-color: #666666;
	width: 60%;
	
}
