/* ************** Elements ************** */

html, body {
bgcolor: #FFFF0000;
background: #ffffff;
}

p, li {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}

p {
	margin-top:0.2em;
	margin-bottom:0.5em;
}

ul, ol {
color: #000000;
}

ol ol {
margin-left:1.5em;
}


td {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #000000;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
margin-bottom:0.5em;
}

small {
font-size: 10px;
}

input, select {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}

/* ************** Links ************** */

a:link {
color: #4784c3;
text-decoration: none;
}
a:active {
color: ##4784c3;
text-decoration: none;
}
a:visited {
color: #4784c3;
text-decoration: none;
}
a:hover {
color: #4784c3;
text-decoration: underline;
}