/* fast reset */

body, * {
	font-family: inherit; font-weight: normal; font-style: inherit; font-size: 100%;
	margin: 0; padding: 0; border: 0; outline: 0;
	color: inherit; background: transparent;
	vertical-align: baseline; text-decoration: none;
}
b, strong			{ font-weight: bold; }
i, em				{ font-style: oblique; }
ol, ul				{ list-style: none; }
table				{ border-collapse: separate; border-spacing: 0; }
caption, th, td		{ font-weight: normal; vertical-align: top; }

p {
    text-align: justify;
    line-height: 1.5em;
}

a {
    color: #820000;
}

h1,h2,h3,h4 { color: #820000; }
h2 a, h3 a, h4 a, h2 a:visited, h3 a:visited, h4 a:visited { color: inherit; }
h2 { font-size: 1.20em; margin-bottom: 1em; font-weight: bold; font-variant: small-caps; }
h3 { font-size: 1.10em; margin: 0.50em 0; }
h4 { font-size: 1.05em; margin: 0.25em 0; }

input, textarea, select { border: 1px solid #660000; }
input[type=checkbox]    { border: none; }
input[type=radio]       { background-color: transparent; }
input[type=submit]      { font-weight: bold; }

a.colorbox { }
a.colorbox img { border: 1px solid #000; }





