@charset "utf-8";
/* CSS Document */

a {
	color: #434574; 
	text-decoration: none
	}
	
a:hover {
	color: #4da392;
	text-decoration: none
	}


body
	{background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #ebebd9;
	}
	
td
	{vertical-align: top}
.who
	{
	font-family: Tahoma;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	color: #434574;
	}
	
.btop
	{
	background-image: url(images/btop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #e0e0ce;
	}
	
.bodtext
	{
	font-family: Tahoma;
	font-size: 12px;
	padding-left: 25px;
	padding-right: 20px;
	line-height: 17px;
	}
	
.menu
	{
	font-family: Tahoma;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	padding-right: 90px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #434574;
	}
	
.bgback
	{
	background-image: url(images/tabtop.jpg);
	background-repeat: no-repeat;
	}

