@charset "utf-8";
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
p, ul, ol {
	font-size:.8em;
	line-height:1.5em;
	padding-bottom:1em;
}

h1, h2, h3, h4, .caption_left, .caption_right {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
h1 {
	font-size:2em;
}
h2 {
	font-size:1.5em;
}
h3 {
	font-size:1.1em;
	clear:both;
}
h4 {
	font-size:.8em;
	font-weight:bold;
	margin-top:.4em;
}


ul {
	list-style-type:none;
}
ul li {
	background:url(../images/bullet.gif) no-repeat 13px .44em;
	padding-left:30px;
}
ol {
	list-style-type:decimal;
}
ol li {
	background:none;
	padding-left:0;
	margin-left:40px;
}


a {
	color:#006600;
	font-weight:bold;
	text-decoration:none;
	text-shadow: 2px 1px 2px #999999;
}
a:hover {
	text-decoration:underline;
}

/*** CLASSES ***/
.bigger {
	font-size:.9em;
	line-height:1.5em;
	padding-bottom:1em;
}
.smaller {
	font-size:.85em;
}
.pic_right {
	float:right;
	border:none;
	padding:0 0 3px 5px;
	clear:right;
}
.pic_left {
	float:left;
	border:none;
	padding:0 5px 3px 0;
}
.caption_right {
	float:right;
	clear:right;
	width:250px;
	height:.8em;
	margin-top:1em;
	line-height:1em;
	text-align:center;
}
.indent {
	margin-left:30px;
}
.error {
	color:red;
}
.success {
	float:left;
	padding:.5em;
	background:#d2f6d8;
	margin-left:8em;
	border:1px solid #6f956e;
}


/*** FORM CLASSES ***/
label {
	width:8em;
	float:left;
}
