/* CSS Document */

body { 
    background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    color: #333333;
	margin-top: 20px;
	}

.title-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    text-align: left;
	color: #008000;
	font-weight: bold;
	}

.title-text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    text-align: center;
	color: #008000;
	font-weight: bold;
	}

.bold-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    text-align: left;
	color: #333333;
	font-weight: bold;
	}

.largetitle-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #008000;
	font-weight: bold;
	}

.largetitle-text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    text-align: center;
	color: #008000;
	font-weight: bold;
	}

.largetitle-text2b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
    text-align: center;
	color: #008000;
	font-weight: bold;
	}

.largetitle-text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    text-align: center;
	color: #666666;
	font-weight: bold;
	}

.footer-text {  
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    text-align: center;
    color: #333333;  
	}

a:link {
    color: #008000;
	text-decoration: none;
	} 
	
a:visited {
    color: #008000;
	text-decoration: none;
	}

a:hover {
    color: #008000;
	text-decoration: none;
	} 

a:active {
    color: #008000;
	text-decoration: none;
	}
	
/* Sy - to replace 990  */
#donations-maincontain{
	width: 990px;
	background: url(../assets/header-donations-2009.jpg) no-repeat bottom;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	}
