/* ************** Elements ************** */

html, body {
background-position: 0% 0%; color: #000000;
background-image:none; background-repeat:repeat; background-attachment:scroll; background-color:white 
}

p, ul, li {
font-family : Arial, Helvetica, sans-serif; 
font-size : 12px; 
color : #000000; 
}

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;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

h3 {
font-family: Arial;
font-size: 10px;
font-weight: bold;  
margin-left:12px; 
margin-right:12px 
}

small {
font-size: 10px;
}

input, select {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}

/* ************** Links ************** */

a:link {
color: #4784C3;
text-decoration: underline
}
a:active {
color: #d38153;
text-decoration: underline;
}
a:visited {
color: #d38153;
text-decoration: underline;
}
a:hover {
color: #d38153;
text-decoration: underline;
}