html, body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;

	background-color: #FFFFFF;
	
	text-align: center;
	margin: 0px;
	padding: 0px;
	
	height: 100%;
}

A:link, A:active, A:visited
{
	font-weight: normal;
	text-decoration: underline;
	color: #51A100;
}

A:hover
{
	font-weight: normal;
	text-decoration: underline;
	color: #000000;
}

A:link.wordlink, A:active.wordlink, A:visited.wordlink
{
	font-weight: normal;
	text-decoration: none;
	color: inherit;
}
A:hover.wordlink
{
	font-weight: normal;
	text-decoration: underline;
	color: inherit;
}

/* PAGE SETUP */
#page
{
	width: 970px;
	height: auto;
}

li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	font-weight: normal;
	color: #51A100;
}



h1
{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

h2
{
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#000000;
}

h3
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#FFFFFF;
}

#fileuploadContainer{
	padding: 5px;

	width: 260px;
	height: auto;
}
#fileuploadHeading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	color: #111111;
	text-align:left;
	
	padding-bottom: 10px;

	width: 260px;
	height: auto;
}
#fileUploadInterface{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #111111;
	text-align:left;

	width: 260px;
	height: auto;
}

TABLE
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	/* line-height: 13px; */

	color: inherit;
}
TD
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	/* line-height: 13px; */

	color: inherit;

	border-style: none;
	vertical-align: top;
}

td.frameVertical
{
	background-color: #333333;
	width: 1px;
}

td.frameHorizontal
{
	background-color: #333333;
	height: 1px;
}

.heading
{
	font-family: arial, tahoma, verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

.normal
{
	text-align: right;
	font-family: arial, tahoma, verdana;
	font-size: 11px;
	font-weight: none;
	color: #333333;
}

/* GENERAL SETTINGS */
/* **************** */


TABLE.frame
{
	background-color: #FFFFFF;
}
td.frame
{
	background-color: #CCCCCC;
}

TD.menuselected
{
	vertical-align: middle;
}

/* ***** */
/* ADMIN */
select.admin
{
	font-family: arial, tahoma, verdana;
	font-size: 11 px;
	font-weight: normal;
	text-decoration:none;
	color: #333333;

	width: 350px;
}
input.admin
{
	font-family: arial, tahoma, verdana;
	font-size: 11 px;
	font-weight: normal;
	text-decoration:none;
	color: #333333;

	width: 350px;
}
textarea.admin
{
	font-family: arial, tahoma, verdana;
	font-size: 11 px;
	font-weight: normal;
	text-decoration:none;
	color: #333333;

	width: 350px;
	height: 50px;
}
/* ADMIN */
/* ***** */


/* LOGIN */
input.login
{
	font-family: arial, tahoma, verdana;
	font-size: 11 px;
	font-weight: normal;
	text-decoration:none;
	color: #333333;

	width: 160px;
}
input.loginButton
{
	font-family: arial, tahoma, verdana;
	font-size: 11 px;
	font-weight: normal;
	text-decoration:none;
	color: #FFFFFF;

	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #7691A6;

	width: 160px;
}
/* LOGIN */


OL, UL
{
	margin: 0px;
	padding-left: 25px;
}

IMG.mainMenu
{
	border-color: #FFFFFF;
	vertical-align: text-bottom;
}

td.command
{
	font-size: 10px;
	font-family: arial, tahoma, verdana;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 1 2 1 3;
	text-align: right;
}

.specchar
{
	font-family: symbol;
}

.small
{
	font-family: arial, tahoma, verdana;
	font-size: 10px;
	line-height: 16px;
	font-weight: none;
	color: #000000;
}

a.small:link, a.small:active, a.small:visited
{
	font-family: arial, tahoma, verdana;
	font-size: 10px;
	font-weight: none;
	text-decoration: none;
	color: #000000;
}

a.small:hover
{
	text-decoration: underline;
}

.loginNormal
{
	font-family: arial, tahoma, verdana;
	font-size: 11px;
	font-weight: none;
	color: #000000;
}

.loginNormal:link, .loginNormal:active, .loginNormal:visited
{
	text-decoration: underline;
	color: #000000;
}
.loginNormal:hover
{
	text-decoration: underline;
	color: #000000;
}

.loginheading
{
	font-family: arial, tahoma, verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.inactive
{
	font-family: arial, tahoma, verdana;
	font-size: 10px;
	font-weight: none;
	color: #999999;
}
.errStr{
	font-family: arial, tahoma, verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
}
#errStr
{
	font-family: arial, tahoma, verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;

	width: 280px;
	height: auto;
	text-align: left;
}

/* ************* */
/* *   ADMIN   * */
/* ************* */
input.adminDate
{
	font-family: arial, tahoma, verdana;
	font-size: 11 px;
	font-weight: normal;
	text-decoration:none;
	color: #1F5176;

	width: 135px;
}
/* ************* */
/* *   ADMIN   * */
/* ************* */