@charset "utf-8";
/* CSS Document */

html {
     overflow: -moz-scrollbars-vertical;
}

BODY, A, INPUT, TEXTAREA, DIV, TD
{
	margin: 0px;
	font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	font-size: 12px;
	color: #595355;
	padding: 0px;
}

A:link, A:visited
{
	color: #4D2B44;
	text-decoration: none;
}

A.further:link, A.further:visited
{
	color: #007384;
	text-decoration: none;
}

A:hover, A.further:hover
{
	color: #c6d6d6;
	text-decoration: none; 
}

.cell
{
	background: #ebf1f1;
}

.center
{
	text-align: center;
}

.tab
{
	border: 1px solid #c6d6d6;
}

.left
{
	background: #c6d6d6;
}

.small
{
    font-size: 10px;
    color: #ff8000;
}

.vsmall
{
    font-size: 9px;
    color: #999999;
}

.header
{
	font-size: 14px;
	font-weight: bold;
	color: #8C78B1;
}

.header_tnr
{
    font-family: Times, serif;
    font-size: 14px;
    font-weight: bold;
    color: #007384;
}

.quote
{
	color: #808000;
}

.client
{
	color: #8C78B1;
}

.box
{
	background: #ebf1f1;
	border: 1px solid #c6d6d6;
	padding: 10px;
}

.caption
{
    font-size: 10px;
    color: #999999;
}

.strapline {
	color: #595355;
	font-size: 11px;
	align: center;
	margin-bottom: 1em;
}