html, body {
	MARGIN: 0px;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-FACE-COLOR: #7c3344; 
	SCROLLBAR-TRACK-COLOR: #ab939c;			 
	SCROLLBAR-BASE-COLOR: #7c3344;  
	background-color:#000000;
}
/******************************************MENU**********************************/
.menu_left{
	background-image: url(images/menu_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:144px;
}
.menu_right{
	background-image: url(images/menu_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:140px;
}
.menu_mid{
	background-image: url(images/menu_mid.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:455px;
}
/*****************************************BODY************************************/
.body_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align:justify;
	line-height:18px;
}
.body_text_bold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.body_text_other{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #74042d;
	text-decoration: none;
	line-height:18px;
}
.body_text_other:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #cd0505;
	text-decoration: none;
	line-height:18px;
}
.body_text_white_bold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.body_text_pink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ad3e59;
	text-decoration: none;
	text-align:justify;
	line-height:18px;
}
.body_yellow{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ffb61b;
	text-decoration: none;
}
.body_black{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.body_pink_other{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ad3e59;
	text-decoration: none;
}


.border{
	border: 1px solid #000000;
}
.border_other{
	border: 1px dashed #580121;
}
.border_img{
	border: 1px solid #5C0323;
}


.DUL{
    overflow-x:hidden; overflow-y:auto; overflow:scroll;height:240px; width:358px; 
	scrollbar:yes;
    scrollbar-3dlight-color:#FFFFFF;
    scrollbar-arrow-color:#ffffff;
    scrollbar-base-color:#A56970;
    scrollbar-darkShadow-color:#000000;
    scrollbar-face-color:#A56970;
    scrollbar-shadow-color:#122A2E;
    scrollbar-track-color:#716763;
}
.DUL_other{
    overflow-x:hidden; overflow-y:auto; overflow:auto;height:550px; width:358px; 
	scrollbar:yes;
    scrollbar-3dlight-color:#FFFFFF;
    scrollbar-arrow-color:#ffffff;
    scrollbar-base-color:#A56970;
    scrollbar-darkShadow-color:#000000;
    scrollbar-face-color:#A56970;
    scrollbar-shadow-color:#122A2E;
    scrollbar-track-color:#716763;
}

.input_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #580121;
	width:150px;
	height:15px;
}
.input_text_other{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #580121;
	width:130px;
	height:15px;
}
.input_text_area{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #580121;
	width:190px;
	height:30px;
}
.button{
	background-color:#580121;
	width:70px;
	height:20px;
	border-bottom-color:#580121;
	border-left-color:#580121;
	border-right-color:#580121;
	border-top-color:#580121;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	cursor:pointer;
}
/*****************************************LEFT PANEL******************************/
.left_panel_pic1{
    background-image:url(images/logo.jpg);
    background-repeat:no-repeat;
    height:148px;
}

.left_panel_pic2{
     background-image:url(images/left.jpg);
     background-repeat:no-repeat;
     height:340px;
}

.left_panel_pic3{
     background-image:url(images/left1.jpg);
     background-repeat:no-repeat;
     height:136px;
}

/***************************************FOOTER*******************************/
.footer_bg{
    background-image:url(images/bg_bot.jpg);
    background-repeat:repeat-x;
}
.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.footer_bold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #74042d;
	text-decoration: none;
}
.footer_bold:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
