
Body { Background-color: #D7D7D7; color: #4b4b4b; font-family: 'verdana'; font-size: 14; font-weight: 500 }

UL LI { font-size: 100%; font-family: 'verdana' }

TD { font-size: 14; font-family: 'verdana'; font-weight: 500 }

.red { color: red }
.green { color: green }
.blue { color: blue }
.yellow {color: yellow }
.white {color: white }
.black { color: black }
.bold { font-weight: bold }
.big { font-size: 120% }
.upper { text-transform: uppercase } 
.italic {font-style: italic}
.intranet     {font-weight: bold; font-size: 120%; font-family: "Verdana"; color: blue }
.sandynet {font-weight: bold; font-size: 120%; font-family: "Trebuchet MS"; color: #4b4b4b }
.windrush     {font-weight: bold; font-size: 120%; font-family: "Myriad Web Pro"; color: green }
.crete        {font-weight: bold; font-size: 120%; font-family: "Myriad Web Pro"; color: blue }
.banner {font-size: 14; font-weight: 800; font-family: "verdana"; color: green }

.imagepointer {cursor: pointer; hover; }

#offset1 {position: relative; top: 10px }

	A:LINK {
		font-family: 'verdana'; 
		text-decoration : none;
		color: #4b4b4b;
	}

	A:VISITED {
		font-family: 'verdana'; 
		text-decoration : none;
		color: #4b4b4b;
	}
	
	A:HOVER {
		font-family: 'verdana'; 
		font-weight : bold;	
		text-decoration : none;
		color: #000088;
	}

