﻿a:link {color: #990000; text-decoration: none;}
a:visited {color: #990000; text-decoration: none; }
a:hover {color: #999999; text-decoration: underline; }
body {
	font-family:Arial, Sans-Serif;
	font-size:12px;
	line-height:20px;
	}

table.sample {
	border-width: 2px 2px 2px 2px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-color: #848484;
	border-collapse: collapse;
	background-color: rgb(255, 255, 240);
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #EEE8D0;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: #e0e0e0;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

/*---------------------------------------------------------*/

table.subliners {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
}
table.subliners th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #EEE8D0;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.subliners td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
	
