/* cousins.CSS V0.1 8-April-2007*/

td  {
	font-size : 11px;
   font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
   	font-style : normal;
  	color : #794C49;
	}

.tableTop { border-top:1px solid #794C49}
.tableTopLeft { border-top:1px solid #794C49; border-left:1px solid #794C49 }
.tableTopRight { border-top:1px solid #794C49; border-right:1px solid #794C49 }
.tableLeft { border-left:1px solid #794C49 }
.tableRight { border-right:1px solid #794C49 }
.tableBottom { border-bottom:1px solid #794C49}
.tableBottomLeft { border-bottom:1px solid #794C49; border-left:1px solid #794C49 }
.tableBottomRight { border-bottom:1px solid #794C49; border-right:1px solid #794C49 }
.tableAll { border:1px solid #794C49}
.small  {
	font-size : 9px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
    font-style : normal;
   	color : #794C49;
	}


strong  {
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
    font-style : normal;
   	color : #794C49;
	}
	
	


a	{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration		:none;
	font-size		: 11px;
	font-weight		:normal;
	color			:#83D400;
	}

a:hover
	{
	text-decoration		:none;
	font-weight		:normal;	
	color			:#794C49;
	}
	
	
	input.button{background:#83D400; font-size : 11px;
   font-family : Verdana, Arial, Geneva, Helvetica;
	font-weight : normal;
   	font-style : normal;
  	color : #FFF;
	}
	
input.text{font-family:Verdana, arial;font-size:11px;color:#794C49;font-weight:normal}
