BODY
{
	margin: 0px;
	background: #FFFFFF;
}

TD, DIV
{
	font-family: tahoma, arial, verdana;
	font-size: 12px;
	color: #000000;
}

TD.address
{
	background: url('images/lhs_address_background.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

TD.main
{
	background: url('images/main_background.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

TD.bottom
{
	background: url('images/bottom_background.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

/**********************************/
/************* LINKS **************/
/**********************************/
A
{
	font-family: arial, verdana, tahoma;
	font-size: 12px;
    color: #004A94;
    text-decoration: none;
}

A:visited, A:active
{
    color: #004A94;
}

A:hover
{
    color: #004A94;
    text-decoration: underline;
}

/**********************************/
/************ BULLETS *************/
/**********************************/

LI
{
	font-family: arial;
	font-size: 12px;
	color: #414141;
	list-style-image: url("images/bullet.gif");
	padding-top: 0px;
}

/**********************************/
/************* IMAGE **************/
/**********************************/

IMG.border
{
	border: 2px #004A94 solid;
}
