@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700);


body {
	font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #666;
	background: #fff;
}

a:link {
	color: #666;
}

a:visited {
	color: #666;
}

a:hover {
	color: #003366;
	text-decoration: none;
}

a:active {
	color: #003366;
}

table,td {
	border: 1px solid #CCC;
	border-collapse: collapse;
}

table.plain, table.plain td {
	border: none;
}

thead th,tbody th {
	background: #FFF;
	color: #666;
	padding: 5px 10px;
}

tbody th {
	background: #f3f3f3;
	text-align: left;
	font-weight: bold;
}

tbody tr td {
	padding: 5px 10px;
	color: #666;
}

table.rowhover tbody tr:hover {
	background: #fff2f2;
}


table.rowhover tbody tr:hover td {
	color: #454545;
}

table.withborder, td.withborder {
    border: 1px solid #CCC;
}

tfoot td, tfoot th {
	padding: 4px;
	background: #FFF;
	color: #666;
}

caption {
	text-align: left;
	font-size: 120%;
	padding: 10px 0;
	color: #666;
}

ul.sitelinks {
    list-style-position: inside;
    list-style-type: square;
    margin: 5px;
    padding: 0px;
}

ul.sitelinks li {
    margin-bottom: 7px;
}

img.thumbnail {
	border: 2px solid #666;
	margin: 1px;
}

button, input, select, textarea {
  font-family : inherit;
  font-size   : 14px;
}
