/* 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;
	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; }


body {
	background-color: #fff;
	font-size: 11px;
    font-family: Verdana, sans-serif;
	color: #000;
}

p {
    text-align: justify;
    line-height: 1.5em;
}

a, a:visited, a:hover {
	color: #00468e;
}

a img {
    border: none;
}

td {
    vertical-align: top;
}

input, textarea, select {
    border: 1px solid #272626;
}
input[type=radio] { background-color: transparent; }

h1,h2,h3,h4 { color: #e32203; }
h2 a, h3 a, h4 a, h2 a:visited, h3 a:visited, h4 a:visited { color: inherit; }
h2 { font-size: 1.50em; margin-bottom: 1em; }
h3 { font-size: 1.25em;	margin: 0.50em 0; }
h4 { font-size: 1.05em;	margin: 0.25em 0; }


a.colorbox { }
a.colorbox img { border: 0; }

