@charset "utf-8";

CENTER TD
{
    TEXT-ALIGN: left;
}
/* CSS Document */

.textstyle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.myButton {
	cursor:pointer;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 76px;
	height: 32px;
	border: none;
	background-color:#d1d2d3;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
}
.myButton2 {
	cursor:pointer;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 85px;
	height: 32px;
	border: none;
	background-color:#d1d2d3;
	background-image: url(images/button2.png);
	background-repeat: no-repeat;
}


.Forms {
	border: 0px solid #4f9f00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 200;
	color: #1F1F1F;
	background-color: #e5e6e7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e6e7), to(#cccdce)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #e5e6e7, #cccdce); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, #e5e6e7, #cccdce); /* FF3.6+ */
	background-image: -ms-linear-gradient(top, #e5e6e7, #cccdce); /* IE10 */
	background-image: -o-linear-gradient(top, #e5e6e7, #cccdce); /* Opera 11.10+ */
	background-image: linear-gradient(to bottom, #e5e6e7, #cccdce);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 3px 3px 3px #3B3B3B;
	-webkit-boxs-hadow: 3px 3px 3px #3B3B3B;
	box-shadow: 3px 3px 3px #3B3B3B;
	margin-bottom: 30px;
	margin-top: 20px;
	background-repeat: no-repeat;
}
.detail {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1F1F1F;
	background-color: #e5e6e7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e6e7), to(#cccdce)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #e5e6e7, #cccdce); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image: -moz-linear-gradient(top, #e5e6e7, #cccdce); /* FF3.6+ */
	background-image: -ms-linear-gradient(top, #e5e6e7, #cccdce); /* IE10 */
	background-image: -o-linear-gradient(top, #e5e6e7, #cccdce); /* Opera 11.10+ */
	background-image: linear-gradient(to bottom, #e5e6e7, #cccdce);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 3px 3px 3px #3B3B3B;
	-webkit-boxs-hadow: 3px 3px 3px #3B3B3B;
	box-shadow: 3px 3px 3px #3B3B3B;
	margin-bottom: 30px;
	margin-top: 20px;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #4f9f00;
	border-right-color: #4f9f00;
	border-bottom-color: #4f9f00;
	border-left-color: #4f9f00;
	text-align: left;
}



.Forms td {
	border: 0px solid #4f9f00;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}
.light {
	font-weight: normal;
}

.detail td {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #4f9f00;
	border-right-color: #4f9f00;
	border-bottom-color: #4f9f00;
	border-left-color: #4f9f00;
}




.Forms td tr {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 200;
	border: 1px solid #090;
}
.detail td tr {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 200;
	border: 0px solid #090;
}


.amount {
	color: #53971b;
	font-weight: 800;
}
.amountLight {
	color: #53971b;
	font-weight: normal;
}


a:link {
	color: #508e25;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
}
a:visited {
	color: #508e25;
	text-decoration: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:hover {
	color: #8DD55E;
	text-decoration: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

li {
	list-style:square;
	color: #508e25;
}
.boldHead {
	font-weight: bolder;
	font-size: 16px;
}
.boldHeadGreen {
	font-weight: bolder;
	font-size: 26px;
	color: #53971B;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.bigHead {
	font-weight: bolder;
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.alighnLeft {
	text-align: left;
}
.size {
	font-size: 18px;
}
