body {
	margin: 0px;
	padding: 0px;
	background-image:url(../images/bg-body.jpg);
}
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: 13pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 15.5pt;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 15pt;
	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-un{
	color: #ffffff;
	text-decoration:underline;
}
.txt-white-un:hover{
	color: #ffffff;
	text-decoration:none;
}
.txt-whitelink{
	color: #ffffff;
}
.txt-whitelink:hover{
	color: #d0d0d0;
}
.txt-blacklink{
	color: #000000;
	text-decoration:none;
}
.txt-blacklink:hover{
	color: #000000;
	text-decoration:underline;
}
.txt-ltgrey{
	color: #9c9c9c;
}
.txt-dkgrey{
	color: #2d2d2d;
}
.txt-dkgrey01{
	color: #6c6c6c;
}
.txt-dkpink{
	color: #e7148c;
}
.txt-dkpink-link{
	color: #e7148c;
	text-decoration:underline;
}
.txt-dkpink-link:hover{
	color: #e7148c;
	text-decoration:none;
}
.font-trebuchet{
font-family:"Trebuchet MS";
}
.font-big{
font-size:17pt;
color:#ffffff;
}
.font-big02{
font-size:14pt;
color:#ffffff;
}
.font-big01{
font-family:"Trebuchet MS";
font-size:25pt;
color:#ffffff;
}
.bg-white{
background-color:#ffffff;
}
.bg-dkgrey{
background-color:#6f6f6f;
}
.bg-dkgrey01{
background-color:#454545;
}
.bg-ltgrey{
background-color:#f5f5f5;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #ffffff;
	background-color:#dd0808;
	border:none;
	cursor:pointer;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #969696;
	border:solid 1px #7f7f7f;
	height:18px;
	
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #ffffff;
	background-color:#435b5d;
	border: solid 1px #435b5d;
}
.input-newsletter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	background-image:url(../images/bg-input.gif);
	height:20px;
	border:none;
	background-repeat:no-repeat;
	padding-left:4px;
	
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	border:solid 1px #707070;
}

.button01{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #724302;
	background-color:#ffffff;
	border:none;
	cursor:pointer;
	background-image:url(../images/bg-btnsearch.gif);
	height:16px;
	width:63px;
}
.arrowlistmenu
        {
            width: 210px; /*width of accordion*/
        }
        .arrowlistmenu .menuheader
        {
            /*CSS class for menu headers in general (expanding or */
          color: white;
            background: url(../images/icon-add.gif) no-repeat center left;
            margin-bottom: 0px; /*bottom spacing between header and rest of co*/
            margin-left: 10px;
            padding: 4px 0 0px 10px; /*header text is indented*/
            cursor: hand;
            cursor: pointer;
        }
        .arrowlistmenu .menuheader a
        {
             color: white;
             cursor: hand;
            cursor: pointer;
        }
        .arrowlistmenu .menuheader a:hover
        {
            color: white;
            cursor: hand;
 cursor: pointer;
        }
        .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; /*bottom spacing between each UL and rest of co*/
        }
        .arrowlistmenu ul li
        {
            padding-bottom: 2px; /*bottom spacing between menu */
        }
        .arrowlistmenu ul li a
        {
            color: #FFFFFF;
            background: url(../images/white-seprator.gif) no-repeat center left; /*custom bullet list */
            padding: 0px 0;
            padding-left: 9px; /*link text is indented*/
            margin-left: 20px;
            text-decoration: none;
            font-weight: normal;
            border-bottom: 0px solid #dadada;
			font-size:9pt;
			text-decoration:underline;
            
        }
        .arrowlistmenu ul li a:hover
        {
            /*hover stat*/
            color: #FFFFFF;
            background: url(../images/white-seprator.gif) no-repeat center left; /*custom bullet list */
            padding: 0px 0;
            padding-left: 9px; /*link text is indented*/
            margin-left: 20px;
            text-decoration: none;
            font-weight: normal;
            border-bottom: 0px solid #dadada;
			text-decoration:none;
           
        }

.form {
margin: 0;
	padding: 0;
}
