/* ==========[Simple Print]=========== */

body{
	background:#FFF;
	color:#000;
	font:normal 12pt/1.6 Arial, Helvetica, sans-serif;
}

#excerpts,
#triptych,
#style,
#foot,
img,
#search,
#navigation,
#subcontent,
.skip{
	position:absolute;
	width:0px;
	height:0px;
	display:none;
}

a{
	text-decoration:none;
	color:#000;
}

dt{
	font-weight:bold;
}

#pagehead h1{
	text-align:center;
	border-bottom:1px solid black;
	font-size:14pt;
}

h2{
	font-size:13pt;
}

h3,
h4,
h5{
	font-size:13pt;
}
/*========== [Forms]  ==========*/

fieldset{
/* This is for Opera */
	border-width:0px;
	border-style:solid;
/* This is for Firefox */
	margin:0;
	padding:0;
}
#cForm .textinput{
	width:100%;
}
#cForm div{
	margin:0 0 10px;
}



