/*		LINKS		*/

a:link {color: #3366CC; text-decoration: underline;}
a:visited {color: #336699; text-decoration: underline;}
a:active {color: red; text-decoration: none;}
a:hover {color:#6699CC; text-decoration: underline;}
a#linkbar {color: #ffffff; text-decoration: underline;}


/*		HEADINGS		*/

h1
	{font-size: 20px;
	color: orange;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-family: Verdana;}

h3
	{font-size: 14px;
	color: gray;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	font-family: Verdana;}
	

/*		MAIN PARTS		*/

*
	{font-family: verdana;
	font-size: 12px;}

body
	{background-color: #eeeeee;}

table
	{background-color: #ffffff;}

td
	{vertical-align: top; text-align: left}

td#whiten {color: #000000;
		padding: 5px;
		text-align: center}
		
.centred
	{vertical-align: top; text-align: center}

div
	{font-family: Verdana;
	font-size: 11px;
	margin-left: 20px;
	margin-right: 20px;}

tt
	{font-family: Monospace;
	font-size: 11px}

li
	{font-family: Verdana;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 20px;}


/*		CLASSES		*/

.ntext
	{font-family: Verdana;
	font-size: 12px;
	margin-left: 60px;}

.addresss
	{font-family: Monospace;
	font-size: 12px;
	margin-left: 60px;
	font-weight: bold;}

