/*
*******************************************************
** ASP-CMS v.1.0
**
** release 1
**
** Cascading Style Sheet for standard.gui
**
*******************************************************
*/

BODY{
	font-family: "Verdana";
	font-size: 9pt;
	color: black;
}

.left_menu_table{

	font-family: "Verdana";
	font-size: 8pt;
	color: #606760;
}

.left_menu_table A{

	font-family: "Verdana";
	font-size: 8pt;
	font-weight: bold;
	 text-transform:capitalize;
	color: #606760;
		text-decoration: none;
}
.left_menu_table A:hover{

	font-family: "Verdana";
	font-size: 8pt;
	font-weight: bold;
	 text-transform:capitalize;
	color: #000066;
		text-decoration: none;
}
.left_menu_table_header{
	font-family: "Verdana";
	font-weight: bold;
	font-size: 8pt;
}

.left_menu_table_cell{
 	border-bottom: 1px solid #666666;
}



.header_menu_table{
	width: 100%;
	height: 15px;
	border: 0px;
}

.header_menu_table_cell {
	/*	to be done */
	padding-left: 2pt;
	padding-top: 2pt;
	padding-bottom: 2pt;
	background-color: #CC0000;
	font-family: "Verdana";
	font-weight: bold;
	font-size: 8pt;
	
}

.header_menu_table_cell A{
	/*	to be done */
	
	font-family: "Verdana";
	font-weight: bold;
	font-size: 8pt;
	color: #FFFFFF;	
	text-decoration: none;
}

.header_menu_table_cell A:hover{
	/*	to be done */
	
	font-family: "Verdana";
	font-weight: bold;
	font-size: 8pt;
	color: #FFFFFF;	
	text-decoration: underline;
}




.header_menu_table_header{
	/*	to be done */
}



.footer_table{
	padding-left: 2pt;
	padding-top: 2pt;
	padding-bottom: 2pt;
	background-color: #CC0000;
	font-family: "Verdana";
	font-weight: normal;
	font-size: 8pt;
	color:#FFFFFF;
}

