/* @override 
	http://sfaf.org/style/site1/basic.css
	http://sfaforg.sfaf.int/style/site1/basic.css
*/

html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font-family: arial, helvetica, lucida, sans-serif;
	font-size: 76%;
	text-align: center;
	background-color: #FFFFFF;
	color: #000000;
}

#page {
	background-color: #FFFFFF;
	color: #000000;
}

p, ol, ul, li {
	font-size: 1.0em;
	line-height: 130%;
	}

li {
	margin-bottom: 0.5em;	
}

li .first_sub {
	margin-top: 0.5em;	
}

em {
	/*font-weight : bold;*/
	font-style : italic;
}

small {
	font-size : 0.85em;
	font-style : italic;
}

H1 {
	font-size : 2em;
	font-weight : 900;
	margin-top: 0;
}

H2 {
	font-size : 1.5em;
	margin-top: 0;
}

H3 {
	font-size : 1.25em;
}

H4 {
	font-size : 1.1em;
}

sup {
	font-size: 75%;
}

address {
	font-style : normal;
	display: inline;	
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0px;
}

a:link {
//	color: #C51C24;
	text-decoration: none;
	border-bottom: 1px solid #c8c8c8;
}

a:visited {
//	color: #9B1E2D;
	text-decoration: none;
	border-bottom: 1px solid #c8c8c8;	
}

a:hover {
//	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #c8c8c8;	
}





.errmsgorMsgStyle
{
    margin:20px;
    width:300px;
    border:solid 1px Scrollbar;
    background-color: InfoBackground;
}

.donate
{
    color: #000;
    background-color: #fefb00;
}
