body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}

td {
	font-size: 12px;
}

th {
	font-size: 12px;
}

a {
	font-size: 12px;
}

a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #000000;
}

.border1 {
	border: 1px double #003300;
}

.blue {
	color: blue;
}

img {
	cursor: pointer;
}

input {
	border-color: expression(( this.type ==   "checkbox" || this.type ==   "radio")? "style" : "#84a1bd" );
	border-style: expression(( this.type ==   "checkbox" || this.type ==   "radio")? "style" : "solid" );
	border-width: expression(( this.type ==   "checkbox" || this.type ==   "radio")? "style" : "1px");
	height: 20px;
}

.enable input{
	border-color: #84a1bd;
	border-style: solid;
	border-width: 1px;
	height: 20px;
}

.disable input{
	border-color: gray;
	border-style: solid;
	border-width: 1px;
	height: 20px;
}

textarea,select {
	border-color: #84a1bd;
	border-style: solid;
	border-width: 1px;
}

input,select {
	margin: 0;
	padding: 0;
	font-size: 12px
}

.footer_bg {
	background-color: #5C89B2;
}

.list {
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
}

button {
	BORDER: gray 1px solid;
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 2px;
	FONT-SIZE: 12px;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType = 0,StartColorStr=#DBDBDB,EndColorStr=#FFFFFF);
	CURSOR: hand;
	COLOR: black;
	PADDING-TOP: 2px;
}