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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: ;
	background-image: url();
	color: #000;
	font-family: tahoma;
	font-size: 11px;
}

hr {
	margin-top: 3px;
	background-color: #ebebeb;
	height: 7px;
	line-height: 7px;
	border-top: 1px solid #fff;
}

td {
	font-family: tahoma;
	font-size: 11px;
	color: #000;
	vertical-align: top;
}	

a:link {
	font: bold 11px tahoma;
	color: #000;
	text-decoration: none;
}

a:visited {
	font: bold 11px tahoma;
	color: #000;
	text-decoration: none;
}

a:hover {
	font: bold 11px tahoma;
	color: #6d2023;
	text-decoration: none;
}

a:active {
	font: bold 11px tahoma;
	text-decoration: none;
}

p {
	color: #000;
	background-color: transparent;
	margin-top: 0px;
	margin-bottom: 7px;
}

.article {
	font: bold 11px tahoma;
	text-transform: uppercase;
	color: #663333;
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-color: #dadada;
}

img {
	border: none;
}

.footer {
	font: 9px, tahoma;
	color: #333;
	font-style: normal;
	text-decoration: none;
	padding-top: 7px;
	border-style: solid;
	border-bottom-width: 0px;
	border-top-width: 2px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-color: #dadada;
}

.supportimg {
	border-style: dashed;
	border-bottom-width: thin;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #dadada;
}

.divider {
	border-style: dashed;
	border-right-width: thin;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: #dadada;
}

.quotestart {
     float: left;
     height: 100px;
     margin-top: -60px;
	 margin-bottom: -80px;
     padding-top: 45px;
	 padding-right: 10px;
	 padding-left: 0px;
	 padding-bottom: 10px;
     font-size: 600%;
     color: #6d2023;
	 font-family: Times, serif;
 }

 .quoteend {
     float: right;
	 height: -10px;
     margin-top: -20px;
	 margin-bottom: 0px;
	 margin-right: 0px;
     padding-top: 20px;
	 padding-left: -20px;
	 padding-right: 0px;
	 padding-bottom: 0px;
     font-size: 600%;
     color: #6d2023;
	 font-family: Times, serif;
 }
 
 .table1 {
	border-style: dashed;
	border-bottom-width: thin;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #dadada;
}

td#menu a {
  display: block;
  text-decoration: none;	
}


