/* fonts, sizes, colors and spacing */

body, td, input, select 
{
font:  normal 11px "Trebuchet MS", Arial;
color: #666;
}

strong {
color: #666;
}

p {
margin: 0.8em 0;
}

h1 {
font:  normal normal 22px/22px Verdana, Arial, sans-serif;
font-weight: normal;
color: #c54;
margin: 0.6em 0 0.2em 0;
}



h2 {
font:  normal 15px/18px Verdana, Arial, sans-serif;
font-weight: normal;
color: #336699;
margin: 0.8em 0 0.2em 0;
text-align: left;
}



h3 {
font:  bold 11px/15px Verdana, Arial, sans-serif;
font-weight: bold;
color: #444;
margin: 0.8em 0 0.1em 0;
}

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


