body {
	margin: 5px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

h2 {
	margin: 3px;
	font-size: 15px;
}

td,th,h1,h2,body,p,div,span {
	line-height: 140%;
}

form {
	padding: 0px;
	margin: 0px;
}

th.topLeft {
	background: url('../images/tl.gif') top left no-repeat;
	width: 10px;
}

th.topRight {
	background: url('../images/tr.gif') top right no-repeat;
	width: 10px;
}

.topCenter {
	background: url('../images/tc.gif') top left repeat-x;
	color: #FFE400;
	height: 15px;
	text-align: center;
}

.menuBody {
	border: 1px #1A7713 solid;
	background: #E4FFE1;
}

.header1 {
	background-color: #AFEDA7;
	padding: 5px;
}

.back1 {
	background-color: #1A7713;
}

.highlight {
	background-color: #1A7713;
}

.odd {
	background-color: #C0FDB6;
}

.even {
	background-color: #DCFFD6;
}

.text1 {
	color: #D10000;
	font-size: 14px;
	font-weight: bold;
}

.text2 {
	font-size: 20px;
	font-weight: bold;
	color: #BE0000;
}

.text3 {
	font-size: 12px;
	font-weight: bold;
	color: #BE0000;
}

.text4 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.color1 {
	color: #FFFFFF;
}

.color2 {
	color: #BC0028;
}

.color3 {
	color: #D10000
}

a {
	color: #0167BD;
	text-decoration: none;
}

a:hover {
	color: #0167BD;
	text-decoration: underline;
}

a.link1 {
	color: #FFE400;
	font-weight: bold;
	text-decoration: none;
}

a.link1:hover {
	color: #FFE400;
	font-weight: bold;
	text-decoration: underline;
}

a.link2 {
	color: #FFE400;
	font-weight: bold;
	text-decoration: none;
}

a.link2:hover {
	color: #FFE400;
	font-weight: bold;
	text-decoration: underline;
}

a.link3 {
	color: #0008A8;
	font-weight: bold;
	text-decoration: none;
}

th {
	text-align: center;
}

a.link3:hover {
	color: #0008A8;
	font-weight: bold;
	text-decoration: underline;
}

ol {
	margin-left: 30px;
	padding: 0px;
}

table.listTable {
	background-color: #FFFFFF;
	border: 1px #1A7713 solid;
}

table.listTable tr th {
	background-color: #1A7713;
	color: #FFFFFF;
}

table.listTable th.sortable {
	background-color: #1A7713;
}

table.listTable th.orderAsc {
	background-color: #1A7713;
}

table.listTable th.orderDesc {
	background-color: #1A7713;
}

th.sortable a {
	background: url('../images/arrow_off.png') right no-repeat;
	display: block;
}

th.orderAsc a {
	background: url('../images/arrow_down.png') right no-repeat;
	color: #FFE400;
	display: block;
}

th.orderDesc a {
	background: url('../images/arrow_up.png') right no-repeat;
	color: #FFE400;
	display: block;
}

.bottomLine {
	background: url('../images/bl.gif') repeat-x;
	height: 5px;
}

input {
	vertical-align: middle;
}

input.button {
	background-color: #016527;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	padding: 2px;
	border: 1px solid #1A7713;
}

input.radio {
	vertical-align: bottom;
}

.errorBack {
	background-color: #FF0000;
	border: 1px solid #1A7713;
	margin: 5px 0px 5px 0px;
}

tr.error {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	text-align: center;
}

.infoBack {
	background-color: #0600FF;
	border: 1px solid #1A7713;
	margin: 5px 0px 5px 0px;
}

tr.info {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	text-align: center;
}

.line {
	background: #1A7713;
	height: 1px;
	padding: 0px;
}

.box {
	border: 1px #1A7713 solid;
}

.imagebox {
	border: 1px #7F9DB9 solid;
}

.vline {
	background: #000000;
	width: 1px;
	padding: 0px;
}

.payment_method {
	width: 300px;
	display: inline;
	padding: 10px;
}

/* for understanding browsers */
.pictureFrame {
min-height:100px; 
height:auto;
text-align: center;
padding: 5px
}
/* for Internet Explorer */
/*\*/
* html .pictureFrame {
height: 100px;
}
/**/