/********** GENERAL CSS ************/
body 
{
	font-size: 12px;
	background-color: #E9E9F8;
	margin:4px;
	font-family:Arial, Helvetica, sans-serif;
	
}

a:link,a:active,a:visited 
{ 
	color :  #000000; 
	text-decoration: none;
}

a:hover		
{ 
	text-decoration: none; color : #DD6900; 
}

/************* MENU ************/

#menu {
	
	padding: 8px 0px 8px 0px;
	background-color: #D1D7DC;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;	
}

#menu a {
	padding: 10px ;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
#menu a span{
	padding: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	background-color: #EFEFEF;
	color : #FF0000;
}


#menu a:hover {
	background-color: #EFEFEF;
	color : #DD6900;
}


.menutd	
{ 
background-color: #D1D7DC; 
font-weight:bold;
}
/************* MENU ************/



/* Text size and colour */
/* Text sizes */
.fsmall { font-size : 10px; }
.fmed { font-size : 12px; }
.flarge { font-size : 14px; }
.fxlarge { font-size : 16px; font-weight: bold;}
.fxxlarge { font-size : 36px; color: #CCDFFF; }
/* Text colours */
.fsmall,.fmed,.flarge ,.fxlarge{ color : #0000A0;}
a.fsmall,a.fmed,a.flarge ,a.fxlarge { color: #000000; text-decoration: none; }
a.fsmal:hover,a.fmed:hover,a.flarge:hover,a.fxlarge:hover	{ color: #DD6900; text-decoration: none; }

/* Table cell colours */
.maintable	
{ 
background-color: #1E2580;
width: 100%;
padding: 0px;
} 

.listtables	
{ 
background-color: #8784C6;
width: 100%;
}
.listhead	
{ 
background-color: #D1D7DC; 
font-weight:bold;
padding: 10px;
}
.listcells	
{ 
background-color: #EFEFEF;
padding: 10px;

}

.alert
{
	color:#FF0000; 
	font-size:12px; font-weight:bold;
}
.warning
{
	color: #FF0000; 
	font-size:12px; font-weight:bold;
	background-color: #EFEFEF;
	padding: 10px;
}

