﻿h1 {color: #c0c0c0; font-size: 32pt; text-align: center; font-family: copperplate gothic bold; }
h2 {color: #ffff00; font-size: 36pt; font-family: French Script MT; text-align: center; }
h3 {color: #ffff00; font-size: 16pt; font-family: arial; text-align: center; }
h4 {color: #ffff00; font-size: 22pt; font-family: French Script MT; text-align: center; }
h5 {color: #ffffff; font-size: 28pt; font-family: arial; text-align: center; }
p.j2 {color: #ffffff; font-size: 12pt; font-family: arial; font-weight: bold; }
p.j3 {color: #ffffff; font-size: 12pt; font-family: arial; font-weight: bold; text-align: center;}
p.j4 {color: #ffff66; font-size: 10pt; font-family: arial; text-align: center;}
p.j5 {color: #99ccff; font-size: 9pt; font-family: arial; text-align: center;}
p.j6 {color: #cc0000; font-size: 16pt; font-family: arial; font-weight: bold; }
p.j7 {color: #ffffff; font-size: 9pt; font-family: arial; text-align: left;}
p.j8 {color: #ffffff; font-size: 9pt; font-family: arial; text-align: center;}
p.j9 {color: #000000; font-size: 9pt; font-family: arial; text-align: center;}
p.j10 {color: #ffffff; font-size: 12pt; font-family: arial; font-weight: bold; text-align: justify ;}
span.s1 {background-color: yellow; color: #000000}
span.s2 {color: #ffff99}
span.s3 {color: #99ffcc; font-size: 12pt; font-family: arial; text-decoration: none; }
span.s4 {color: #ffffff; font-size: 16pt; font-family: arial; font-weight: bold; }
span.s5 {color: #ffff00; font-size: 16pt; font-family: arial; font-weight: bold; }
span.s6 {color: #3300ff; font-size: 16pt; font-family: arial; font-weight: bold; }
span.s7 {font-size: 8pt; font-family: arial; }
span.s8 {color: #99ccff; font-size: 9pt; font-family: arial; text-align: center}
span.s9 {color: #ffffff; font-size: 9pt; font-family: arial; text-align: right}
span.s10 {color: #ffffff; font-size: 8pt; font-family: arial; text-align: right}
span.s11 {color: #cc0000; font-size: 14pt; font-family: arial; font-weight: bold; }
span.s12 {color: #3300ff; font-size: 12pt; font-family: arial; font-weight: bold; text-align: center; }
span.s13 {color: #ffff66; font-size: 10pt; font-family: arial; text-align: center;}
span.s14 {color: #0000cc; font-size: 9pt; font-family: arial; text-align: center}
span.s15 {color: #ffffff; font-size: 12pt; font-family: arial; font-weight: bold; }
span.b1 {color: #3300ff; font-size: 9pt; font-family: arial; font-weight: bold; text-align: center; }
span.b2 {color: #ffffff; font-size: 8pt; font-family: arial; text-align: center; }
span.b3 {color: #ffff00; font-size: 8pt; font-family: arial; text-align: center; }
span.r1 {color: #ffffff; font-size: 18pt; font-family: corbel; }
span.r2 {color: #ffffff; font-size: 28pt; font-family: arial; font-weight: bold; }
span.r3 {color: #ffffff; font-size: 10pt; font-family: corbel; text-align: right}
body {background-color: #000000; margin-left:0px; margin-right:0px; top:0px; text-align:center }
#content { width:961px; margin:0 auto; text-align:left } /* Centering Page */
a:link {color: #99FFCC; text-decoration: none; cursor: url("http://65.41.196.222/ccso1.cur")}
a:visited {color: #00FF00; text-decoration: none; cursor: url("http://65.41.196.222/ccso1.cur")}
a:hover {color: #FF0000; text-decoration: none; cursor: url("http://65.41.196.222/ccso1.cur")}
a:active {color: #FF6600; text-decoration: none; cursor: url("http://65.41.196.222/ccso1.cur")}
ul.a1 {list-style-type: circle; color: #ffffff; font-size: 12pt; font-family: arial; font-weight: bold; text-align: left;}
ol {list-style-type: decimal; color: #ffffff; font-size: 8pt; font-family: arial; font-weight: bold; text-align: left;}


.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 170px; /* Main Menu Item widths */
list-style-type: none;
font: bold 12px Verdana;


border-bottom: 1px solid #000000;
}
 
.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #99FFCC;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #000000; /*background of menu items (default state)*/
color: #99FFCC;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: black; 
color: #99FFCC;
}

.ddsmoothmenu-v ul li a:hover{
background: black; /*background of menu items during onmouseover (hover state)*/
color: #FF0000;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */