@charset "utf-8";
/* CSS Document */

/* FILE UPLOAD */
.container{
	width: 700px;
	margin: 10px auto;
	padding: 10px 0;
	background: white;
	border: 2px solid #DBDBDB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
}

.upload input{
	display: none;
}

.pure-button{
	margin: 5px 0;
}
.upload{
}


.status{
	display: none;
	padding: 5px;
	background: #F47063;
	width: 100%;
	color: white;
	margin: 8px 0;
}

.progress {
	position: relative;
	width: 90%;
	margin: 10px auto;
	border: 1px solid #DDD;
	padding: 5px;
	border-radius: 3px;
}
.bar{
	background: #008DE6;
	height: 20px;
	width: 0%;
	/* transition animation */
	-webkit-transition: width .3s;
	-moz-transition: width .3s;
	transition: width .3s;

}
.percent {
	position: absolute;
	display: inline-block;
	top: 6px;
	left: 48%;
	color: #333;
}
/* */





/* Login Box */
.info-content {
	width:100%;
	/*background:#FFF; */
	margin: auto; 
	position: relative; 
	top: 0; left: 0; 
	bottom: 0; 
	right: 0; 
	margin-bottom:20px;
}


.btn {
    width: 100%;
	padding: 7px 10px 5px 10px;
	background: #8F8F8F;
    font-family: helvetica, arial, sans-serif;
    font-size: 16px;
    color: #FFF;
	text-decoration: none;
    border: none;
}

.btn:hover {
  background: #ed1c24;
  text-decoration: none;
}



.btn4 {
	background: #83929E;
	/*  background-image: -webkit-linear-gradient(top, #708599, #3d4e5e);
	background-image: -moz-linear-gradient(top, #708599, #3d4e5e);
	background-image: -ms-linear-gradient(top, #708599, #3d4e5e);
	background-image: -o-linear-gradient(top, #708599, #3d4e5e);
	background-image: linear-gradient(to bottom, #708599, #3d4e5e);*/
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border-radius: 2px;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
	font-size: 14px;
	padding: 5px 12px 5px 12px;
	text-decoration: none;
	border: none;
}

.btn4:hover {
  background: #557fa3;
  /*background-image: -webkit-linear-gradient(top, #557fa3, #2b577d);
  background-image: -moz-linear-gradient(top, #557fa3, #2b577d);
  background-image: -ms-linear-gradient(top, #557fa3, #2b577d);
  background-image: -o-linear-gradient(top, #557fa3, #2b577d);
  background-image: linear-gradient(to bottom, #557fa3, #2b577d);*/
  text-decoration: none;
}


.LoginLogo 
{
    display: block;
    position: relative;
    z-index: 2000;
   
    background-color: #e4e4e4;
    border-bottom: 1px solid #cacaca;
    padding: 50px;
	text-align: center;

}


.LoginLogo img {
	max-height: 200px;
	width:auto;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out ;
}



.LoginBox {
    display: block;
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    border: 0px solid #cbcbd5;
    /*background: #FFFFFF;*/
	padding:50px;

	
}
.LoginTitle {
	font-family: monospace;
    color: #3f3f3f;
    text-decoration: none;
    font-size: 20px;
}
.LoginText {
	font-family: monospace;
    color: #3f3f3f;
    text-decoration: none;
    font-size: 13px;
}

.FormField {
    width: 100%;
    height: 40px;
	border: 1px solid #dbd2c0;
    background-color: #fff;
    padding-left: 5px;	padding: 10px;
    
	font-family: monospace;
    color: #3f3f3f;
    text-decoration: none;
    font-size: 18px;
}


.formblock {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E1E1EC;
}

.formblock:first-of-type  {
    padding-top: 5px;
}

.formleft {
    display: inline-block;
	position:relative; 
	width: 30%;	
	padding:0px;
	
	font-family: monospace;
	font-size:17px;
	color: #797C84;

}
		
.formright {
    display: inline-block;
	position:relative;
	width:69%;
	padding:0px;
	font-family: helvetica, arial, sans-serif;
	font-size:13px;
	color: #191928;
}
/**/









.dragtable {
 border:1px solid #747474;
}
.dragtable tr{
	border:1px solid #000000;
	font-size:11px;
	font-family: 'Open Sans', sans-serif;
	height:35px;

}
/*
.dragtable tr:last-child {
 	border-right-width: 0px;
}*/


