@import url('https://fonts.googleapis.com/css?family=Muli|Open+Sans|Prata');

body         { font-family: 'muli', san-serif; margin: 3;}

table { border-collapse: collapse; }
tr { border: solid thin; }

table.main   {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

td.form   { 
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
		padding: 2px;
	font-size: 12pt;

}


h1           { font-size: 9pt; color: #000080 }

h2           { font-size: 10pt; color: #000080 }

h3           { font-size: 10pt; color: #000080 }

h4           { font-size: 13pt; color: #000080; text-align: Center }

h5           { font-size: 10pt; color: #000080; font-weight: bold }

h6           { font-size: 8pt; color: #000080 }

a       { color: #000080; text-decoration: underline }

A:visited   { color: #000066; text-decoration: underline }

A:hover 	{ color: #000080; text-decoration: underline }

hr           { height: 1px; color: #FF6600 }