body {
	background-color: #CCCCCC;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	vertical-align: top;	
}

.tab_border {
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.tab_border1 {
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tab_test {
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.tab_border_left {
	border-left: #cccccc 1px solid;
}


.tab_border_bottom {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom: #cccccc 1px solid;
}

.tab_border_bottom1 {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-bottom: #cccccc 1px solid;
}

.tab_border_bottom_left {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
}

.tab_border_bottom_top_left {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
}

.tab_border_bottom_top_right {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-bottom: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
}

.tab_border_bottom_left_right {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-bottom: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
}

.tab_border_bottom_top {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-bottom: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
}

.tab_border_bottom_left_title {
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
}

.tab_noborder {
	background-color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial;
	font-size: 12px;
	vertical-align: top;
}

.line_top {
	background-color: #ffffff;
	border-top: 1px solid #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1px;
}

.line_bottom {
	background-color: #ffffff;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1px;
}

.menu_main {
	background-color: #372372;
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
}

.menu_main_content {
  	border-left: solid #ffffff 10px;
	padding-left: 10px;
	padding-right: 10px;	
}

.submenu {
	background-color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #372372;
}

.title_white {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
}

.txt_gray {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal; 
	text-align: left;
        color: #999999;	
}

.txt_red {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal; 
	text-align: left;		
	color: #372372;
}
.txt_blk {
	background-color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal; 
	text-align: left;		
	color: #000000;
}

.txt_red_red {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold; 
	text-align: left;		
	color: #ff0000;
}

.text {
	background-color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.txt_panel {
	background-color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.products {
	background-color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;	
	padding-bottom: 0px;		
}

.text_panel {
	background-color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
}

.txt_title {
        color:#372372;
	font-family: Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
}
