
IMG {
	border: 0;
	}

P {
	text-align: justify;
	}

FORM.nomargin {
	margin: 0;
	margin-top: -15;
	padding: 0;
	border: 0;
	}


.f1, .f1 TD {
	font-size: xx-small;
	}
.f2, .f2 TD {
	font-size: x-small;
	}
.f3, .f3 TD {
	font-size: small;
	}

.fix1, .fix1 TD {
	font-size: 10.8px;
	}
.fix15, .fix15 TD {
	font-size: 12px;
	}
.fix2, .fix2 TD {
	font-size: 13.5px;
	}
.fix25, .fix25 TD {
	font-size: 14.8px;
	}
.fix3, .fix3 TD {
	font-size: 16px;
	}

.flt1, .flt1 TD {
	font-size: 1.3ex;
	}
.flt15, .flt15 TD {
	font-size: 1.45ex;
	}
.flt2, .flt2 TD {
	font-size: 1.6ex;
	}
.flt25, .flt25 TD {
	font-size: 1.75ex;
	}
.flt3, .flt3 TD {
	}


BODY {
	background-color: #FFFFFF;
	margin-top: 0px;
	FONT-FAMILY: "VERDANA", "ARIAL", "HELVETICA";
	COLOR: #000000;
	FONT-SIZE: 13px;
	FONT-WEIGHT: normal;
	text-decoration: none;
}

table {
	FONT-FAMILY: "VERDANA", "ARIAL", "HELVETICA";
	COLOR: #000000;
	FONT-SIZE: 13px;
	FONT-WEIGHT: normal;
}


A:link {
	FONT-WEIGHT: normal;
	COLOR: #0000FF;
	TEXT-DECORATION: none
}

A:visited {
	FONT-WEIGHT: normal;
	COLOR: #0000FF;
	TEXT-DECORATION: none
}

A:hover {
	FONT-WEIGHT: normal;
	COLOR: #0000FF;
	TEXT-DECORATION: underline
}

A:active {
	FONT-WEIGHT: normal;
	COLOR: #0000FF;
	TEXT-DECORATION: underline
}


{
BACKGROUND-COLOR:#DAE6F8;
font-size:10px;	
BORDER-WIDTH:1px; 
BORDER-TOP-COLOR:#F2F7FD; 
BORDER-RIGHT-COLOR:#B4CCF1;
BORDER-BOTTOM-COLOR:#B4CCF1;
BORDER-LEFT-COLOR:#F2F7FD; 
BORDER-STYLE:solid;
}

.content_table {
	BORDER-LEFT: #6894DD 1px solid;
	BORDER-BOTTOM: #6894DD 1px solid;
	BORDER-RIGHT: #6894DD 1px solid;
}

.top_table {
	BORDER-LEFT: #6894DD 1px solid;
	BORDER-TOP: #6894DD 1px solid;
	BORDER-RIGHT: #6894DD 1px solid;
	background-color: #EFF5FC;
}

.top_table_cell {
	PADDING: 10px;
}


.menu_table td {
	background-image: url('menu.jpg');
	background-repeat: repeat;
	BORDER-BOTTOM: #6894DD 1px solid;
	BORDER-TOP: #6894DD 1px solid;
}

.DHTMLSuite_menuBar_top { /* The bar that is parent of the menu strip */
	height: 29px;
	width: 775;
	background-repeat: repeat-x;
	font-size: 12px;
	z-index: 100000;
	padding-left: 10px;
	color: #000000;
}

.DHTMLSuite_menuBar_sub {
	position: absolute;
	background-color: #FFFFFF;
	border: 1px solid #000;
	background-image: url('menu-bar-gradient.jpg');
	/* Background image for sub menu items */
	background-repeat: repeat-y;
	background-position: left center;
	display: inline;
	color: #000000;
}

.DHTMLSuite_menuItem_top_regular,.DHTMLSuite_menuItem_top_over,.DHTMLSuite_menuItem_top_click,.DHTMLSuite_menuItem_top_disabled,.DHTMLSuite_menuItem_top_active
	{
	height: 20px;
}

.DHTMLSuite_menuItem_top_regular div,.DHTMLSuite_menuItem_top_over div,.DHTMLSuite_menuItem_top_click div,.DHTMLSuite_menuItem_top_disabled div,.DHTMLSuite_menuItem_top_active div
	{
	padding-top: 2px;
	padding-bottom: 2px;
}

.DHTMLSuite_menuItem_top_regular {
	/* Top level menu item - Regular state */
	padding-left: 1px;
	padding-right: 4px;
	margin-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	cursor: pointer;
	line-height: 16px;
	margin-top: 3px;
}

.DHTMLSuite_menuItem_top_over {
	/* Top level menu item - Mouse over state */
	padding-left: 0px;
	padding-right: 3px;
	margin-right: 4px;
	border: 1px solid #000;
	background-color: #D9E8F9;
	cursor: pointer;
	line-height: 16px;
	margin-top: 3px;
	padding-bottom: 1px;
}

