/*HCCG MAIN CSS */
body {background: #cccc99; font-family: arial, helvetica, verdana, sans-serif; color: #330000; margin-left:0px; margin-top:0px;
scrollbar-face-color: #999966;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #993300;
scrollbar-darkshadow-color:#663300;
scrollbar-shadow-color:#000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #663333;
}

/*FORM ELEMENTS*/

.aceButton {
background-color: #000000;
color:#ffcc33;
font-size: 8pt;
font-family: arial, helvetica, sans-serif;
font-weight: bold;
}
.aceTextField {
background-color: #ffff99;
color: #000000;
font-size: 10pt;
font-family: arial, helvetica, sans-serif;
}

/*LINKS*/

a:link {text-decoration: underline; color: #0000ff; font-size: 10pt;}
a:visited {text-decoration: underline; color: #990099; font-size: 10pt;}
a:hover{color:#000000; text-decoration:underline; background: #ffffff; font-size: 10pt;}
a:active {text-decoration: underline; color: #009900; font-size: 10pt;}


a.ext:link {text-decoration: underline; color: #0000ff; font-weight: bold; font-size: 8pt;}
a.ext:visited {text-decoration: none; color: #99099; font-weight: bold; font-size: 8pt;}
a.ext:hover{color:#ffffff; text-decoration:underline; background:  #663333; font-size: 8pt;}
a.ext:active {text-decoration: underline; color: #009900; font-weight: bold; font-size: 8pt;}


/*HEADERS*/

h2:first-letter {font-size:100%;}
h2 { font-family: times, 'times new roman, serif'; color: #666633; font-size: 14pt;}
h2.marg {margin: 0px 0px 3px 0px;}


h3:first-letter {font-size:105%;}
h3 { font-family: times, 'times new roman', serif; color: #663333;}
h3.marg {margin: 0px 0px 3px 0px;}


h4:first-letter {font-size:100%;}
h4 { font-family: arial, helvetica, verdana, sans-serif; font-size: 11pt; color:  #666633; font-style: oblique;}
h4.marg {margin: 0px 0px 3px 0px;}

h5:first-letter {font-size:107%;}
h5 { font-family: arial, helvetica, verdana, sans-serif;  font-size: 10pt; color:  #ffff99; font-weight: bold;}
h5.marg {margin: 0px 0px 3px 25px;}

/*PARAGRAPHS*/

p {text-indent: 30px; font-family: arial, verdana, helvetica, sans-serif; font-size: 11pt;
}
p.noindent {text-indent: 0px; font-family: arial, verdana, helvetica, sans-serif; font-size: 11pt;
}
p.dotted {border-style: dotted}
p.dashed {border-style: dashed}
p.solid {border-style: solid}
p.double {border-style: double}
p.groove {border-style: groove}
p.ridge {border-style: ridge}
p.inset {border-style: inset}
p.outset {border-style: outset}

p.increase {line-height: 25px}
p.marginL {margin-left: 2cm}
p.margin2 {margin: .5cm 0cm 0cm 6cm}
p.marginT {margin-top: .5cm}
p.margin {margin: 0cm 2cm 0cm 2cm}
p.top {position: fixed; top: 25%;  bottom: 75%; left: 5%;  right: 0;}

/*BORDERS*/

.cellbrd {border: #663333  1px  solid;
}

.cellbrd2 {border: #663333  3px  solid;
}

.brd {border: #663333  1px  solid;
}

.brdridge {border: #cccc99  7px  ridge;
}

.brdlight {border: #ffffff  1px  solid;
}

.brdl {border-left: #999999  8px  double;
}

.brdt {border-top: #663333 1px  solid;
}

.brdr {border-right: #663333  2px  solid;
}

.brdbot {border-bottom: #663333 2px  solid;
}

.dubl {border: #996633  8px  double;
}

.dubl2 {border: #663333  4px  double;
}

/*LISTS*/

ul {list-style-image: url(pics/oj-bulet.gif); list-style-type: disc; list-style-position: outside; list-style-type: disc;
}

ul ul {list-style-image: none; list-style-type: circle;
}

/*IMAGES*/

img.me
{
position:absolute;
left: 00px;
top:110px;
z-index:-1;
}

/*DIV*/



