@charset "UTF-8";
/* CSS Document july 6, 2008 tony alexander */

/* this css doc is needed so that you can see the styles applied to the ajax loaded text pages (foo-text.html) in any wysiwyg editor */

#ajaxpageheader {
	width: 625px;
	height: 30px;
	position: relative;
	}

#headerdate {
	width: 200px;
	height: 20px;
	position: relative;
	float: left;
	}
	
#headertitle {
	width: 400px;
	height: 20px;
	position: relative;
	float: left;
	}
	
#headerlink {
	width: 200px;
	height: 20px;
	position: relative;
	float: right;
	}
	
#headerlink a {
	color: #9f2125;
	}
	
.newsmediatitle {
	color: #004276;
	font-family: georgia;
	font-size: 24px;
	font-weight: bold;
	}
	
.newsmediatitlenormal {
	color: #004276;
	font-family: georgia;
	font-size: 24px;
	font-weight: normal;
	}
	
.articledate {
	color: #000000;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	}
	
.articletitle {
	color: #000000;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 13px;
	}
	
.redasterisk {
	color: #ff0000;
	}
	
/* donate form formatting */
	
#donateform {
	width: auto;
	height: auto;
	position: relative;
	}