.DHTMLSuite_menuItem_top_active {
	/* Top level menu item - Active state - this is typical the state for menu item 1 when a sub group is expanded and the mouse is located over one of the sub menu items */
	padding-left: 0px;
	padding-right: 3px;
	margin-right: 4px;
	border: 1px solid #000;
	cursor: pointer;
	line-height: 16px;
	margin-top: 3px;
	padding-bottom: 1px;
	background-color: #D9E8F9;
}

.DHTMLSuite_menuItem_top_click {
	/* Top level menu item - Mouse click state */
	padding-left: 0px;
	padding-right: 3px;
	margin-right: 4px;
	border: 1px solid #000;
	background-color: #D9E8F9;
	cursor: pointer;
	line-height: 16px;
	margin-top: 3px;
	z-index: 20000;
	padding-bottom: 1px;
}

.DHTMLSuite_menuItem_top_disabled { /* Disabled menu item */
	padding-left: 0px;
	padding-right: 4px;
	margin-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	cursor: default;
	line-height: 16px;
	margin-top: 3px;
}

.DHTMLSuite_menuItem_top_disabled img,.DHTMLSuite_menuItem_top_disabled div
	{
	filter: alpha(opacity = 30);
	opacity: 0.3;
}

.DHTMLSuite_menuItem_top_disabled div,.DHTMLSuite_menuItem_top_active div,.DHTMLSuite_menuItem_top_click div,.DHTMLSuite_menuItem_top_regular div,.DHTMLSuite_menuItem_top_over div
	{ /* divs for the text,icon and arrow of a menu item */
	float: left;
	padding-left: 3px;
	padding-right: 1px;
}

/* CSS FOR THE SMALL ARROW DIV - WHEN YOU CLICK ON THIS DIV, SUB ELEMENTS WILL SHOW */
.DHTMLSuite_menuItem_top_arrowShowSub {
	width: 12px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('menu_strip_down_arrow.gif');
	margin: 0px;
	margin-right: -1px;
	/* ma\rgin-right:-3px;	/* Size of padding-right of top menu items - used to get the arrow to apear at the right of the menu item */
	padding: 0px;
	height: 16px;
	margin-left: 2px;
	margin-top: 1px;
	float: right;
}

.DHTMLSuite_menuItem_top_over .DHTMLSuite_menuItem_top_arrowShowSub,.DHTMLSuite_menuItem_top_click .DHTMLSuite_menuItem_top_arrowShowSub
	{ /* Sub menu arrows */ /*	margin-left:1px;*/
	margin-left: 2px;
}

.DHTMLSuite_menuItem_separator_top { /* Separator of type "top" */
	height: 20px;
	margin-top: 5px;
	margin-bottom: 3px;
	width: 4px;
	padding-left: 3px;
	padding-right: 3px;
	background-repeat: repeat-y;
	background-image: url('menu_strip_separator.gif');
}

.DHTMLSuite_menuItem_sub_regular,.DHTMLSuite_menuItem_sub_over,.DHTMLSuite_menuItem_sub_click,.DHTMLSuite_menuItem_sub_disabled,.DHTMLSuite_menuItem_sub_active
	{ /* Commom css for regular, mouse over and mouse click items */
	clear: both;
	line-height: 18px;
	height: 18px;
	padding-left: 25px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
	margin: 1px;
	background-repeat: no-repeat;
}

.DHTMLSuite_menuItem_sub_disabled {
	cursor: default;
}

.DHTMLSuite_menuItem_sub_disabled div,.DHTMLSuite_menuItem_sub_disabled
	{
	/* Disabled sub menu item - Here, we apply the rules on the divs inside the element, i.e. the div for the icon, text and arrow */
	filter: alpha(opacity = 30);
	opacity: 0.3;
}

.DHTMLSuite_menuItem_sub_regular { /* Regular menu item */
	margin-left: 4px; /* size of margin above + 1 pixel */
	padding-top: 3px; /* Size of padding-top above + 1 pixel */
	padding-bottom: 3px; /* Size of padding-bottom above + 1 pixel */
}

.DHTMLSuite_menuItem_sub_over,.DHTMLSuite_menuItem_sub_click,.DHTMLSuite_menuItem_sub_active
	{
	border: 1px solid #6894DD;
}

.DHTMLSuite_menuItem_sub_regular div,.DHTMLSuite_menuItem_sub_over div,.DHTMLSuite_menuItem_sub_click div
	{
	float: left;
	/* To get the icons and text of sub elements side by side */
}

.DHTMLSuite_menuItem_sub_over,.DHTMLSuite_menuItem_sub_active {
	/* Mouse over effect */
	background-color: #D9E8F9;
	margin-left: 3px;
}

.DHTMLSuite_menuItem_sub_click { /* Mouse click effect */
	background-color: #D9E8F9;
}

.DHTMLSuite_menuItem_sub_click div,.DHTMLSuite_menuItem_sub_regular div,.DHTMLSuite_menuItem_sub_over div,.DHTMLSuite_menuItem_sub_active div,.DHTMLSuite_menuItem_sub_disabled div
	{ /* divs for the text,icon and arrow of a menu item */
	float: left;
	padding-left: 1px;
	padding-right: 1px;
}
