body{margin: 0; padding: 0; background: #000000}
p,table,ul,li,address,th,td,tr {font-size: 13px; text-align: justify; font-family: verdana, arial, helvetica, sans-serif; color:#ffffff; background-color:#000000}
.centredtext{text-align: center}
.centredsmalltext{font-size: 10px; text-align: center}
.centredbigtext{font-size: 16px; text-align: center}
.leftbigtext{font-size: 16px; text-align: left}
a:link{color: #00ff00; text-decoration: underline; background-color:#000000}
a:visited{color: #00ff00; text-decoration: underline; background-color:#000000}
a:hover{color: #ff0000; text-decoration: underline; background-color:#000000}
h1,h2,h3,h4,h5,h6,hr{font-family: verdana, arial, helvetica, sans-serif; color: #ffffff; font-weight: bold; line-height:1.10em; text-align: center}
h1{font-size: 20px;}
h2{text-align: left; font-size: 18px}
h3{text-align: left; font-size: 14px}
h3.h3centred{text-align: center; font-size: 14px}
.showtableheading{background-color: #003300}

/* CHROME MENU */

.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle a:link{
color:#FFFFFF;
text-decoration: none;
}

.chromestyle a:visited{
color:#FFFFFF;
text-decoration: none;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #000;
width: 100%;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
color:#FFFFFF;
background-color:#000000;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #000000;
}

.chromestyle ul li a:hover{
color: #ffffff;
text-decoration: none;
background: url(../images/roninbuttonbottomshine.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); uncomment this line to use an image instead*/
}

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #fff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px verdana, arial, helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: black;
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:link{
color:#FFFFFF;
text-decoration: none;
}

.dropmenudiv a:visited{
color:#FFFFFF;
text-decoration: none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #000000;
color: #00ff00 /*DROP MENU HOVER COLOUR*/
}

/* ACCORDION */

#basic-accordion{
	border:0px;
	padding:0px;
	width:600px;
}

.accordion_headings{
	padding:0px;
	background:#000000;
	color:#0f0;
	border-bottom:4px solid #000;
	cursor:pointer;
	text-decoration:underline;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#000000;
	color: #F00;
}

.accordion_child{
	padding:0px;
	background:#000;
}

.header_highlight{
	color: #FFF;
	text-decoration:none;
	background:#000000;
}
