body {
	margin: 0px; 
	padding: 0px; 
	font-family:  arial, verdana, tahoma, arial, serif; 
	font-size: 14px; 
	background-color:#FCFCFC;
}

h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0; clear: none;}

h1 a:hover, h1 a {
font-size: 24px;
text-decoration: none;
color: #444;
}

h1 {
font-size: 24px;
}

A {
text-decoration: none;
color: #000;
}

A:HOVER {
	text-decoration: underline;
	color: black;
}

A:VISITED {
	color: #00;
}

img {
	border: 0px;
}

.mainTable {
	margin: 0px 0px; 
	padding: 0px; 
	background-color: #F5F5F5; 
	width: 100%; 
	border: 1px solid #000;
	font-size: 15px;
}

.mainTable tr td {
	padding: 0px 10px;
}

.tableHeader {
	height : 24px;
	border-bottom: 2px solid #000;
	font-size: 100%;
	font-weight: bold;
	background-image:url(images/menu_background.png);
	background-repeat:repeat-yx;
	color: #557;
	padding-left: 20px;
}

.tableRow {
	height: 50px;
}

.tableRow:HOVER {
	background-color: #D5DEE2;
}

.folderLink{
	text-decoration: none;
	color:  #000;
}

.folderLink:HOVER{
	text-decoration: none;
	color:  blue;
}

#navlist {
	border-top: 1px #B2B9BC solid;
	padding: 0px;
	margin: 10px;
	font: 14px arial, tahoma ,verdana, sans-serif;
	width: 170px;
	background: #FFF;
	color: gray; 
	background-color: #FDFDFD;
}

#navlist li {
	list-style: none;
	margin: 0px;
	border-left: 1px #B2B9BC solid;
	border-bottom: 1px #B2B9BC solid;
	border-right: 1px #B2B9BC solid;
	text-align: left;
	font-weight: bold;
	background: url(images/leftmenu.png) repeat-x;
}

#navlist li a {
	display: block;
	padding: 0.7em 0.5em 0.7em 0.9em;
	text-decoration: none;
	margin-left: 10px;
}

#navlist li a:link { color: #000; }
#navlist li a:visited { color: #000; }

#navlist li a:hover {
	margin: 0px;
	color: #000;
	background: #fff;
	border-left: 10px #788675 solid;
	background: url(images/leftmenu.png) repeat-x;
}


#siteMenu {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#siteMenu li {
	display: inline;
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	font-family: arial;
	float: right;
}

#siteMenu li a { 
	background: url(images/menu.png) no-repeat 0px 0px;
	width: 116px;
	display: inline;
	float: left;
	top: 0px;
	padding: 0px;
	margin: 0px;
	height: 30px;
	line-height: 26px;
	text-align: center;
	overflow: hidden;
}

#siteMenu li a:link, #siteMenu li a:visited {
	color: #ddd;
	background-color: #040;
	filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25;
	text-decoration: none;
	position: relative;
}

#siteMenu li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #040;
	filter:alpha(opacity=100);-moz-opacity:1.00;opacity:1.00;
}

input, select {
	background-color:#FAFAFA;
	border: 1px solid #ccc;
	color: #444;
	font-size: 14px;
	height: 20px;
}

.submit {
	border: 0px solid #ccc;
	color: #555;
	padding: 3px;
	text-align: center;
	background: url(images/submit.png) no-repeat;
	height: 26px;
	width: 105px;
	display: marker;
	clear: none;
	text-decoration: none;
	font-size: 10px;
}

.bottomButtons {
	width: 100%;
	text-align: right;
}

hr {
	background-color: #555;
	border: 0px;
	border-bottom: 1px solid #ccc;
	margin-top: 10px;
}

label {
	width: 300px;
	display: block;
	clear: left;
	float: left;
	overflow: hidden;
}