/* global style
----------------------------------------------------------------------------------*/
body {
	background-color: #000000;
	color: #CC99FF;
	text-align: left; 
	font-weight: normal;
	font-size: 10pt; 
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}

h2 {
	font-weight: bold;
	color: #ff9900;
	text-align: left;
	font-size: 10pt; 
	background-color: #000000; 
}

li {
	margin-left: -15px;
}

ul {
	list-style: square;
}

.image {
	margin-right: 5px;
	float: left;
	border: 1px solid #CC99FF;	
}

p.right {
	text-align: right;
}

.centre {
	text-align: center;
}

.main {
	width: 100%;
	padding: 3px;
}

.date {
	margin: 0 15px 15px 12px;
	padding: 0 15px 15px 12px;
	border: #CC99FF solid 1px;
}

/* links
----------------------------------------------------------------------------------*/
a:link, a:active, a:visited {
	color: #FF9900; 
	text-decoration: none; 
	background-color: #000000; 
} 

a:hover {
	text-decoration: underline;
}

/* menu
----------------------------------------------------------------------------------*/
#menu {
}

#menu a:link, #menu a:active, #menu a:visited {
	color: #FF9900; 
	text-decoration: underline; 
	background-color: #000000;
} 

#menu a:hover {
	text-decoration: none; 
	color: #000000; 
	background-color: #CC99FF;
}