
.load{background:url('imgs/waiting.gif') no-repeat center;}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #777777;
}
p {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
	padding-right:41px;
	margin-top :0px;
	}

td {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
	}

.myright {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
	text-align: right;
	padding-right:38px;
}
	
.myleft {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #484848;
	text-align: right;
	padding-right:38px;
	}
	
.payment {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #484848;
	text-align: right;
	padding-right:38px;
	}

.note {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #484848;
	text-align: right;
	padding-right:38px;
	}
.copyright {
	font-size: 9px;
	color: #777777;
}
.phone {
	font-size: 11px;
	color: #777777;
}
.news {
	font-size: 11px;
	color: #777777;
}


a:link, a:visited	
{text-decoration: underline	; color: #e6a430	;font: 14px Verdana, Arial, Helvetica, sans-serif;}

a:hover	
{text-decoration: none	; color: #90bf4f	;font: 14px Verdana, Arial, Helvetica, sans-serif;}

a:active	
{text-decoration: none	; color: #90bf4f	;font: 14px Verdana, Arial, Helvetica, sans-serif;}



.myquestion {
	color: #90bf4f;
}
.mywhite {
	color: #ffffff;
}
.myorange {
	color: #fca51a;
}
.mygreen {
	color: #90bf4f;
}
.mybrown {
	color: #68604d;
}
.myred {
	color: #dc5825;
}

.myheader {
	font-size: 16px;
	color: #68604d;
	text-align: left;
}
.my16 {
	font-size: 16px;
}
.my18 {
	font-size: 18px;
}


.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #e8e8e8;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 00px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
