*, html {
	margin:0;
	padding: 0;
}
hr {
	border: 1px solid #758e18;
	margin-bottom: 18px;
}
a {
	color: #758e18;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4 {
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
	margin-bottom: 9px;
}
u { text-decoration: none; }
/* hide hack from Mac-IE5 \*/
* html h3 { height: 1%; }
/* end hiding */

h4 {
	font-size: 13px;
}
blockquote {
	font-size: 11px;
	font-style: italic;
	border: 1px solid #666;
	padding: 10px;
	margin: 0 20px;
	margin-bottom: 18px;
}
/*.tag, .subtag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #79822a;
	background-color: #e1e2c8;
	padding: 30px 15px 30px 20px;
	text-align: left;
	line-height: 150%;
	margin: 0;
}
.subtag {
	color: #e1e2c8;
	background-color: #a4ae70;
}*/

p, li {
	font-size: 12px;
	color: #555;
	line-height: 18px;
	margin-bottom: 18px;
}
ul, ol {
	margin-left: 14px;
	font-size: 12px;
	margin-bottom: 18px;
}
ol {
	margin-left: 18px;
}
* html ol {
	margin-left: 20px;
}
*+html ol {
	margin-left: 20px;
}
ul li {
	list-style: square;
	margin-bottom: 0;
}
ol li {
	list-style: decimal;
	margin-bottom: 0;
}
.extraspace {
	margin-bottom: 18px;
}
.center { text-align: center; }
.fltrt {
	float: right;
	margin-left: 12px;
}
.fltlft { 
	float: left;
	margin-right: 12px;
}
.alert {
	color: #cc3300;
	font-weight: bold;
}
#sidebar a {
	color: #e1e2c8;
}
#sidebar a:hover {
	color: #fff;
}
table.training {
	border: none;	
}
table.training th {
	font-weight: normal;
	font-size: 1em;
	color: #555;
}
table.training td {
	border-bottom: 1px solid #ccc;
	font-size: .9em;
	padding: 5px;
}
table.training td.bkg {
	background-color: #D6D7BF;
}
table.training td.border {
	border-right: 1px solid #ccc;	
}