/* CSS Document */
body
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 150%;
}

#maintext
{
	color: #666666;
	text-align: justify;
	clear: both;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}

h1
{
	font-size: small;
	font-weight: bold;
	color: #CC3300;
	
}

li
{
	text-align: left;
	list-style-type: circle;
	list-style-position: inside;
}

a
{
	text-decoration: none;
	color: #000000;
}

a:link 
{
	text-decoration: none;
}

a:visited 
{
	text-decoration: none;
	color: #666666;
}

a:hover 
{
	text-decoration: underline;
	color: #CC3300;
}

a:active 
{
	text-decoration: none;
}

.smaller
{
	font-size:85%;
	display: inline;
}

.grey
{
	color: #999999;
}

.normalcolour
{
	color: #666666;
}

.tiny
{
	font-size: 80%;	
}


.red
{
	color: #CC3300;
}

.bold
{
	font-weight: bold;	
}

.italic
{
	font-style: italic;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

.justify
{
	text-align: justify;
}

.center
{
	text-align: center;
}


#showlink
{
	text-decoration: none;
}

#showlink a
{
	text-decoration: underline;
	color: #666666;
}

#showlink a:hover
{
	text-decoration: none;
	color: #CC3300;
}
