*
{
	margin:0px;
	padding:0px;
	font-size:11px;
}

body
{

    background-color: #fff;
	border:none;
	color: #666666;
	font-family : verdana, helvetica, arial;
	font-size:11px;
	margin:0px;
}

img
{
    border:none;
    vertical-align:middle;
}

table
{

}

td
{
    border:none;
    vertical-align:top;
    
}

a
{
	background-color: transparent;
	color:#3B3B3B;
	text-decoration:underline;
}

a:hover
{
	background-color: transparent;
	color:#7B7B7B;
	text-decoration:none;
}

b
{
	font-family : Trebuchet MS;
}

h2
{
	font-family: tahoma,sans-serif;
	font-size: 14pt;
	color:black;
}

input
{
	font-size: 11px;
}

li
{
	margin:0px 0px 10px 25px;	
}

/*navigation*/

.nav1,.nav2,.nav3,.nav4,.nav5,.nav6,.nav1s,.nav2s,.nav3s,.nav4s,.nav5s,.nav6s
{
	display:block;
	float:left;
	width:128px;
	height:35px;
	background-image:url(images/layout/navigation.gif);
	background-repeat: no-repeat;
}

.nav1 {
	background-position:0px 0px;
}
.nav2 {
	background-position:-128px 0px;
}
.nav3 {
	background-position:-256px 0px;
}
.nav4 {
	background-position:-384px 0px;
}

.nav5 {
	background-position:-512px 0px;
}
.nav6 {
	background-position:-640px 0px;
}

.nav1:hover {
	background-position:0px -35px;
}
.nav2:hover {
	background-position:-128px -35px;
}
.nav3:hover {
	background-position:-256px -35px;
}
.nav4:hover {
	background-position:-384px -35px;
}
.nav5:hover {
	background-position:-512px -35px;
}
.nav6:hover {
	background-position:-640px -35px;
}


.nav1s {
	background-position:0px -35px;
}
.nav2s {
	background-position:-128px -35px;
}
.nav3s {
	background-position:-256px -35px;
}
.nav4s {
	background-position:-384px -35px;
}

.nav5s {
	background-position:-512px -35px;
}

.nav6s {
	background-position:-640px -35px;
}

/*eof navigation*/

.hr
{
	height:20px;
	background-image:url(images/layout/hr.gif);
	background-repeat:repeat-x;
	background-color:#bfbfbf;
}

.collapse
{
	border-collapse:collapse;	
}

.collapse100
{
	width:100%;
	border-collapse:collapse;	
}

.middle
{
	vertical-align:middle;
}

.header
{
	color:#9d6e2f;
}

.selected
{
	color:#af9078;
}

.text10
{
	font-size:10px;
}

.text11
{
	font-size:11px;
}

.text12
{
	font-size:12px;
}

.text14
{
	font-size:14px;
}

.text16
{
	font-size:16px;
}

.br5
{
	line-height:5px;
}

.white
{
	color:white;	
}

.gold
{
	color:gold;	
}

.gray
{
	color:#aaa;
}

.black
{
	color:black;	
}

.red
{
	color:#c00;	
}

.error
{
	color:red;	
}

.ok
{
	color:#66cc33;
}

.submit_payment
{
	color:#222;
	font-size:14pt;
	font-family:Arial,Helvetica,sans-serif;
	padding:0px 5px;
}

