
/* Most Common Changes
------------------------------------------------------ */
body { color: #1f3447; }
hr { border-color: #000000; }

a:link { color: #1f3447; font-weight: bold;	}
a:visited {	color: #6d8ead; }
a:hover {	color: #555; }
a:active { color: #1f3447; }

h1 { color: #1f3447; }
h2 { color: #6d8ead; }
h3 { color: #666; }
h4 { color: #777; }
h5 { color: #888; }
h6 { color: #999; }


table.style1, table.style1 td, table.style1 th { border-color: #666; }
table.style1 tr.even td { background-color: #ccc; }
table.style1 th { color: #000; }

table.style2, table.style2 td, table.style2 th { border-color: #666; }
table.style2 tr.even td { background-color: #ccc; }
table.style2 th { color: #000; }

fieldset { border-color: #000000; }
legend { color: #000000; }


/*
------------------------------------------------------ */
a:link { text-decoration: underline; }
a:visited {	text-decoration: underline; }
a:hover {	text-decoration: none; }
a:active { text-decoration: underline; }

h1, h2, h3, h4, h5, h6 { line-height: 1.15em; }
h1 { font-size: 2.50em; }
h2 { font-size: 2.25em; margin: 1em 0 .5em 0; font-weight: normal;}
h3 { font-size: 2em; margin: 1em 0 0 0;}
h4 { font-size: 1.75em; margin: 1em 0 0 0; font-weight: normal; }
h5 { font-size: 1.5em; margin: 1em 0 0 0;}
h6 { font-size: 1.4em; margin: 1em 0 0 0; font-weight: normal; }
hr { margin: 1.5em 0 .25em 0;


/* Table Style 1 & 2
-------------------------------------------------------- */
table.style1 {
	margin: 1em 0;
	border-style: solid;
	border-width: 1px 1px 0 0;
}
table.style1 td, 
table.style1 th {
	border-style: solid;
	border-width: 0 0 1px 1px;
	padding: 2px 1em;
}

table.style2 {
	margin: 1em 0;
	border-style: solid;
	border-width: 1px 1px 0 0;
}
table.style2 td, 
table.style2 th {
	border-style: solid;
	border-width: 0 0 1px 1px;
	padding: 2px 1em;
}


/* Forms
-------------------------------------------------------- */

fieldset { border-style: solid; border-width: 1px; padding: 2em; margin: 1em 0; }
legend { padding: 0 .25em; font-size: 2em; font-weight: bold; }
