/* COLOR BARS */
#bar1 { background-color: #336; border-color: #999; }
#bar2 { background-color: #6973e2; color: #999; }

/* H1 SPECIFICATIONS */
h1 { font-family: arial, verdana, helvetica, sans-serif; 
     color: #336; font-size: 1.4em; 
     font-weight: normal;
     margin-top: 0px;
     margin-bottom: 0px; }

/* H2 SPECIFICATIONS */
h2 { color: #000;
     font-size: .75em; 
     font-weight: bold;
     margin-top: 7px; 
     margin-bottom: 0px; }

h3 { color: #000; font-size: .80em; font-weight: bold; margin: 0; }
h4 { font-size: .80em; }
h5 { font-size: .80em; }
h6 { font-size: .80em; }

/* LINKS */
a  { color: #6973e2; text-decoration: underline; font-weight: bold; }
a:hover   { color: #336; }

/* LINKS IN TOP MENU */
#bar2 a         { color: #ccc; font-weight: normal; text-decoration: none; }
#bar2 a:hover   { color: #fff; text-decoration: none; }

/*LINKS IN SIDE MENU */
#sidemenu a { color: #6973e2; font-weight: bold; font-size: 11px; text-decoration: none; }
#sidemenu a:hover { color: #336; }

/* MISC */
p         { font-size: .70em; margin-top: 0px; margin-bottom: 10px; }
ul        { margin-left: 18px; margin-top: 0; }
li, label { font-size: .70em; }
hr	  { color: #ccc; height: 1px; margin-bottom: 5px; }
img { border: 0; }
blockquote { font-style: italic; }
body  { margin: 0; background-color: #fff; }
th { background-color: #336; color: #fff; font-weight: bold; }
dfn { font-style: normal; }

.sidebar { background-color: #eee; padding: 7px; }
.copyright { font-size: .55em; color: #999; }
.copyright a { font-weight: normal; }
.cont { font-weight: normal; }

li { list-style-image: url(bullet.gif); list-style-position: outside; }


/* GLOBAL FONT FAMILY */
body, p, h1, h2, h3, h4, h5, h6, a, ul, ol, li  { font-family: Verdana, Arial, Helvetica, sans-serif; }
