/* Colors used:                                */
/* black       000000 */
/* white       ffffff */
/* lavender    ccccff */
/*green        ccffcc */
/*light blue   99ccff */
/*             0000FF */  
/*gold         cc9900 */
/*red          ff0000 */
/*pink-magenta a060a08 */

#dropmenudiv{
position:absolute;
background-color: #a060a0;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #000000;
}


body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #ccccff;
	margin: 0;
	padding: 0;
	background-attachment: scroll;
	background-image: url(image/bk.jpg);
	background-repeat: no-repeat;
	font-style: normal;
	text-decoration: none;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	color: #ccccff;
	text-decoration: none;
}

a:link {  
   color: #FFFFFF; 
   text-decoration: none
}

a:visited {  
   color: #99CCFF; 
   text-decoration: none
}

a:hover {  
   color: #CCFFCC; 
   text-decoration: underline
}

h1 { 
   font-size: 11pt; 
   color: #ccffcc; 
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
}

h3 {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	
}

h4 {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	margin-left: 5%; 

}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #ccccff;
	text-decoration: none;
}

.CompanyName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22pt;
	font-style: italic;
	color: #FF0000;
}

.style1 {
	font-size: 11pt;
    font-weight: bold;
}

.style1 A:link {text-decoration: underline; color: #99CCFF}
.style1 A:visited {text-decoration: underline; color: #99CCFF}
.style1 A:active {text-decoration: underline; color: #99CCFF}
.style1 A:hover {text-decoration: underline; color: #99CCFF; }

/*This style is similar to paragraph style*/
.style2 {font-size:  11pt; text-decoration: none}
.style2 A:link {color: #FFFFFF; text-decoration: none}
.style2 A:visited {color: #99CCFF; text-decoration: none}
.style2 A:hover {color: #CCFFCC; text-decoration: underline}

/*This style is very small with no visible links*/
.style3 {font-size: x-small}        
.style3 A:link {text-decoration: none; color: #CCCCFF}
.style3 A:visited {text-decoration: none; color: #CCCCFF}
.style3 A:active {text-decoration: none; color: #CCCCFF}
.style3 A:hover {text-decoration: none; color: #CCCCFF;}

/*This style is white heading for lists*/
.style4 {
	font-size: 12pt;
	color: #FFFFFF;
	text-decoration: underline;
}

.style5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
}
.style5 A:link {text-decoration: underline; color: #99CCFF}
.style5 A:visited {text-decoration: underline; color: #99CCFF}
.style5 A:active {text-decoration: underline; color: #99CCCFF}
.style5 A:hover {text-decoration: underline; color: #0000FF; }

.style6 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}


.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	font-weight: bold;
	color: #cc9900;
}

.style7 {
	font-weight: bold;
}

.linkbar {
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;     
  text-decoration: none;
}
.linkbar  A:link {text-decoration: underline; color: #FFCC30}
.linkbar A:visited {text-decoration: underline; color: #FFCC30}
.linkbar A:active {text-decoration: underline; color: #FFCC30}
.linkbar A:hover {text-decoration: underline; color: #FFCC30;}

.greentimesnewroman{ 
   font-size: 11pt; 
   color: #ccffcc; 
   font-family: Times New Roman, Times, sans-serif;
   font-weight: bold;
}
   
.floatleft {
    float:left;
    margin-top:10px;
    margin-right:10px;
    margin-bottom:10px;
    }
	    
.floatright {
    float:right;
    margin-top:10px;
    margin-right:10px;
    margin-bottom:10px;
    margin-left:20px;
    }

.italic {font-style: italic;}

.blockquote {margin-left: 5%;}






