/* General layout */
A:link        { font-weight: bold; text-decoration: underline; color: #104A94; }
A:visited     { text-decoration: underline; color: #0080FF; }
A:hover       { text-decoration: underline; color: #CC3333; }
BODY          { font-family: Arial; font-size: 11pt; background-color: #FFFFFF; }
P             { font-family: Arial; font-size: 11pt; }

H1				{ font-family: Arial; font-size: 16pt; color: #104A94; font-weight: bold; margin-bottom: 0; }
H2				{ font-family: Arial; font-size: 14pt; color: #474747; font-weight: bold; margin-bottom: 0; }
H3				{ font-family: Arial; font-size: 12pt; color: #7b7b7b; font-weight: bold; font-style: italic; }

/* Misc./title/category colors */
hr           { color: #6394BD; hight: 1px; }


.button {
display: block;
font-family: Arial, Verdana, Helvetica;
font-weight: bold;
font-size: 11px;
text-decoration: none;
background: url (images/button_normal.jpg);
}

.button:hover {
font-family: Arial, Verdana, Helvetica;
font-weight: bold;
font-size: 11px;
text-decoration: none;
color: #000000;
background-color: #FF0000;
background: url (images/button_hover.jpg);
}
.button:active {
background-color: #ffffff;
font-family: Arial, Verdana, Helvetica;
font-weight: bold;
font-size: 11px;
text-decoration: none;
color: #000000;
background: url (images/button_pressed.jpg);
}
