body
{ 
	font-family: arial, helvetica, sans serif;
	color: #666; 
	font-size: x-small;
	background-color: #EFEFEF;
}

table
{
	font-size: x-small;
}

h1
{
	font-family: arial, helvetica, sans serif;
	font-weight: bold;
	font-size: small;
	color: #224F99;
	margin-top: 15px;
}

h2
{
	font-family: arial, helvetica, sans serif;
	font-weight: bold;
	font-size: x-small;
	color: #666;
}

#main
{
	padding-left: 20px;
	padding-right: 20px;
	background-color: #fff;
}

#border
{
	border: 1px solid #666;
	background-color: #fff;
}

#main2
{
	background-color: #fff;
}

a:link, a:active, a:visited
{
	color: #224F99;
	text-decoration: underline;
}

a:hover
{
	color: #224F99;
	text-decoration: none;
}


.right
{
	float: right;
	margin: 5px 0px 5px 0px;
}

.bottom	{
	background-image:  url(images/footer_tts.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

.footer

{
	font-family: arial, helvetica, sans serif;
	font-size: xx-small;
	color: #666;
}

ul li	
{
	 font-colour: #224F99;
	 list-style-type: image;
	 list-style-image:  url(images/bulletpoint.gif);
}