.dragtable tr:hover{
}

.dragtablerow0 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D2D2;
}
.dragtablerow1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D2D2;
	background-color:#F1F2F7;
}

.dragtablerow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D2D2;
}
.dragtablerow2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D2D2;
}
/*.dragtablerow:last-child {
 	border-bottom-width: 0px;
}*/

.textdata
{
 width: auto;
  text-align: center;

}

.tableout
{
 border: 1px solid;
 width: 100%;
}

.cellheading
{
 background-color: #848484;
 color: #FFFFFF;
 font-family: Verdana, Geneva, sans-serif;
 font-size: 11px;
 height:25px;
 
   border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #fff;
}


.cellheading2
{
 text-align: center;
 background-color: #999;
 color: #FFFFFF;
 font-family: Verdana, Geneva, sans-serif;
 font-size: 11px;
 height:25px;
}


.celldata
{
 background-color: #ffc37c;
  font-size: 11px;
 height:30px;

}

.celldata0
{
 background-color: #FFFFFF;
 font-size: 11px;
 height:30px;

 
}

.celldata1
{
 background-color: #E4E5E6;
 font-size: 11px;
 height:30px;

}

.celldata_b0
{
 background-color: #FFFFFF;
 font-family: Verdana, Geneva, sans-serif;
 font-size: 12px;
 height:15px;
 text-align: left;
 padding-left:25px;

 
}

.celldata_b1
{
 background-color: #cfd2e1;
 font-family: Verdana, Geneva, sans-serif;
 font-size: 12px;
 height:15px;
  text-align: left;
 padding-left:25px;

}

body{
	background-color:#fafaf8;
	width: 100%;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* ---------------- BACKGROUNDS ----------------- */

.bk_folderbar {
	background-image:url(../images/folder_bars.png);
	background-repeat:repeat-y;
	background-position:center;
}	

	.bk_folderbar {
	background-image:url(../images/folder_bars.png);
	background-repeat:repeat-y;
	background-position:center;
}	

	.bk_folderbar2 {
	background-image:url(../images/folder_bars2.png);
	background-repeat:repeat-y;
	background-position:center;
}	
	
	.bk_productthumb {
	background-color:#FFFFFF;
	border: 1px solid #00365d;
	width: 150px;
	height: 150px;
	}
	
	.main_content {
	background-color:#ffffff;
	border: 1px solid #676767;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	}
	
	.main_content2 {
	background-color:#ffffff;
	border: 1px solid #00365d;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	}
	
.dragtablerow {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
	
	.bk_sidebarright {
	background-color:#ffffff;
	border: 1px solid #838383;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	}
	
	.bk_sidebarright_header {
	background-color:#838383;
	font-family: Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	}
	
		.bk_sidebarright2 {
	background-color:#ffffff;
	border: 1px solid #00365d;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	}
	
	.bk_sidebarright_header2 {
	background-color:#838383;
	font-family: Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	}
	
	.bk_header {
	background-color:#929292;
	}
	
	.bk_grey_body {
	/*background-color:#fff;*/
	border:1px solid #DCDCDC;
	border-radius: 0px;
	padding:10px;
	}
	

	.bk_main-header {
	background-image:url(../images/bk_header.png);
	background-repeat:repeat-x;
}	
	.bk_white {
	background-color:#FFFFFF;
	}
	.bk_grey2 {
	background-color:#f2f2f2;
	}
	

.bk_solid-01{
	background-color:#00365d;
}
.bk_solid-02{
	background-color:#5b89b7;
}
.bk_solid-03{
	background-color:#759ec9;
}
.bk_solid-04{
	background-color:#8db2d8;
}
.bk_solid-05{
	background-color:#a7c5e4;
}
.bk_solid-06{
	background-color:#c0d6ec;
}
.bk_solid-07{
	background-color:#d8e5f2;
}

.bk_admin-01{
	background-color:#a9a9a9;
}
.bk_admin-02{
	background-color:#5b5b5b;
}
.bk_admin-03{
	background-color:#6b6b6b;
}
.bk_admin-04{
	background-color:#7b7b7b;
}
.bk_admin-05{
	background-color:#8b8b8b;
}
.bk_admin-06{
	background-color:#9b9b9b;
}
.bk_admin-07{
	background-color:#f5f5f5;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}

.bk_cart{
	background-color:#f5f6f0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none
}

.bk_checkout {
	background-image: url(/interface/checkout_bk.png);
	height:41px;
}

.box {
	border: 1px solid #98a06d;
}
	.middle-bk {
	background-color:#000000;
	}
	.border_grey{
	border: 1px solid #3f3f3f;
	}
	.border_grey2{
	border: 1px solid #dadada;
	}
	.border_blue-05{
	border: 1px solid #a7c5e4;
}
	
/* ---------------- FIELDS ----------------- */

.field-select {
	border: 1px solid #dbd2c0;
	background-color:#fff;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 14px;
	width:100%;
	color: #3f3f3f;
	text-decoration: none;
}

.field-select2 {
	border: 1px solid #dbd2c0;
	background-color:#fff;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 11px;
	width:100%;
	color: #3f3f3f;
	text-decoration: none;
}

.field-basic {
	border: 1px solid #dbd2c0;
	background-color:#fff;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #3f3f3f;
	text-decoration: none;
}
.field-basic2 {
	border: 1px solid #dbd2c0;
	background-color:#fff;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 15px;
	width:95%;
	color: #3f3f3f;
	text-decoration: none;
}
.field-basic3 {
	border: 1px solid #dbd2c0;
	background-color:#fff;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 12px;
	width:100%;
	color: #3f3f3f;
	text-decoration: none;
}

.field-title {
	border: 1px solid #dbd2c0;
	background-color:#fff;
	width:95%;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #3f3f3f;
	text-decoration: none;
	height:35px;
	padding: 5px;
}


.field-title2 {
	border: 1px solid #dbd2c0;
	background-color:#fff;
	width:50%;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #3f3f3f;
	text-decoration: none;
	height:30px;
}

.field-body {
	border: 1px solid #dbd2c0;
	background-color:#fff;
	width:95%;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #3f3f3f;
	text-decoration: none;
}

.text_manual-12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #3f3f3f;
	text-decoration: none;
	line-height: 17px;
}

/* ---------------- Text White ----------------- */

.text_white-9 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none	
}
.text_white-10 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none	
}
.text_white-11 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none
}
.text_white-12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none
}
.text_white-14 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none
}
.text_white-15 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none
}
a:hover.text_white-9 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #957e51;
	text-decoration: underline
}
a:hover.text_white-10 {
	font-family: Verdana, Geneva, sans-serif;

	font-size: 10px;
	color: #957e51;
	text-decoration: underline
}
a:hover.text_white-11 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #957e51;
	text-decoration: underline
}
a:hover.text_white-12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #957e51;
	text-decoration: underline
}
a:hover.text_white-14 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #957e51;
	text-decoration: underline
	
}

