.sm		{ font-size: 11px; }
.md		{ font-size: 13px; }
.lg		{ font-size: 16px; }


/*	The redundancy in this section is for NN/IE compatibility. */
body	{ font-family: verdana, arial; font-size: 10px; margin: 0px; padding: 0px; background-color: #FAF8F1;}
p 	{ font-family:  verdana, helvetica, sans-serif; font-size: 10px; color: #000000; }
td 	{ font-family:  verdana, helvetica, sans-serif; font-size: 10px; color: #000000; }
ul 	{ font-family:  verdana, helvetica, sans-serif; font-size: 10px; color: #000000; }
li	{ font-family: verdana, arial, helvetica, sans-serif; padding-bottom: 3px; }


/* Link colors * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

a, a:visited {
	color: #349637;
	font-family: verdana, arial, helvetica, sans-serif;
}

a:hover {
	text-decoration: none;
	background-color: #FDFCE1;
}

a.rightLink, a.rightLink:visited {
	padding-left: 10px;
	color: #00466A;
	font-size: 12px;
	display: block;
	line-height: 22px;
	font-weight: bold;
	border-top: 1px solid #ddd;
	text-decoration: none;
	font-family: arial;
}
a.rightLink:hover {
	background-color: #fff;
}
a.rightLinkSm, a.rightLinkSm:visited {
	font-family: arial;
	padding-left: 20px;
	display: block;
	font-size: 10px;
	line-height: 18px;
	text-decoration: none;
}
a.rightLinkSm:hover {
	background-color: #fff;
}



/* Sections and Selectors * * * * * * * * * * * * * * * * * * *  * * * * */

#mainContent {
	padding: 10px;
	font-family: verdana;
	font-size: 10px;
	width: 460px;
}

#sideBar {
	width: 174px;
	margin-bottom: 10px;
}
#sideBar a:hover {
	background: none;			 
}
.footer {
	text-align: center;
	margin-top: 20px;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	margin-bottom: 10px;
	font-family: arial;
}
.footer a, .footer a:visited {
	color: #6091B2;
	font-family: arial;
}
.rightButton {
	margin-left: 7px;
	margin-bottom: 10px;
}
.author {
	text-align: right;
	color: #aaa;
	font-size: 10px;
	font-family: verdana;
}
.pagetitle {
	font-size: 14px;
	color: #89BB79;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: verdana;
}

.hpBox {
	font-size: 10px;
	font-family: verdana;
	text-align: center;
	padding: 5px;
	border: 1px solid #99cB89;
	height: 40px;
	text-decoration: none;
	background-color: #f5f5f5;
	color: #777;
	cursor:pointer;
	cursor:hand
}

.hpBox b {
	color: #468aac;
	text-decoration: underline;
}

.errorBox {
	border: 1px solid #993300;
	padding: 5px;
	width: 300px;
	background-color: #fff0ee;
	color: #cc3300;
	font-weight: bold;
	font-size:9pt;
}

.errorBox li {
	color: #cc3300;
	font-weight: bold;
	font-size:9pt;
}

.errorLabel {
	color: #cc3300;
	font-weight: bold;
}

.done {
	text-decoration: line-through;
	color: #666;
}

h3 {
	color: #89BB79;
	margin-bottom: 0px;
	border-bottom: 1px dashed #999;
}
