body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: small;
	color: black;
	margin: 0px auto;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 760px;
	background-color: #E7E2D3;
	/*background-color: #AACAA5;*/
	/*background-image: url(../images/background.jpg);*/
}

p {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

caption {
	font-size: small;
	margin-bottom: 1px;
	text-align: right;
	font-weight: bold;
	border-bottom: 1px solid #009900;
}

th {
	background: #009900;
	color: white;
	padding: 5px;
	margin: 1px;
	border: 1px solid black;
	text-align: center;
	font-weight: bold;
}

h2 {
	color: black;
	font-size: medium;
	text-align: center;
	margin: 0px 0px 1em 0px;
	padding: 5px;
	border: 3px double #009900; 
}

h3 {
	font-size: medium;
	text-align: center;
	margin: 0px;
	padding: 2px;
	border-bottom: 3px double #009900; 
}

h4 {
	font-size: small;
	color: #009900;
	margin: 0px;
	text-align: center;
	font-weight: bold;
}

h5 {
	font-size: small;
	margin: 0px;
	text-align: right;
	font-weight: bold;
	border-bottom: 1px solid #009900;
}

h6 {
	font-size: small;
	margin: 0px;
	text-align: left;
	font-weight: bold;
}

ul {
	padding: 0px;
	margin: 0px 0px 0px 30px;
	list-style-type: square;
}
ol {
	padding: 0px;
	margin: 0px 0px 0px 30px;
}

a:link {
	color: #009900;
	font-weight: bold;
	text-decoration: underlined;
}
a:visited {
	text-decoration: underlined;
	font-weight: bold;
	color: #009900;
}
a:hover {
	text-decoration: underlined;
	font-weight: bold;
	color: #FF9900;
}
a:active {
	text-decoration: underlined;
	font-weight: bold;
	color: #009900;
}

dl {
	margin-top: 0px;
	margin-bottom: 0px;
}

dt {
	font-weight: bold;
}



.navigation {
	padding: 10px;
	margin: 5px 0px 0px 0px;
	width: 137px;
	background-color: white;
	border: 1px solid black;
	float: left;
}

.content {
	padding: 10px;
	margin: 5px 0px 0px 0px;
	width: 573px;
	background-color: white;
	border: 1px solid black;
	float: right;
	text-align: justify;
}

.copyright {
	padding: 10px;
	margin: 5px 0px 0px 0px;
	width: 573px;
	background-color: white;
	border: 1px solid black;
	float: right;
	font-size: smaller;
	font-style: italic;
	text-align: center;
}

.stressed {
	font-style: italic;
	color: #009900;
}

.progress_bar {
	background-color: #66CC66;
	border: 1px solid black;
	margin: 1px;
}

.r2 {
	background: #CCFFCC;
}

.table_liners {
	border-top: 1px solid #009900;
}

.keyword {
	font-weight: bold;
	color: green;
}

.big_list td {
	border-bottom: 1px solid black;
}

.code {
	font-family: "Courier New", Courier, mono;
	color: black;
}

.code_keyword {
	font-family: "Courier New", Courier, mono;
	color: blue;
}