table.solid {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.solid th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.solid td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

table.dashed {
	border-width: 1px;
	border-spacing: ;
	border-style: dashed;
	border-color: gray;
	border-collapse: collapse;;
}
table.dashed th {
	border-width: 1px;
	padding: 3px;
	border-style: dashed;
	border-color: gray;;
	-moz-border-radius: ;
}
table.dashed td {
	border-width: 1px;
	padding: 3px;
	border-style: dashed;
	border-color: gray;;
	-moz-border-radius: ;
}

td {
	text-align: left;
	font-family:tahoma;
	font-size:11px;
	color:#323232;
	line-height:14px;
}

a {text-decoration:underline;
   color:#B61B09;}
  
body { 	margin:0px;padding:0px;}



ul {margin:0; padding:0; list-style:none}
li {background:url(images/a1.gif) center left no-repeat; background-position: 0 .5em; margin:0 0 0 0px; padding:0 0 0 10px; line-height:16px }
li a { color:#323232; text-decoration:none}
li a:hover {text-decoration:underline}

.copy { color:#FFFFFF; font-family:tahoma; font-size:11px;}
.copy a { color:#FFFFFF}
.copy span { color:#7BD1FF}
.copy span a { color:#FFFFFF; text-decoration:none}
.copy span a:hover {text-decoration:underline}

.our span { color:#963B32}
.links a { color:#963B32}

.arrow_right { margin-right:6px;}

.form { width:163px;
		height:19px;
		font-family:tahoma;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#B6BABA;
		background-color:#F5F8F5;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px}
		
.textarea { width:163px;
		height:142px;
		font-family:tahoma;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#B6BABA;
		background-color:#F5F8F5;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px}
		

a:hover {text-decoration:none;}





