/* see http://www.htmlcodetutorial.com/style/_PROPERTIES.html for a style summary table */

H1  {
	font-family :  Verdana, Arial, Helvetica,san-serif;
	font-size : 16pt;
	font-weight : bold;
	font-style : normal;
	font-style : italic;
	text-align : left;
	display : inline;
	color : #303080;
}

h1.inverted  {
	font-family :  Verdana, Arial, Helvetica,san-serif;
	font-size : 16pt;
	font-weight : bold;
	font-style : normal;
	font-style : italic;
	text-align : left;
	display : inline;
	color : #ffffff;
}

H2  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 14pt;
	font-weight : bold;
	font-style : italic;
	font-style : normal;
	text-align : left;
	color : #303080;
	color : #000000;
}

H3  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 12pt;
	font-weight : bold;
	font-style : normal;
	font-style : italic;
	text-align : left;
	color : #303080;
}

H4  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 10pt;
	font-weight : bold;
	font-style : normal;
	font-style : italic;
	text-align : left;
}

H5  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 10pt;
	font-weight : bold;
	font-style : normal;
	font-style : italic;
	text-align : left;
	display : inline;
}

H6  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 24pt;
	font-weight : bold;
	font-style : normal;
	text-align : left;
	display : inline;
}

P  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-family: "Lucida Sans Unicode", "Lucida Grande",Verdana, Arial, Helvetica, sans-serif;
	font-family : Verdana, Arial, Helvetica,san-serif;
		font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	text-align : left;
	color : rgb(0,0,0);
}


BODY  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-family: "Lucida Sans Unicode", "Lucida Grande",
        Verdana,  Arial, Helvetica, sans-serif;
		font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	text-align : left;
	color : rgb(0,0,0);
}


STRONG  {
	font-weight : bold;
}

em.h2  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-weight : bold;
	font-style : normal;
	font-size : 16pt;
	color : #ff0000;
}
em  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-weight : bold;
	font-style : normal;
	font-size : 13pt;
	color : #303080;
	color : #ff0000;
}
LI  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	text-align : left;
	color : rgb(0,0,0);
}

td  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	text-align : left;
	color : rgb(0,0,0);
}

A  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	text-align : left;
	display : inline;
	color : #303080;
}


A.homepage  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 12pt;
	font-weight : bold;
	font-style : normal;
	text-align : left;
	display : inline;
	color : #990033;
}

A:Links  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	text-align : left;
	display : inline;
	color : rgb(255,0,0);
}

A:Href  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	text-align : left;
	display : inline;
	color : rgb(128,0,0);
}

A:Visited  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	text-align : left;
	display : inline;
	color : rgb(0,0,0);
	color : #303080;
}

A:Active  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 10pt;
	font-weight : normal;
	font-style :normal;
	text-align : left;
	display : inline;
	color : #990000;
}

A:Hover  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	text-align : left;
	display : inline;
	color : #990000;
	background-color: #fff
}

frameset.top  {
	border-style:none;
	border:0px
}

frame.top  {
	
	border-style:none;
	border:0px
}

/*-------------------------------*/
/* paragraphs */

P.mainmenu  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 9pt;
	font-weight : bold;
	font-style : normal;
	text-align : left;
	display : inline;
	color : #990000;
}


P.menu  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 9pt;
	font-weight : bold;
	font-style : normal;
	text-align : left;
	display : inline;
	color : #303080;
}

P.copyright  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 8pt;
	font-weight : normal;
	font-style : normal;
	text-align : left;
	color : rgb(0,0,0);
}


/*-------------------------------*/
/* anchors & links */

/* a:link {color: #FF0000}     unvisited link */
/* a:visited {color: #00FF00}  visited link */
/* a:hover {color: #FF00FF}    mouse over link */
/* a:active {color: #0000FF}   selected link */
/* Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!! */
/* Note: a:active MUST come after a:hover in the CSS definition in order to be effective!! */
/* Note: visited will NOT display if history is set to 0 in browser! */

/* current indicator styles - over ridden on each page */