/* ----------------Text Black ----------------- */

.text_black-9 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000x000;
	text-decoration: none	
}
.text_black-10 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none
	
}
.text_black-11 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none
}

.text_black-12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.text_black-14 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.text_black-15 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #000000;
	text-decoration: none
}
.text_black-20 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #000000;
	text-decoration: none
}
a:hover.text_black-9 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #635412;
	text-decoration: underline
	
}
a:hover.text_black-10 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #635412;
	text-decoration: underline
	
}
a:hover.text_black-11 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #635412;
	text-decoration: underline
}

a:hover.text_black-12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #635412;
	text-decoration: underline;
}

a:hover.text_black-14 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #635412;
	text-decoration: underline
}
a:hover.text_black-15 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #635412;
	text-decoration: underline
}

/* ----------------Text Grey ----------------- */

.text_grey-9 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #3f3f3f;
	text-decoration: none
	
}
.text_grey-10 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #3f3f3f;
	text-decoration: none
	
}
.text_grey-11 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #3f3f3f;
	text-decoration: none;
}

.text_grey-12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #3f3f3f;
	text-decoration: none;
}
.text_grey-13 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #3f3f3f;
	text-decoration: none;
}

.text_grey-14 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #3f3f3f;
	text-decoration: none;
}
.text_grey-15 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #3f3f3f;
	text-decoration: none
}
.text_grey-20 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #3f3f3f;
	text-decoration: none
}
a:hover.text_grey-9 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #635412;
	text-decoration: underline
	
}
a:hover.text_grey-10 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #635412;
	text-decoration: underline
	
}
a:hover.text_grey-11 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #635412;
	text-decoration: underline
}

