/***********************************************/
/* emx_nav_left.css                            */
/***********************************************/
/* Menue Styles                                */
div.clSlideMenu0{
	font-family: arial,helvetica;
	font:Verdana;
	font-size:10pt;
	position:absolute;
	overflow:hidden;
	background-color:#000066;
}
div.clSlideMenu1{
	font-family: arial,helvetica;
	font:Arial;
	font-size:10pt;
	position:absolute;
	overflow:hidden;
	background-color:#000066;
}
a.clA0{
	font-family: arial,helvetica;
	font:Arial;
	font-size:11pt;
	font-weight: bold;
	color: #FFCC00;		
}
a.clA1{
	font-family: arial,helvetica;
	font:Arial;
	font-size:10pt;
	color: #BB0000;	
}

span.clArrow{
	font-family:webdings;
}

/***********************************************/
/* NEEDED STYLES */
div.slideMenuBG{position:absolute; left:0; top:0; z-index:1}
div.slideMenuText{position:absolute; left:2; top:2; text-align:left; z-index:200}
#slideMenucont{position:absolute; width:120; visibility:hidden;}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-size: 10pt;
	color: #333333;
	font: Arial;
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

/******* hyperlink and anchor tag styles *******/
/*to get the different URL link colours in the diff parts of the page
i have cheated and used 2 classes for links a link and b-link
DO NOT set the page attributes for standard links as they will override the CSS*/
a:link, a:visited{
	/*color: #FFCC00;*/
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #BB0000;
}
/*these are the class attributes for links other than in slidemenu*/
a.b-link, a.b-link:visited{
  	font-size: 11pt;
  	color: #0099FF;
}

a.b-link:hover{
  	font-size: 11pt;
	text-decoration: underline;
	color: #BB0000;	
}
/************** header tag styles **************/
h1{
	font: Verdana;
	color: #bb0000;
	margin: 0px;
	padding: 0px;
	font-size: 20pt;
	border-right-color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	padding-top: 0px;
	padding-bottom: 2px;
	text-decoration: none;
	line-height: 26px;
	text-indent: 15px;
	text-align: left;
}

h2{
	font: Verdana;
	color: #006699;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18pt;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
	line-height: 22px;
	text-indent: 30pt;
}

h3{
	font: Verdana;
	color: #334d55;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	text-transform: capitalize;
	font-variant: normal;
	text-decoration: none;
	text-indent: 0pt;
}

h4{
	font: 100% Verdana;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-indent: 0px;
}

h5{
	font: 100% Verdana;
	color: #BB0000;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	font-style: Bold;
	font-weight: normal;line-height: normal;
	padding-top: 10px;
	padding-bottom: 5px;
}

/********************* end **********************/
