@charset "utf-8";
/* CSS Document */

/* BASIC Style */

body {
	font-family: "Trebuchet MS", Arial, Arial;
 	background-color: #fcfae2;
	color: #000000;
	font-size: 0.95em;
}

h3, h4, h5, h6 { color:#ec1d25; }

fieldset { padding: 10px; margin: 0px; }
fieldset legend { font-weight:bold; padding: 0px 8px; color:#333333; }

a { color: #ec1d25; text-decoration: none; }
a:hover { text-decoration: underline; }

.img2right { float: right; padding: 5px; }
.img2left { float: left; padding: 5px; }
blockquote { 
	width: 210px;
	float: right;
	margin: 5px;
	margin-right:15px;
	padding: 10px;
	quotes: "\201C" "\201D";
	font-size: 1.2em;
	color:#ec1d25;
	border-left:2px solid #666666;
	padding-top:20px;
	padding-bottom:20px;
}

p.download_pdf {
	background-image: url(pdf-icon48.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 10px;
	padding-left: 55px;
	font-size: 1em;
}

p.download_zip {
	background-image: url(zip-icon48.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 10px;
	padding-left: 55px;
	font-size: 1em;
}

blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }

input, textarea { border : 1px solid #E1CB04; background-color:#FFFFEE; }
button { border : 1px solid #E1CB04; background-color:#FFFFEE; }


