

body, input {
	font-family: "Lucida Grande", Lucida, Sans-serif;
	font-size: 12px;
}

h1.headline {
	font-size: 40px;
	font-family: 'Trebuchet MS','Helvetica',Sans-serif;
	color: #81a900;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0;
	margin-bottom: .2em;
}

h2.home-subhead {
	font: normal 15px/21px "Lucida Grande", Lucida, Sans-serif;
	color: #444;
}

#IEroot h2.headline {
	margin: 0;
}

p {
	margin-bottom: 1.3em;
	line-height: 1.5em;
}

p.error {
	color: red;
	font-weight: bold;
	font-size: 95%;
}

.post-title h3 {
	border-bottom:1px solid #EEEEEE;
	color:#6F6F6F;
	padding: 0 0 9px 0;
	font-weight: normal;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 10px;
}

.post-data {
	border-top:1px solid #EEEEEE;
	font-size:0.9em;
	margin-top:10px;
	padding-top:10px;
	line-height: 1.6em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, Sans-serif;
	padding-top: .8em;
	margin-bottom: .5em;
	color: black;
}

h1 {
	font-size: 180%;
	line-height: 1.3em;
}

h3 {
	font-size: 150%;
	line-height: 1.3em;
}

h4 {
	/*
	font-size: 130%;
	*/
	font-size: 15px;
	padding-bottom: .3em;
	border-bottom:1px solid #EEEEEE;
}

h5 {
	font-family: "Lucida Grande", Lucida, Sans-serif;
	font-size: 105%;
}

h6 {
	font-size: 120%;
	margin-bottom: 1em;
	line-height: 1.2em;
}

.tiny {
	font-size: 90%;
}

form {
	margin-bottom: 10px;
	font-family: "Lucida Grande", Lucida, Sans-serif;
}



input.btn-comment {
	font-weight: bold;
	padding: 0px;
	border: 0;
}

#right-rail {
	font-size: 95%;
}


/* default list */

ul.default-list {
	list-style: disc;
	margin: 0 0 1em .5em;
}

ul.default-list li {
	margin-left: 20px;
	margin: .5em 0 .5em 20px;
}

ul.lettered-list {
	list-style: lower-alpha;
	margin: 0 0 1em .7em;
}

ul.lettered-list li {
	margin: 0 0 0 22px;
	line-height: 1.5em;
}

ul.numbered-list {
	list-style: decimal;
	margin: 0 0 1em .7em;
}

ul.numbered-list li {
	margin-left: 22px;
	line-height: 1.5em;
}


/* New */
.bold-header {
	text-transform:uppercase; 
	font-size:8pt; 
	font-weight:bold;
}


span.press-release-date  {
	color: #777;
	font-size: x-small;
}








