/**
 * fontMedium.css
 *
 * Copyright (c) 2003-2009 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet for medium-sized fonts.
 *
 * $Id: fontMedium.css,v 1.2 2009/04/08 19:54:50 asmecher Exp $
 */

body {
	font-size:11px;
}
#content{
font-size:11px;
float:left;
line-height:16px;
_line-height:16px;
}
.blockTitleFont{
	width:76%;
	_width:100%;
	clear:both;
	border-bottom:#CCCCCC dotted 2px;
	margin:10px 0 10px 0;
	font-family:Georgia,"Times New Roman","DejaVu Serif",serif;
	font-size:24px;
	color:#333333;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	padding-top:20px!important;
	padding-bottom:20px!important;
	padding-left:55px;
	height:20px;
	_height:62px;
	background-image:url(../templates/images/font-size.png);
	background-repeat:no-repeat;
	background-position:left;
	_margin-bottom:10px;
	}
