/* GLOBALS */
body { 
   background-color: white;
   font-family: sans-serif;
   margin: 0px;
   padding: 0px;
	color: #9D9D9D
}

img {
   border-style: none
}

hr {
	height: 2px;
	border-style: solid;
	color: #e5e5e5;
	background-color: #e5e5e5
}

form {
	margin: 0px
}

input {
	height: 20px;
	border-style: solid;
	border-color: #e5e5e5;
	border-width: 1px;
	background: white;
	font-family: sans-serif;
	font-size: 9pt;
	left: -1px;
	position: relative;
}

select {
	height: 20px;
	border-style: solid;
	border-color: #e5e5e5;
	border-width: 1px;
	width: 100%;
	background: white;
	font-family: sans-serif;
	font-size: 9pt
}

textarea {
	border-style: solid;
	border-color: #e5e5e5;
	border-width: 1px;
	font-family: sans-serif;
	font-size: 9pt
}

table {
	margin: 0px;
	border: 0px;
	border-style: none;
	border-color: #e5e5e5;
	border-collapse: collapse
}

td {
	vertical-align: top;
	font-size: 8pt;
	padding: 5px
}

.header {
	font-size: 20pt;
	color: #9D9D9D
}

.subheader {
	font-size: 16pt;
	color: #9D9D9D
}

.tableheader {
	text-transform: uppercase;
}

/* MENU */
.m_normal {
	margin-right: 0px;
   margin-left: 0px;
	height: 16px;
	font-size: 6pt;
	border-color: #e5e5e5;
	position: relative;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
	padding-left: 4px;
	padding-top: 3px;
	/*padding-bottom: 0px;*/
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap
}

.m_inset {
	margin-right: 0px;
   margin-left: 0px;
	height: 16px;
	color: white;
	font-size: 6pt;
	position: relative;
   cursor: pointer;
   border-style: solid;
   border-width: 1px;
   padding-left: 4px;
   padding-top: 3px;
   /*padding-bottom: 0px;*/
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap
}

.m_menu {
	position: absolute;
   width: 112px;
   height: auto;
   visibility: hidden;
   top: -1px;
   left: -1px;
   cursor: pointer;
   border-style: none;
   border-width: 0px;
   padding: 0px;
   text-align: left
}

.m_menuitem {
   margin-right: 0px;
   margin-left: 0px;
   height: 16px;
   cursor: pointer;
   border-style: none;
   padding-left: 5px;
   padding-top: 4px;
   /*padding-bottom: 0px;*/
	text-transform: uppercase;
   text-align: left;
	vertical-align: middle
}

.m_menuitem_hover {
   margin-right: 0px;
   margin-left: 0px;
   height: 16px;
   cursor: pointer;
   border-style: none;
   padding-left: 5px;
   padding-top: 4px;
   /*padding-bottom: 0px;*/
	text-transform: uppercase;
   text-align: left;
	vertical-align: middle
}
