/* machoa global stylesheet */

body, td, th, p, ul, li, a, table {
	color: #003333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

body {
	background-color: #CCCCCC;
}

table.frame {
	width: 975px;
}

td.menu {
	width: 150px;
	vertical-align: top;
}

td.body {
	vertical-align: top;
	width: 825px;
}

img {
	padding: 5px;
}

li {
	list-style-type: square;
}

ul.menu {
	padding: 0;
	font-size: 10px;
	text-decoration: underline;
}

li.menu {
	list-style-type: none;
	font-size: 10px;
}

a.menu {
	font-size: 10px;
}

p.note {
	font-size: 9px;
}

a {
	font-size: 12px;
}

a:link {
	text-decoration: none;
	font-style: normal;
	color: #713800;
}

a:visited, a:active {
	text-decoration: none;
	font-style: normal;
	color: #713800;
}

a:hover {
	color: #713800;
	font-style: normal;
	background-color: white;
}

h1, h2, h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}

h1 {
	font-size: 24px;
	color: #333333;
}

h2 {
	font-size: 18px;
	color: #333333;
}

h3 {
	font-size: 16px;
	color: #333333;
}

.login {
	height: 150;
	width: 95%;
	margin-top: 2px;
	margin-right: 3px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 2px;
	border-top: 1px solid #003333;
	position: static;
	visibility: inherit;
	z-index: auto;
}

.subnavbar a:link, .subnavbar a:visited {
	text-align: center;
	color: #713800;
	font-size: 12px;
	display: inline;
	visibility: inherit;
	z-index: inherit;
	font-style: normal;
	padding: 2px 2px 2px 2px;
}

.subnavbar a:hover {
	text-align: center;
	color: #e87400;
	font-size: 12px;
	display: inline;
	background-color: ;
	visibility: visible;
	z-index: inherit;
	font-style: normal;
	padding: 2px 2px 2px 2px;
}

#textbox {
	padding: 2px;
	border: 1px dotted maroon;
}