body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

a {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
.header {
	background-color: #B5CACA;
}
.middle {
	
}

.colorOne {
	background-color: #E4ECEC;
	margin-top:10px;
	margin-left:13px; 
}
select {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	width:130px;
}
input {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	width:130px;
	border: 1px solid #B5CACA;
	padding:2px;

}
.button {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	background-color: #E4ECEC;
	width:70px;
	border: 1px solid #B5CACA;
	padding:2px;
	cursor: hand;
	cursor:pointer;
}
.bigButton {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	background-color: #E4ECEC;
	width:130px;
	height:45px;
	border: 1px solid #B5CACA;
	padding:2px;
	cursor: hand;
	cursor:pointer;
}
.bigButtonOff  {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	background-color: #ffffff;
	width:130px;
	height:45px;
	border: 1px solid #B5CACA;
	padding:2px;
	cursor: hand;
	cursor:pointer;
} 
.smallButton {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	background-color: #E4ECEC;
	width:130px;
	height:20px;
	border: 1px solid #B5CACA;
	padding:2px;
	cursor: hand;
	cursor:pointer;
}
.alertButton {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #cc0011;
	text-decoration: none;
	background-color: #E4ECEC;
	width:130px;
	height:20px;
	border: 1px solid #cc0011;
	padding:2px;
	cursor: hand;
	cursor:pointer;
}
.checkbutton{
	width:24px;
	color: #333333;
	background-color: #E4ECEC;
	border: 5px solid #B5CACA;
}
.color1 {
	background-color: #E4ECEC;
}
.color2 {
	background-color: #B5CACA;
}

.tdHeader {
	background-color: #B5CACA;
	height:20px;
}
.rightBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B5CACA;
}
.tdHelp {
	border: 1px dotted #B5CACA;
	cursor: help;
}
.textArea {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
	border: 1px solid #B5CACA;
	width:437px;
	height:200px;
	padding:5px;
}
.textSmallArea {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
	border: 1px solid #B5CACA;
	width:437px;
	padding:5px;
}
.noteArea {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
	border: 1px solid #B5CACA;
	width:150px;
	padding:5px;
}
.smallField {
	width: 30px;
}
.border {
	border: 1px solid #B5CACA;
}
.borderRed {
	border: 1px solid #CC0000;
}
.file {
	width:150px;
	padding:0px;
}
textarea {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
	border: 1px solid #B5CACA;
	padding:5px;
}
