html { font-size: 100%; /* IE hack */ }

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #000000;
	color: #bcbcbc;
	font-size: 0.625em;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #bcbcbc;
	font-size: 1.1em;
}

h1 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-size: 1.3em;
	font-weight: normal;
	color: #999999;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #bcbcbc;
	color: #000000;
	border: solid #bcbcbc 1px;
	scrollbar-base-color: #000000;
}

a {
	color: #bcbcbc;
	text-decoration: none;
}
a:hover {
	color: #bcbcbc;
	text-decoration: underline;
}

.content {
	padding-right:10px;
}
.logo {
	margin-left: 5px;
	margin-top: 5px;
}

.subhead {
	background-color: #1f1f1f;
	margin-left: 5px;
}

.sma {
	font-size: xx-small;
}

.smabtn {
	font-size:xx-small;
}

.image {
	margin-right: 3px;
}

.imagelabel {
	padding-left: 30px;
}

.columnhead {
	font-weight: normal;
	font-size: 1em;
	text-align: center;
	color: #bcbcbc;
	background-color: #333333;
}

.fieldlabel {
	font-weight:bold;
	padding-top:8px;
	padding-bottom:10px;
}
.fielditem {
	padding-bottom:3px;
}

/* tigra menu css ************/
/* level 0 inner */
.m0l0iout {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	padding: 0px;
	color: #bcbcbc;
	text-align: center;
}
.m0l0iover {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	padding: 0px;
	color: #bcbcbc;
	text-align: center;
}

/* level 0 outer */
.m0l0oout {
	border : 1px solid #666666;
	background-color: #333333;
}
.m0l0oover {
	border : 1px solid #666666;
	background-color: #333333;
}

/* level 1 inner */
.m0l1iout {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	color: #bcbcbc;
}
.m0l1iover {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration : none;
	padding: 4px;
	color: #bcbcbc;
}

/* level 1 outer */
.m0l1oout {
	border : 1px solid #666666;
	background-color: #333333;
	filter: alpha(opacity=90);
}
.m0l1oover {
	border : 1px solid #666666;
	background-color: #333333;
}

/* level 2 inner */
.m0l2iover {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration : none;
	padding: 4px;
	color: #bcbcbc;
}

/* level 2 outer */
.m0l2oout {
	border : 1px solid #666666;
	background-color: #333333;
}
.m0l2oover {
	border : 1px solid #666666;
	background-color: #333333;
}
/*****************************/

/*em sizing hacks!*/
table, input, select, textarea {
	font-size: 100%; /*IE Hack */
}
li li, td p {
	font-size: 1em;
}
/*****************/