body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #484848;
	font-size: 12px;
	line-height: 143%;

	SCROLLBAR-ARROW-COLOR: #666666;
	SCROLLBAR-BASE-COLOR: #ECECEC;
 	SCROLLBAR-TRACK-COLOR: #FFFFFF;

	SCROLLBAR-HIGHLIGHT-COLOR: #ECECEC;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;

	SCROLLBAR-SHADOW-COLOR: #ECECEC;
 	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 10px;
	color: #484848;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 10px;
	color: #484848;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0.5em;
	color: #484848;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 0.5em;
	color: #484848;
}


p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0.5em;
	line-height: 143%;
}

td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #C1E0A3;
}


.inputText {
	width: 240px;
	border: 1px solid #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

ul {
	margin-top: 0px;
	margin-bottom: 0.5em;
	
	list-style-type: square;
	list-style-position: outside;
	list-style-image: url(images/list-arrow.gif);
}

a {
	color: #669933;
}
li {
	margin-left: -23px;
	line-height: 143%;
	margin-bottom: 0.5em;
}

textarea {
	color: #333333;
	line-height: 130%;
	padding: 0px 3px;
}
h1 {
	color: #333333;
	font-size: 24px;
}
.screenshot {
	border: 1px solid #F0F0F0;
	padding: 5px;
}
.colored {
	color: #669933;
	vertical-align: text-top;
	font-weight: bold;
}
