/* this style sheet uses 10pt verdana as the standard font size */
/* and is designed to display well on a pc */
BODY, TD, UL, LI, Ol
    {
    font-family: verdana, sans-serif; 
    font-size: 10pt;
    }

P
    {
    font-family: verdana, sans-serif; 
    font-size: 10pt;
    }
    
/*bits and pieces*/
       
.hilite 
    {
    color: #990000; 
    }
    
.red
    {
    color: #cc0000
    }
    
.smalltext
    {
    font-size: 8pt;
    }

.bigtext
    {
    font-size: 12pt;
    }
    
/* table presentation */
/* font size for headers, titles, background colour for the main table body */

/* orange table head */
.tablehead
    {
    background-color : #ff6600;
    color: #ffffff;
    } 
/* large white text */
.tabletitle
    {
    color: #FFFFFF;
    font-size: 12pt;
    } 
/* cream table body colour for my office */
.tablebody
    {
    background-color : #FEFDF6;
    } 
    
/* tab styles for my office */
.tabon
    { 
    color: #FFFFFF;
    font-size: 8pt;
    }
    
.taboff
    { 
    background-color : #ffcc66;
    font-size: 8pt;
    }
    
/* small text for sidepanel and sidepanle links */
.sidepanel
    {
    font-size: 8pt;
    line-height: 12pt;
    }

/* normal links*/
A
    { 
    text-decoration: none; 
    } 
    
A:hover
    { 
    text-decoration: none; 
    color: #66FF00;
    } 
	
 /* top navbar links */
.navbarlink
	{ 
	text-decoration: none;
	color: #ffffff;
    font-size: 8pt;
	}
	
.navbar
	{ 
	background: #003300;
	color: #ffffff;
	}
	
/* headings*/
H1 
    {
    font-family: verdana, geneva, sans-serif; 
    font-size: 14pt;
    font-weight:  lighter;
    border-bottom : 1px solid #003300;
    }

H2 
    { 
    font-family: verdana, geneva, sans-serif; 
    font-size: 12pt;
    }

H3 
    { 
    font-family: verdana, geneva, sans-serif; 
    font-size: 11pt; 
    }    

H4 
    { 
    font-family: verdana, geneva, sans-serif; 
    font-size: 10pt; 
    font-weight: bold; 
    } 

/* forms*/
.submit
    {
    background-color: #cc0066; 
    padding:1pt; 
    color: #ffffff; 
    font-size:10pt;
    }
    
.login
    {
    background-color: #CCFFCC;
    width:100px;  
    color: #000000; 
    font-size: 10pt;
    }
    
.loginsubmit
    {
    background-color: #003300; 
    padding:0pt; 
    color: #ffffff; 
    font-size:8pt;
    }
    
/*coloured drop down box*/
.select
    {
    background-color: #ffcc66; 
	padding:0pt; 
	margin: 0pt;
    color: #000000; 
    font-size: 8pt;
    }
    
/*default drop down box*/
select
    {
	padding:0pt; 
	margin: 0pt;
    color: #000000; 
    font-size: 8pt;
    }

.menul1 {
font-size:13px;
color:#000000;
font-family:  Verdana, Arial;
font-weight:bold;
}


.menul1 a{
font-size:13px;
color:#000000;
font-family:  Verdana, Arial;
font-weight:bold;
}


.menul1 a:hover{
font-size:13px;
color:#66FF00;
font-family:  Verdana, Arial;
font-weight:bold;
}

.menul2 {
font-size:13px;
color:#3333ff;
font-family:  Verdana, Arial;
font-weight:bold;
}


.menul2 a{
font-size:13px;
color:#3333ff;
font-family:  Verdana, Arial;
font-weight:bold;
}


.menul2 a:hover{
font-size:13px;
color:#66FF00;
font-family:  Verdana, Arial;
font-weight:bold;
}

.menul3 {
font-size:13px;
color:#3333ff;
font-family:  Verdana, Arial;
font-weight:normal;
}

.menul3 a{
font-size:13px;
color:#3333ff;
font-family:  Verdana, Arial;
font-weight:normal;
}


.menul3 a:hover{
font-size:13px;
color:#66FF00;
font-family:  Verdana, Arial;
font-weight:normal;
}


.menul4{
font-size:10px;
color:#000000;
font-family:  Verdana, Arial;
font-weight:normal;
}

.menul4 a{
font-size:10px;
color:#000000;
font-family:  Verdana, Arial;
font-weight:normal;
}


.menul4 a:hover{
font-size:10px;
color:#66FF00;
font-family:  Verdana, Arial;
font-weight:normal;
}

.navcss p{ line-height:8px;}



