@charset "UTF-8";
/* CSS Document */

/************  Define body rules  **************/

body { margin: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; line-height: 130%; background-image: url(images/site_bg.jpg); background-repeat: repeat-x; }


/************  Define link rules  *************/

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


/************  Define headline rules  ***********/

h1 { font-size: 14px; font-weight: bold; color: #003366; }
h2 { font-size: 12px; font-weight: bold; color: #333333; }


/************  Define copyright rules  *************/

#copyRight { font-size: 10px; color: #FFFFFF; }

