body, * {
	margin:0;
	padding:0;
}

td.header
{
	background-image:url('../images/header.jpg');
	background-repeat: no-repeat;
	background-position:  center top; 
}

td.inner_header
{
	border-bottom: none;
	border-top: none;
	border-left: none;
	border-right: none;
	margin: 0 0 0 0;
	background-image:url('../images/inner_header.png');
	background-repeat: no-repeat;
	background-position:  left top; 
	font-family: Verdana, sans-serif;
	color: #ffffff;
    font-weight: bolder;
	font-size: 16pt;
}

td
{
	border-bottom: none;
	border-top: none;
	border-left: none;
	border-right: none;
	margin: 0 0 0 0;
	font-family: Verdana, sans-serif;
	color: #000000;
	font-size: 10pt;
}

a:link  {
	color : #000000;
	text-decoration : none;
}

a:visited  {
	color : #000000;
	text-decoration : none;
}

a:active  {
	color : #000000;
	text-decoration : none;
}

.tb {
	border: 1px dotted #697F94;
}

a:hover  {
	color : #000000;
	text-decoration: underline;
}

a.mail:link  {
	color : #aaaaaa;
	text-decoration : none;
}

a.mail:visited  {
	color : #aaaaaa;
	text-decoration : none;
}

a.mail:active  {
	color : #aaaaaa;
	text-decoration : none;
}

a.mail:hover  {
	color : #aaaaaa;
	text-decoration: underline;
}

