body
{
	background-color: #ffffff;
	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 : 12px Arial, sans-serif;
	text-decoration: none;
	color : green;
}

a:hover
{
	font : 12px Arial, sans-serif;
	text-decoration: underline;
	color : green;
}

a.edit, a:visited.edit
{
	font : 12px Arial, sans-serif;
	text-decoration: none;
	color : green;
}

a:hover.edit
{
	font : 12px Arial, sans-serif;
	text-decoration: underline;
	color : green;
}


div.lnav_n
{
	font : bold 12px Arial, sans-serif;
	color : #FFFFFF;
	border : none;
	width : 130px;
	height: 20px;
	padding: 1px;
	cursor: hand;
}

div.lnav_f
{
	font : bold 12px Arial, sans-serif;
	color : Black;
	border : 1px solid Black;
	width : 130px;
	background : #ddd3c8;
	height: 20px;
	padding: 1px;
	cursor: hand;
}

a.lnav, a.lnav:visited
{
	font : bold 12px Arial, sans-serif;
	color : #000000;
	border : none;
	width : 100px;
	height: 20px;
	padding: 1px;
	cursor: hand;
	text-decoration: none;
}

a.lnav:hover
{
	font : bold 12px Arial, sans-serif;
	color : green;
	border : 1px solid green;
	width : 100px;
	background : #ffffff;
	height: 20px;
	padding: 1px;
	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%;
	
}
