@charset "utf-8";
/* NIMC Screen Stylesheet */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #660099;
	font-size: 1.1em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #81BD41;
}
ul li {
	list-style-position: outside;
	list-style-type: disc;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.5em;
}
body {
	margin-top: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	line-height: 1.2em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	color: #FF6600;
}
.indent {
	margin-left: 40px;
}
.float-right {
	float:right;
}
.float-left {
	float:left
}
a:link {
	color: #81BD41;
}
a:visited {
	color: #81BD41;
}
a:hover {
	color: #00AEEF;
	text-decoration: underline;
}
a:active {
	color: #00AEEF;
}
#content table tbody tr th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#content table tbody tr td {
	font-family: Arial, Helvetica, sans-serif;
}
