body {background: #000000}

.white {font-family: Arial;font-size: 12px; color: #ffffff;}

.black {font-family: Arial;font-size: 9px; color: #000000;}

.yellow {font-family: Arial;font-size: 16px; color: #FFFF33; font-weight:bold;}

.yellow2 {font-family: Arial;font-size: 9px; color: #FFFF33; font-weight:bold;}

.yellow3 {font-family: Arial;color: #FFFF33;}

.yellow4 {font-family: Arial;font-size: 11px;color: #FFFF33;font-weight:bold;}

.white {font-family: Arial;font-size: 12px; color: #F1F906; font-weight:bold;}

.myspace a:link {font-family:Arial;color:#FFFFFF;font-size:12px;font-weight:bold;}

.myspace a:visited {font-family:Arial;color:#FFFFFF;font-size:12px;font-weight:bold;text-decoration:underline;}

.myspace a:hover {font-family:Arial;color:#FF0000;font-size:12px;font-weight:bold;text-decoration:underline;}



.style1 {font-family: Arial;font-size: 9px; color: #1E1E1E;}

.style2 {font-family: Arial;font-size: 16px; color: #FFFF33; font-weight:bold;}

.style2 a:link {font-family:Arial;color:#FFFFFF;font-size:14px;font-weight:bold;}

.style2 a:visited {font-family:Arial;color:#FFFFFF;font-size:14px;font-weight:bold;text-decoration:underline;}

.style2 a:hover {font-family:Arial;color:#F1F906;font-size:14px;font-weight:bold;text-decoration:underline;}

.style3 {color: #000000}

.style4 {font-family: Arial;font-size: 13px;color: #ffffff;}

.style11 {font-family: Arial;font-size: 18px;font-weight:bold;color: #00FF00;}

a:link {color: #00FF00;}

a:link.white {color: #ffffff;text-decoration:none;}

a:visited {color: #00FF00;}

a:visited.white {color: #ffffff;text-decoration:none;}

a:hover {color: #00FF00;}

a:hover.white {color: #ffffff; text-decoration:underline;}

.style5 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #999999; }

.style6 {font-size: 10px}

.style7 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }

.style8 {font-family: Arial; color: #ffffff;}

.style9 {font-family: Arial; font-size: 14px; color: #FFFFFF; font-weight:bold;}

.style10 {font-family: Arial; font-size: 12px; color: #ffffff;}

.c_text { color:#FFFFFF; font-size:10px; text-transform:uppercase}

.c_text a{ color:#FFFFFF; text-decoration:none}

.c_text a:hover{ color:#FFFFFF; text-decoration:underline}hr {border: medium dotted #999999;}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 11px Verdana;
color: #000000;
a:link color: #000000;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 200px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #000000;
}

.anylinkmenu a:hover{ /*hover background color*/
background: Black;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
