@import url("http://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic,700italic");

body {line-height: 130%; 
      font-family: Ubuntu, Trebuchet MS, Geneva;
      text-align: justify;
}
h1 { line-height: 100%; }

a:link {color:#039;text-decoration:none;}
a:visited{color:#906A32;text-decoration:none;}
a:hover{color:#0353a5;}
a:hover{text-decoration:underline;}

span.myheader {
  color: #CC3300; 
  font-weight:bold;
}

table.gridtable {
  display: block;  
  margin:auto;
	#font-family: verdana,arial,sans-serif;
	#font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtable td {
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}
