/* CSS Document */

Body{
	
	font-family: helvetica, arial, verdana, sans-serif;
	margin-top: 2;
	background-color: #A2ABD4;

    }

	


a:link {color: #A2ABD4; background-color:transparent; font-weight: bold; text-decoration:none;
}

a:visited {color:#853F79; background-color:transparent; text-decoration:none;
}

a:active {color: #A2ABD4;; background-color:transparent; text-decoration:none;
}

a:hover {color: #283653; background-color:#283653; text-decoration:blink;
}

table{
border:none;
vertical-align:middle;

 }

td.image{
 background-color:#853F79;
 background-image: 0wood.gif;
 background-repeat:repeat;
 vertical-align:middle}

td.description{

 background-color:#853F79;
 background-image: 0wood.gif;
 background-repeat:repeat;
 font-size:11px;
	font-weight: normal;
	line-height:13px;
	color: #A2ABD4;
	vertical-align:bottom;
	width: 150px;
	
	}
	
.tagline{
font-size:11px;
	font-weight: bold;
	line-height:12px;
	color: #A2ABD4;
	background-color:283653;
	text-align:center;
	padding:8px;}
	
	img{border:none;
	padding:8px;}

	


