A:link    { text-decoration:none; color:#B88823; }	/* Dull Yellow */
A:visited { text-decoration:none; color:#B88823; }	/* Dull Yellow */
A:active  { text-decoration:none; color:#FFB517; }	/* GR Yellow */
A:hover   {	text-decoration:none; color:#FFB517; }	/* GR Yellow */

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFB517;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #004000;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #004000;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #FFB517;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #B88823;
	line-height: 14pt;
	text-transform: capitalize;
	letter-spacing: 0.05em;
	text-align: left;
	font-weight: bold;
}
.menu:link    { text-decoration:none; color:#B88823; }	/* Dull Yellow*/
.menu:visited { text-decoration:none; color:#B88823; }	/* Dull Yellow */
.menu:active  { text-decoration:none; color:#FFB517; }	/* GR Yellow */
.menu:hover   {	text-decoration:none; color:#FFB517; }	/* GR Yellow */
.menu_cur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #B88823;
	line-height: 16px;
	text-transform: capitalize;
	letter-spacing: 0.05em;
	text-align: left;
	font-weight: bold;
}
.menu_cur:link    { text-decoration:none; color:#FFB517; }	/* Brown */
.menu_cur:visited { text-decoration:none; color:#FFB517; }	/* Brown */
.menu_cur:active  { text-decoration:none; color:#FFB517; }	/* Light Brown */
.menu_cur:hover   {	text-decoration:none; color:#FFB517; }	/* Light Brown */

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	background: #FFB517;
	color: #000000;
	width: 75px;
	height: 20px;
	border: 1px solid #E8AB2C;
	vertical-align: middle;
	margin: 2px;

}

.button-disabled {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	background: #ffd886;
	color: #7b7b7b;
	width: 75px;
	height: 20px;
	border: 1px solid #E8AB2C;
	vertical-align: middle;
	margin: 2px;

}

.page-table {
	background-color: #FFFFFF;
	background-image: url(../images/background.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.page-content-table {
	padding: 5px;
	height: auto;
	width: 100%;
}
.page-menu-area {
	background-color: #FFFFFF;
}
.page-header-area {
	background-color: #004000;
}
.page-footer-area {
	background-color: #004000;
}

.box {
	padding: 1px;
	background-image: url(../images/semi-trans-background.gif);
	background-repeat: repeat;
	width: 520px;
}
.box_nosize {
	padding: 1px;
	background-image: url(../images/semi-trans-background.gif);
	background-repeat: repeat;
}
.scroll-area {
	overflow: auto;
	height: 100%;
	width: 100%;
	text-align: left;
}
hr {
	line-height: 2px;
	color: #004000;
	height: 1px;
	width: 95%;
	border-style: inset;
}
.input-disguise {
	width: 30px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #004000;
}

#no_flash {
	width: 120px;
	height: 100px;
	background: url(../images/error.gif) no-repeat center center;
}
