/*** MENU ***/

.CMenu-clsTABLE
{
	background-color: #000000;
	cursor: default;
	border-width: 1;
	border-color: #000000;
	border-style: solid;
}

/*** MENU ITEM  ***/

.CMenuItem-clsTD-normal
{
	height: 22;
	vertical-align: center;

	padding : 0;
	padding-left: 4;
	padding-right: 4;

	border-width: 1;
	border-style: solid;
	border-color: #ffffff;
}

.CMenuItem-clsTD-up
{
	height: 22;
	vertical-align: center;

	padding : 0;
	padding-left: 4;
	padding-right: 4;

	border-width: 1;
	border-style: solid;
	border-top-color: white;
	border-left-color: white;
	border-bottom-color: #F9CE90;
	border-right-color: #F9CE90;
}

.CMenuItem-clsTD-down
{
	height: 22;
	vertical-align: center;

	padding : 0;
	padding-left: 4;
	padding-right: 4;

	border-width: 1;
	border-style: solid;
	border-top-color: #F9CE90;
	border-left-color: #F9CE90;
	border-bottom-color: white;
	border-right-color: white;
}

.CMenuItem-clsTD-separator
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;

	height: 22;
	width: 6;
	text-align: center;
	padding: 0;
	border-width: 0;
	border-style: none;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/menu/CMenu_separatorV.gif); 
}

.CMenuItem-clsTD-separatorEmpty
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
	
	height: 22;
	width: 6;
	text-align: center;
	padding: 0;
	border-width: 0;
	border-style: none;
}

.CMenuItem-clsTD-icon
{
	width: 20;
	text-align: center;
	padding: 0;
	vertical-align: center;
}

.CMenuItem-clsIMG-icon
{
	vertical-align: center;
	padding: 0;
	border-width: 0;
	border-style: none;
}

.CMenuItem-clsTD-text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	
	text-align: center;
	padding: 0;
	padding-left: 2;
	padding-right: 2;
	vertical-align: center;
}

.CMenuItem-clsTD-sub
{
	height: 20;
	width: 10;
	padding: 0;
	vertical-align: center;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../images/menu/CMenu_down.gif); 
}


.CMenuItem-clsIMG-sub
{
	vertical-align: center;
	padding: 0;
	border-width: 0;
	border-style: none;
}




/*** SUBMENU DEFAULT ***/

.CMenuSub-clsDIV
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	background-color: #F9CE90;
	cursor: default;

	border-width: 0;
	border-style: solid;
	border-top-color: #aaaaaa; 
	border-left-color: #aaaaaa; 
	border-bottom-color: #444444; 
	border-right-color: #444444; 
}

.CMenuSub-clsTABLE
{	
	background-color: #F9CE90;
	cursor: default;
	border-collapse: collapse;
	border-width: 1;
	border-style: solid;
	border-top-color: #ffffff; 
	border-left-color: #ffffff; 
	border-bottom-color: #aaaaaa; 
	border-right-color: #aaaaaa; 
}

.CMenuSub-clsTR
{
	height: 22;
	padding: 0;
	border-width: 0;
}


/*** SUBMENU ITEM ***/

.CMenuSubItem-clsTR
{
	height: 22;
	padding: 0;
	border-width: 0;
}

.CMenuSubItem-clsTD-icon
{
	height: 22;
	width: 16;
	padding: 0;
	padding-left: 2;
	padding-right: 2;
	vertical-align: center;
	border-width: 0;
	border-style: none;
	background-color: #F9CE90;
	color: #000000; 
}

.CMenuSubItem-clsTD-iconHighlite
{
	height: 22;
	width: 16;
	padding: 0;
	padding-left: 2;
	padding-right: 2;
	vertical-align: center;
	border-width: 0;
	border-style: none;
	background-color: #000000;
	color: #ffffff; 
}

.CMenuSubItem-clsTD-check
{
	height: 22;
	width: 16;
	padding: 0;
	padding-left: 2;
	padding-right: 2;
	vertical-align: center;
	border-width: 0;
	border-style: none;
	background-color: #F9CE90;
	color: #000000; 
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../images/menu/CMenu_check.gif); 
}

.CMenuSubItem-clsTD-checkHighlite
{
	height: 22;
	width: 16;
	padding: 0;
	padding-left: 2;
	padding-right: 2;
	vertical-align: center;
	border-width: 0;
	border-style: none;
	background-color: #000000;
	color: #ffffff; 
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../images/menu/CMenu_checkHighlite.gif); 
}

.CMenuSubItem-clsTD-radio
{
	height: 22;
	width: 16;
	padding: 0;
	padding-left: 2;
	padding-right: 2;
	vertical-align: center;
	border-width: 0;
	border-style: none;
	background-color: #F9CE90;
	color: #000000; 
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../images/menu/CMenu_radio.gif); 
}

.CMenuSubItem-clsTD-radioHighlite
{
	height: 22;
	width: 16;
	padding: 0;
	padding-left: 2;
	padding-right: 2;
	vertical-align: center;
	border-width: 0;
	border-style: none;
	background-color: #000000;
	color: #ffffff; 
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../images/menu/CMenu_radioHigh.gif); 
}

.CMenuSubItem-clsIMG-icon
{
	vertical-align: center;
	padding: 0;
	border-width: 0;
	border-style: none;
}

.CMenuSubItem-clsIMG-iconHighlite
{
	vertical-align: center;
	padding: 0;
	border-width: 0;
	border-style: none;
}


.CMenuSubItem-clsTD-text
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;

	height: 22;
	padding: 0;
	vertical-align: center;
	background-color: #F9CE90;

	border-width: 0;
	border-style: none;
}

.CMenuSubItem-clsTD-textHighlite
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff; 

	height: 22;
	padding: 0;
	vertical-align: center;
	background-color: #000000;

	border-width: 0;
	border-style: none;
}

.CMenuSubItem-clsTD-sub
{
	height: 22;
	width: 16;
	vertical-align: center;
	padding: 0;
	border-width: 0;
	border-style: none;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../images/menu/CMenu_right.gif); 
}

.CMenuSubItem-clsTD-subHighlite
{
	height: 22;
	width: 16;
	vertical-align: center;
	background-color: #000000;
	color: #ffffff; 

	padding: 0;
	vertical-align: center;
	border-width: 0;
	border-style: none;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../images/menu/CMenu_rightHighlite.gif); 
}

.CMenuSubItem-clsTD-subNone
{
	height: 22;
	width: 16;
	vertical-align: center;
	padding: 0;
	border-width: 0;
	border-style: none;
}

.CMenuSubItem-clsTD-subNoneHighlite
{
	height: 22;
	width: 16;
	vertical-align: center;
	background-color: #000000;
	color: #ffffff; 
	padding: 0;
	border-width: 0;
	border-style: none;
}

.CMenuSubItem-clsTD-separator
{
	height: 8;
	font-size: 1pt;
	padding: 0;
	padding-left: 2;
	padding-right: 2;
	margin: 2;
	background-repeat: repeat-x;
	background-position: center center;
	background-image: url(../images/menu/CMenu_separatorH.gif); 
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	background-position: left top;
    scroll: no;

}

td {
	text-align: justify;
	width: auto;

}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
	list-style-position: outside;
}

li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ol {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: upper-roman;
	list-style-position: outside;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #5C3336;
	background-position: left top;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}
table {
	background-position: center center;
}
.font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
	white-space: normal;
}

