/*
' ******************************************************************************
'  File name	: styles.css
'  -----------------------------------------------------------------------------
'  Comments	 : 
'  -----------------------------------------------------------------------------
'  Since		: 21-7-2006 18: 04: 27
'  Project	  : Harvest Ministries
'  Author	   : Ramón Vasconcellos
'  Copyright	: Vasco Internet
'				 All Rights Reserved ©2006
' ******************************************************************************
*/
	
	.link {
		font-size: 11px;
		font-family: Verdana,Arial,Helvetica,Sans-Serif;
		color: #000000;
		text-decoration: none;
		font-weight: bold;
	}
	
	body {
		font-size: 11px;
		margin: 0;
		font-family: Verdana,Arial,Helvetica,Sans-Serif;
		color: #000000;
		white-space: normal;
	}
	
	td {
		font-size: 11px;
		font-family: Verdana,Arial,Helvetica,Sans-Serif;
		color: #000000;
		white-space: normal;
	}
	
	a {
		font-size: 11px;
		font-weight: none;
		font-family: Verdana,Arial,Helvetica,Sans-Serif;
		color: #9C9C7C;
	}
	
	a: hover {
		font-size: 11px;
		font-weight: none;
		font-family: Verdana,Arial,Helvetica,Sans-Serif;
		color: #9C9C7C;
	}
	
	a.white {
		font-size: 11px
		font-weight: none;
		font-family: Verdana,Arial,Helvetica,Sans-Serif;
		color: #9C9C7C;
	}
	
	a.white: hover {
		font-size: 11px;
		font-weight: none;
		font-family: Verdana,Arial,Helvetica,Sans-Serif;
		color: #BEBE9D;
	}
	
	div.scroll {
		height: 100%
		overflow: auto;
		padding-top: 11px;
		padding-left: 11px;
		padding-right: 5;
		scroll: yes;
	}

	.topnav {
		font-size: 11px;
		font-family: Verdana,Arial,Helvetica,Sans-Serif;
		color: #9C9C7C;
		text-decoration: none;
		font-weight: normal;
		background: url(images/bgnav1.gif);
	}

	.topnav a {
		font-size: 11px;
		font-family: Verdana,Arial,Helvetica,Sans-Serif;
		color: #9C9C7C;
		text-decoration: none;
		font-weight: normal;
	}

	.topnav a:hover {
		font-size: 11px;
		font-family: Verdana,Arial,Helvetica,Sans-Serif;
		color: #9C9C7C;
		text-decoration: underline;
		font-weight: normal;
	}

	.catchy {
		font-size: 10px;
		font-family: Verdana,Arial,Helvetica,Sans-Serif;
		color: #FFFFFF;
		text-decoration: none;
		font-weight: normal;
	}