a:hover.text_grey-12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #635412;
	text-decoration: underline;
}
a:hover.text_grey-13 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #635412;
	text-decoration: underline;
}
a:hover.text_grey-14 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #635412;
	text-decoration: underline
}
a:hover.text_grey-15 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #635412;
	text-decoration: underline
}

/* ----------------Text Grey Light ----------------- */

.text_grey2-9 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: none
	
}
.text_grey2-10 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none
	
}
.text_grey2-11 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none
}

.text_grey2-12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}
.text_grey2-13 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	text-decoration: none;
}

.text_grey2-14 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: none;
}
.text_grey2-15 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #CCCCCC;
	text-decoration: none
}
.text_grey2-20 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #CCCCCC;
	text-decoration: none
}
a:hover.text_grey2-9 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #635412;
	text-decoration: underline
	
}
a:hover.text_grey2-10 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #635412;
	text-decoration: underline
	
}
a:hover.text_grey2-11 {

	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #635412;
	text-decoration: underline
}

a:hover.text_grey2-12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #635412;
	text-decoration: underline;
}
a:hover.text_grey2-13 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #635412;
	text-decoration: underline;
}
a:hover.text_grey2-14 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #635412;
	text-decoration: underline
}
a:hover.text_grey2-15 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #635412;
	text-decoration: underline
}

/* ----------------Text Red ----------------- */

.text_red-9 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #C80000;
	text-decoration: none
	
}
.text_red-10 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #C80000;
	text-decoration: none
	
}
.text_red-11 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #C80000;
	text-decoration: none
}

.text_red-12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #C80000;
	text-decoration: none;
}
.text_red-13 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #C80000;
	text-decoration: none;
}

.text_red-14 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #C80000;
	text-decoration: none;
}
.text_red-15 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #C80000;
	text-decoration: none
}
.text_red-20 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #C80000;
	text-decoration: none
}
a:hover.text_red-9 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: underline
	
}
a:hover.text_red-10 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline
	
}
a:hover.text_red-11 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline
}

a:hover.text_red-12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
a:hover.text_red-13 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}
a:hover.text_red-14 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: underline
}
a:hover.text_red-15 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #000000;
	text-decoration: underline
}



/* ----------------Text 01----------------- */

.text_01-9 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #00365d;
	text-decoration: none
	
}
.text_01-10 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #00365d;
	text-decoration: none
	
}
.text_01-11 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #00365d;
	text-decoration: none
}

.text_01-12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #00365d;
	text-decoration: none;
}
.text_01-13 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #00365d;
	text-decoration: none;
}

.text_01-14 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #00365d;
	text-decoration: none;
}
.text_01-15 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #00365d;
	text-decoration: none
}
.text_01-18 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #00365d;
	text-decoration: none
}
.text_01-20 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #00365d;
	text-decoration: none
}
a:hover.text_01-9 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #c20000;
	text-decoration: underline
	
}
a:hover.text_01-10 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #c20000;
	text-decoration: underline
	
}
a:hover.text_01-11 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #c20000;
	text-decoration: underline
}

a:hover.text_01-12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #c20000;
	text-decoration: underline;
}
a:hover.text_01-13 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #c20000;
	text-decoration: underline;
}
a:hover.text_01-14 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #c20000;
	text-decoration: underline
}
a:hover.text_01-15 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #c20000;
	text-decoration: underline
}

/* ----------------Text 02----------------- */

.text_02-9 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #2078b7;
	text-decoration: none
	
}
.text_02-10 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #2078b7;
	text-decoration: none
	
}
.text_02-11 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #2078b7;
	text-decoration: none
}

.text_02-12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #2078b7;
	text-decoration: none;
}
.text_02-13 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #2078b7;
	text-decoration: none;
}

.text_02-14 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #2078b7;
	text-decoration: none;
}
.text_02-15 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #2078b7;
	text-decoration: none
}
.text_02-20 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #2078b7;
	text-decoration: none
}
a:hover.text_02-9 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #3f3f3f;
	text-decoration: underline
	
}
a:hover.text_02-10 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #3f3f3f;
	text-decoration: underline
	
}
a:hover.text_02-11 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #3f3f3f;
	text-decoration: underline
}

a:hover.text_02-12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #3f3f3f;
	text-decoration: underline;
}
a:hover.text_02-13 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #3f3f3f;
	text-decoration: underline;
}
a:hover.text_02-14 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #3f3f3f;
	text-decoration: underline
}
a:hover.text_02-15 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;

	color: #3f3f3f;
	text-decoration: underline
}