﻿/*============================================================
	CSS for fonts
============================================================*/
body {
	color: #000;
	font: x-small Verdana,Helvetica, sans-serif;
	voice-family: "\"}\"";	/* IE5 font hack */
	voice-family:inherit;
	font: small Verdana,Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	padding: 0 0 0 20px;
}

p 
{
	margin: 1.2em 0;	
}

h1 {
	font-size: 140%;
	margin: 10px 0;
	padding: 0;
}

h2 {
	font-size: 110%;
	color: #06c;
	text-transform: capitalize;
	border-top: 1px dotted #06c;	
	border-bottom: 1px dotted #06c;
	padding: 3px 0;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 90%;
	padding: 3px 0;
	color: #f93;
	border-bottom: 1px dotted #f93;
}

.outOfDate,.todaysDate  {
	color: #c33;
	font-weight: 700;
}
.todaysDate {
	color: #693;
}

.closedStatus {
	color: #c33;
	font-style: italic;
	text-decoration:line-through;
}