body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EEE;
	margin: 0px;
	padding: 10px;
}

a, a:active, a:visited {
	color: #18B218;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	color: #333;
	line-height: 1.5em;
	padding: 10px;
	margin: 0px;
}

ul {
	line-height: 1.5em;
	color: #333;
	margin: 0px 0px 0px 40px;
	list-style-image: url(/images/arrowpro2.gif);
}

li {
	padding: 0px;
}

input, textarea, select {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

strong {
	color: #000;
}

h1 {
	background-color: #EEE;
	border-top: 1px solid #18B218;
	border-bottom: 1px solid #18B218;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	padding: 0px 0px 0px 5px;
	margin: 5px;
}

h2 {
	color: #18B218;
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
	margin: 0px;
}
h5 {
	margin: 0px;
}
.title {
	background-color: #18B218;
	border: 1px solid #000;
	color: #FFF;
	padding: 0px 0px 2px 5px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
}
#header {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	height: 82px;
	width: 770px;
	background-color: #EDF2F5;
	border: 1px solid #333;
}

#flashheader {
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	width: auto;
	height: 159px;
	border-top: 5px solid #18B218;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
}

#footer {
	font-size: 9px;
	color: #333;
}

#timestamp {
	color: #666;
	font-size: 9px;
	font-weight: normal;
	float: right;
	margin: 8px 5px 0px 0px;
}

#mainTable {
	border-right: 1px solid #333;
	border-bottom: 5px solid #18B218;
	border-left: 1px solid #333;
}

#mainContent {
	width: auto;
}

#mainContent img {
	margin: 5px;
}

.imageborder {
	margin: 5px;
	padding: 5px;
	border: 1px solid #CCC;
}

#sideBar {
	width: 195px;
	background: url(../images/sidebarbkgrd.jpg) repeat-y;
	padding: 5px;
	margin: 0px;
}

#navbar {
	background-image: url(../images/navbarbkgrd.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	font-weight: bold;
	height: 26px;
	border: 1px solid #333;
}

#navbar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navbar li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: auto;
}

#navbar a,  #navbar a:visited,  #navbar a:active {
	display: block;
	text-decoration: none;
	color: #000;
	margin: 0px;
	padding: 6px 11px 6px 11px;
	float: left;
	border-right: 1px solid #ccc;
}

#navbar a:hover {
	background-image: url(../images/navON_gr.jpg);
	background-repeat: repeat-x;
	color: #000;
}
div.procedure {
	display:none;
}