body {
	margin: 0px;
	padding: 0px;
	background-image:url(../images/bg-body.jpg);
	background-repeat:repeat-x;
        height:100%;
	
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
h6 {
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}


h5 {
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 10.5pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 16.5pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 20pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	
}
a:hover {
	text-decoration: none;
}
.txt-white{
	color: #ffffff;
}
.txt-white:hover{
	color: #ffffff;
}
.txt-whitelink{
	color: #ffffff;
}
.txt-whitelink:hover{
	color: #97f350;
}
.txt-whitelink01{
	color: #ffffff;
}
.txt-whitelink01:hover{
	color: #890000;
}
.txt-blue{
	color: #3071c7;
}
.txt-blue01{
	color: #00478d;
}
.txt-grey{
	color: #636363;
}
.txt-red{
	color: #ff0000;
}
.txt-bluelink{
	color: #3071c7;
	text-decoration:none;
}
.txt-bluelink:hover{
	color: #3071c7;
	text-decoration:underline;
}
.font-trebuchet{
font-family:"Trebuchet MS";
}
.font-big{
font-family:"Trebuchet MS";
font-size:20.5pt;
}
.font-big{
font-family:"Trebuchet MS";
font-size:15pt;
}
.font-big01{
font-family:"Trebuchet MS";
font-size:14pt;
}
.bg-white{
background-color:#ffffff;
}
.bg-grey{
background-color:#6f6f6f;
}
.bg-ltgrey{
background-color:#f9f9f9;
}
.bg-dkblue{
background-color:#193755;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #ffffff;
	background-color:#984c2c;
	border:none;
	cursor:pointer;
	height:22px;
}


input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #808080;
	border:solid 1px #a5acb2;
	height:18px;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #ffffff;
	border:solid 1px #8b5017;
	height:21px;
	background-color:#c18b4b;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #808080;
	border:solid 1px #cecece;
	height:20px;
}
.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #549025;
	border:solid 1px #cccccc;
	height:22px;
}

.form{
margin:0px;
padding:0px;
}
.arrowlistmenu
        {
            width: 210px; /*width of accordion*/
        }
        .arrowlistmenu .menuheader
        {
            /*CSS class for menu headers in general (expanding or */
          color: white;
            background: url(../images/bg-green.gif) no-repeat center left;
           cursor: hand;
            cursor: pointer;
			width:220px;
			padding-left:13px;
			padding-top:6px;
			height:30px;
			font-family:"Trebuchet MS";
			font-size:11pt;
			font-weight:bold;
        }
        .arrowlistmenu .menuheader a
        {
             color: white;
             cursor: hand;
            cursor: pointer;
			background: url(../images/arrow-green.gif) no-repeat center left;
			padding-left: 8px; /*link text is indented*/
            margin-left: 5px;
			font-family:"Trebuchet MS";
			font-size:11pt;
			font-weight:bold;
        }
        .arrowlistmenu .menuheader a:hover
        {
            color: white;
            cursor: hand;
 cursor: pointer;
 font-family:"Trebuchet MS";
        }
        .arrowlistmenu .openheader
        {
            /*CSS class to apply to expandable header when it's exp*/
        }
        .arrowlistmenu ul
        {
            /*CSS for UL of each sub*/
            list-style-type: none;
			 margin: 0;
            padding: 0;
            margin-bottom: 0px;
			font-family:"Trebuchet MS";
        }
        .arrowlistmenu ul li
        {
            padding-bottom: 2px;
			font-family:"Trebuchet MS";
        }
        .arrowlistmenu ul li a
        {
            color: #FFFFFF;
            background: url(../images/arrow-grey.gif) no-repeat center left; /*custom bullet list */
            padding: 0px 0;
            padding-left: 9px; /*link text is indented*/
            margin-left: 30px;
            text-decoration: none;
            font-weight: normal;
            border-bottom: 0px solid #dadada;
			font-size:9pt;
			text-decoration:none;
			font-family:"Trebuchet MS";
			
            
        }
        .arrowlistmenu ul li a:hover
        {
            /*hover stat*/
            color: #97f350;
            background: url(../images/arrow-grey.gif) no-repeat center left; /*custom bullet list */
            padding: 0px 0;
            padding-left: 9px; /*link text is indented*/
            margin-left: 30px;
            text-decoration: none;
            font-weight: normal;
            border-bottom: 0px solid #dadada;
	   text-decoration:none;
	   font-family:"Trebuchet MS";
           
        }
.button01{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #724302;
	background-color:#ffffff;
	border:none;
	cursor:pointer;
	background-image:url(../images/bg-btnsearch.gif);
	height:16px;
	width:63px;
	text-align:left;
       padding-left:4px;
	
}
.font-small{
font-family:"Trebuchet MS";
font-size:10.5pt;
}
.txt-green{
	color: #65d200;
}

.bg-ltblue{
background-color:#ced3e6;
}