input.submit {
	background-color: #e8db9e;
	font-size: 12px;
	border: 1px;
}
a {
	color: #008C01;
	text-decoration: none;
	font: bold;
}

a:hover {
	color: #B8860B;
	text-decoration: none;
	font: bold;
}


body {
	scrollbar-base-color: #e8db9e;
	scrollbar-track-color: #b8b8b8;
	scrollbar-face-color: #a8a8a8;
	scrollbar-arrow-color: #606060;
	scrollbar-shadow-color: #909090;
	scrollbar-dark-shadow-color: #707070;
	scrollbar-highlight-color: #c0c0c0;
	scrollbar-3d-light-color: #f0f0f0;
	font-family: serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: auto;
	letter-spacing: normal;
	line-height: normal;
	background-color: #e8db9e;
	font: medium;
}

.button {
	color: #483D8B;
	background-color: #D0D0D0;
	border: 1px solid Black;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	text-decoration: none;
	font-family: Verdana,Helvetica,sans-serif;
	font-weight: normal;
	border-bottom: 1px solid Black;
	border-left: 1px solid White;
	border-right: 1px solid Black;
	border-top: 1px solid White;
}

.delete {
	color: Red;
	background-color: #D0D0D0;
	border: 1px solid Black;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	text-decoration: none;
	font-family: Verdana,Helvetica,sans-serif;
	font-weight: bolder;
	border-bottom: 1px solid Black;
	border-left: 1px solid White;
	border-right: 1px solid Black;
	border-top: 1px solid White;
}

.red {
	color: Red;
	font-size: 10px;
	text-decoration: none;
	font-family: Verdana,Helvetica,sans-serif;
	font-weight: bolder;
	height: 18px;
}

.green {
	color: Green;
	background-color: #D0D0D0;
	border: 1px solid Black;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	text-decoration: none;
	font-family: Verdana,Helvetica,sans-serif;
	font-weight: bolder;
	border-bottom: 1px solid Black;
	border-left: 1px solid White;
	border-right: 1px solid Black;
	border-top: 1px solid White;
	height: 18px;
}

.combo {
	color: #483D8B;
	background-color: #DCDCDC;
	border: 1px solid Black;
	padding: 2px 2px 2px 2px;
	font-size: 10px;
	text-decoration: none;
	font-family: Verdana,Helvetica,sans-serif;
	font-weight: bold;
	width: 157px;
	height: 18px;
	border-bottom: 1px solid White;
	border-left: 1px solid Black;
	border-right: 1px solid White;
	border-top: 1px solid Black;
}

.red1 {
	color: Red;
	background-color: #D0D0D0;
	border: 1px solid Black;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	text-decoration: none;
	font-family: Verdana,Helvetica,sans-serif;
	font-weight: bolder;
	border-bottom: 1px solid Black;
	border-left: 1px solid White;
	border-right: 1px solid Black;
	border-top: 1px solid White;	
	width: 42px;
	height: 18px;
}

.green1 {
	color: Green;
	background-color: #D0D0D0;
	border: 1px solid Black;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	text-decoration: none;
	font-family: Verdana,Helvetica,sans-serif;
	font-weight: bolder;
	border-bottom: 1px solid Black;
	border-left: 1px solid White;
	border-right: 1px solid Black;
	border-top: 1px solid White;
	width: 42px;
	height: 18px;
}

.ybutton {
	background: #BEBEBE url(../../images/ok.gif);
	height: 17px;
	width: 17px;
	color: #BEBEBE;
	font: 0px;
}

.nbutton {
	background: #BEBEBE url(../../images/no.gif);
	height: 17px;
	width: 17px;
	color: #BEBEBE;
	font: 0px;
}

.cbutton {
	background: #BEBEBE url(../../images/cig.gif);
	height: 25px;
	width: 25px;
	color: #BEBEBE;
	font: 0px;
}

.kbutton {
	background: #BEBEBE url(../../images/cam.gif);
	height: 25px;
	width: 25px;
	color: #BEBEBE;
	font: 0px;
}

