BODY {
		color		: #E0E0E0;
		/*font-family	: Verdana, Georgia, Bookman Old Style, Tahoma, Arial; */
		font-family	: Verdana,"Bitstream Vera Sans","DejaVu Sans","Liberation Sans",Geneva,sans-serif;
		font-size	: 13px;
		background-color: #000000;
		padding		: 0px;
		margin		: 0px;
}


TABLE {
		line-height	: normal; 
		text-align	: justify;
		font-style	: normal;
		font-size	: 12px;
}

td	{
		font-style	: normal;
		font-size	: 12px;
}


p, ul, ol	{
		margin-top	: 2px;
		margin-bottom	: 4px;
		font-style	: normal;
		text-align	: justify;
		line-height	: 18px;
		padding-left	: 5px;
		font-size	: 12px;
}


pre {
		font-family	: sans-serif, Verdana, "Bitstream Vera Sans","DejaVu Sans","Liberation Sans";
		font-size	: 11px;
}

h1	{
		color		: #FF9000;
		margin-top	: 0px;
		margin-bottom	: 5px;
		font-size	: 16px;
		font-weight	: bold;
		padding-top	: 0px;
		padding-left	: 5px;
		text-align	: center;
}

h2	{
		color		: #FF9000;
		margin-top	: 2px;
		margin-bottom	: 4px;
		font-size	: 14px;
		font-weight	: bold;
		padding-top	: 10px;
		padding-left	: 5px;
}


A {
		color		: #EFAB6D;
		text-decoration	: none;
}


A:hover	{
		color		: #F4C9A2;
}




.menu1	{
		font-size	: 13px;
}

.current1 {
		font-size	: 13px;
		font-weight	: bold;
		color		: #FF9000;
}

.disabled1 {
		font-size	: 13px;
		color		: #909090;
}

.menu2	{
		font-size	: 12px;
}

.current2 {
		font-size	: 12px;
		font-weight	: normal;
		color		: #FF9000;
}

.disabled2 {
		font-size	: 12px;
		color		: #909090;
}

.small	{
		font-size	: 10px;
}

.frm	{
		background-color: #303030;
		border		: 1px solid gray;
		color		: #FFFFFF;
}

.spacer	{
		background-color: #101010;
}



.item_content {
		padding		: 5px;
		background-color	: black;
		border-left		: 1px solid #808080;
		border-right		: 1px solid #808080;
		border-bottom		: 1px solid #808080;
		margin-bottom		: 20px;
}


.item_title {
		color			: #FF9000;
		padding			: 5px;
		background-color	: #252525;
		border			: 1px solid #808080;
	
}

