/* CSS Document */


table.sample {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	border-width: 1px;
	border-spacing: ;
	border-style: dotted;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 0px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
	background-color: #ffffff;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 0px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
	background-color: #ffffff;
	-moz-border-radius: ;
}

/* Copied from bodt.css */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1C5134;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1C5134;
}

a:link   
{
	color: #1C5134; font-size: 14px; font-family: Trebuchet MS; font-variant: normal; 
	text-decoration: none; text-transform: none; margin-top:0; margin-bottom:0; font-weight:bold 
}

a:active
{
	color: #1C5134; font-size: 14px; font-family: Trebuchet MS; 
	font-variant: normal; text-decoration: none; text-	transform: none; margin-top:0; margin-bottom:0; font-weight:bold 
}
 
a:hover    
{
	color: #AD121E; font-size: 14px; font-family: Trebuchet MS; font-variant: normal; text-decoration: none; text-transform: none; margin-top:0; margin-bottom:0; font-weight:bold 

}

A:visited    
{
	color: #1C5134; font-size: 14px; font-family: Trebuchet MS; font-variant: normal; text-decoration: none; 
	text-transform: none; margin-top:0; margin-bottom:0; font-weight:bold 
}