/* general info */
a.m1a {background-color: #e0e0e0; color : #ffffff;	 }	/* bright white */
a.m1b {background-color: #e0e0e0; color : #ffffff;	}	/* bright white */
a.m1c:link {background-color: #e0e0e0; color : #ffffff;	}	/* bright white */

/* hiring a laser jocky */
a.m2a {  border: 2px solid #e0e0e0;}	/* bright white */
a.m2b {background-color: #e0e0e0;color : #ffffff;	 }	/* bright white */

/* purchas systems */
a.m3z {background-color: #e0e0e0; color : #ffffff;	}	/* bright white */
	/* purchas systems dj club*/
a.m4a {background-color: #e0e0e0; color : #ffffff;	}	/* bright white */
a.m4b {background-color: #e0e0e0; color : #ffffff;	}	/* bright white */
/* a.m4c {background-color: #e0e0e0; }	/* bright white */
a.m4c {background-color: #e0e0e0; color : #ffffff;	}	/* bright white */
	/* purchas systems dj club*/
a.m5a {background-color: #e0e0e0; color : #ffffff;	}	/* bright white */

/* Purchase Parts */
a.m6a {background-color: #e0e0e0; color : #ffffff;	}	/* bright white */
/* Purchase Parts Show Software */
a.m7a {background-color: #e0e0e0; color : #ffffff;	}	/* bright white */
a.m7b {background-color: #e0e0e0; color : #ffffff;	}	/* bright white */
a.m7c {background-color: #e0e0e0; color : #ffffff;	}	/* bright white */
/* hiring a laser jocky */
a.m8a {background-color: #e0e0e0;  color : #ffffff;	}	/* bright white */
a.m8b {background-color: #e0e0e0; color : #ffffff;	}	/* bright white */
a.m8c {background-color: #e0e0e0; color : #ffffff;	}	/* bright white */

/* ---------------------------------------------------- */
/* MAIN MENU STYLES */

tr.menu_title  {
	background-color : #990000;	/* original red */
	background-color : #813159;	/* purple */
	background-color : #315981;	/* slate blue */
	background-color : #000000;	/* black */
}

p.menu_title  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 8pt;
	font-weight : bold;
	font-style : normal;
	text-align : left;
	display : inline;
	letter-spacing: 0.1em;
	color : #e0e0e0;	/* font color grey */
	color : #ffffff;	/* font color white */
}

p.menu_sub_title  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 8pt;
	font-weight : bold;
	font-style : normal;
	text-align : left;
	display : inline;
	color : #990000;	/* original red */
	color : #813159;	/* purple */
}

/* -------------------------------------------------- */

tr.menu_item  {
	background-color : #e0e0e0;	/* grey */
}

/* ----------------------------------------------------- */
/* menu link anchors                                     */
/* ----------------------------------------------------- */

/* not visited */
a.menu_item:link  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 10pt;
	font-weight : bold;
	font-style : normal;
	text-align : left;
	display : inline;
	color : #202070;	/* strong blue */
}

/* visited */
a.menu_item:visited  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	/* IBM Consulting   font-family:verdana,Verdana, Arial,sans-serif; font-size:10px; */
	font-size : 10pt;
	font-weight : normal;
	font-weight : bold;
	font-style : normal;
	text-align : left;
	display : inline;
	color : #707090;			/* lightened blue */	
}

/* hover */
a.menu_item:hover  {

	background-color: #808080;  /* med gray */
	color : #00ff00;			/* green */
	text-decoration: none;

}

/* active - current one when you press button on it */
a.menu_item:active  {
	background-color: #a0a0a0;  /* light grey */
	color : #00ff00;			/* green */
}

/* ----------------------------------------- */
/* CONTACT US & BOOKING
/* active - current one when you press button on it */

a.contact  {
	background-color: #ffffff;	/* bright white */
	color : #ff0000;	/* red */
	font-weight : bold;
	font-weight : normal;
}
a.contact:active  {
	background-color: #ffffff;	/* bright white */
	background-color: #303080;  /* header blue */
	color : #990000;	/* red */
	color : #ffffff;	/* white text */
}
* link anchors  */

/* not visited */
a.contact:link  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 10pt;
	font-weight : bold;
	font-style : normal;
	text-align : left;
	display : inline;
	color : #ff0000;	/* strong red */
}

/* visited */
a.contact:visited  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	/* IBM Consulting   font-family:verdana,Verdana, Arial,sans-serif; font-size:10px; */
	font-size : 10pt;
	font-weight : normal;
	font-weight : bold;
	font-style : normal;
	text-align : left;
	display : inline;
	color : #ff0000;	/* red */
}

/* hover */
a.contact:hover  {

	background-color: #808080;  /* med gray */
	color : #ffffff;	/* white */
	text-decoration: none;

}



/* ----------------------------------------------- */
tr.menu_item_newsletter  {
	background-color : #e0e0e0;	/* grey */
	border: 5pix solid #fb0031;
}
a.menu_item_newsletter:link  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 10pt;
	font-weight : bold;
	font-style : normal;
	text-align : left;
	display : inline;
	color : #303080;
	background: #ffff90;
	background: #ff0000;
	border: 5pix solid #fb0031;
}
a.menu_item_newsletter:visited  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 10pt;
	font-weight : bold;
	font-style : normal;
	text-align : left;
	display : inline;
	color : #303080;
	background: #ffff90;
	border: 2pix solid #fb0031;
}

/* ----------------------------------------------- */

a.homepage  {
	font-family : Verdana, Arial, Helvetica,san-serif;
	font-size : 12pt;
	font-weight : bold;
	font-style : normal;
	text-align : left;
	display : inline;
	color : #990033;
}

/* ----------------------------------------------- */
/* BANNER */
/* ----------------------------------------------- */

a.banner-site   {
   	font-family :  Verdana, Arial, Helvetica,san-serif;
   	font-size : 24pt; 
   	font-weight : bold;
   	font-style : normal;
   	text-align : left;
   	display : inline;
	color : #ff0000;
}

a.banner-tagline {
   	font-family : Verdana, Arial, Helvetica,sans-serif;
   	font-size : 10pt;
   	font-weight : bold;
   	font-style : normal;
   	text-align : left;
   	color : #000000;
}

a.small {
   font-family : Verdana, Arial, Helvetica,sans-serif;
   font-size : 10pt;
   font-weight : bold;
   font-style : normal;
   text-align : left;
   color : #303080;

}

a.banner-guarantee {
   font-family : Verdana, Arial, Helvetica,sans-serif;
   font-size : 10pt;
   font-weight : bold;
   font-style : italic;
   text-align : left;
   color : #303080;
}