/* buttons and links */
a{
   color:#999933;
   font-family:tahoma ,helvetica,sans-serif;
   font-size:11px;
}
a.a2{
   color:#999933;
   font-family:tahoma ,helvetica,sans-serif;
   font-size:11px;
	 font-weight: bold;
	 text-decoration: none;
}

input.btn1{
   color:#999933;
   font-family:tahoma ,helvetica,sans-serif;
   font-size:10px;
   font-weight:bold;
   background-color:#E5E5D8;
   border:0px solid;
}

input.btn1hov{
   color:#000000;
   font-family:tahoma ,helvetica,sans-serif;
   font-size:10px;
   font-weight:bold;
   background-color:#CCCCC0;
  border:0px solid;
	}
	
input.btn2{
   color:#FFFFFF;
   font-family:tahoma ,helvetica,sans-serif;
   font-size:10px;
   font-weight:bold;
   background-color:#000000;
   border:0px solid;
}

input.btn2hov{
   color:#000000;
   font-family:tahoma ,helvetica,sans-serif;
   font-size:10px;
   font-weight:bold;
   background-color:#CCCCC0;
   border:0px solid;
	}

input.btn3{
   color:#CC0000;
   font-family:tahoma ,helvetica,sans-serif;
   font-size:10px;
   font-weight:bold;
   background-color:#E5E5D8;
   border:0px solid;
}
input.btn3hov{
   color:#000000;
   font-family:tahoma ,helvetica,sans-serif;
   font-size:10px;
   font-weight:bold;
   background-color:#CCCCC0;
   border:0px solid;
}

input.btn4{
   color:#999933;
   font-family:tahoma ,helvetica,sans-serif;
   font-size:10px;
   font-weight:bold;
   background-color:#FFFFFF;
   border:1px solid #E5E5D8;
}

input.btn4hov{
   color:#000000;
   font-family:tahoma ,helvetica,sans-serif;
   font-size:10px;
   font-weight:bold;
   background-color:#CCCCC0;
  	border:0px solid;
	}

/* form elements */

input.txt{
   color:#333333;
   font-family:tahoma ,helvetica,sans-serif;
   font-size:10px;
   border:1px solid;
   border-color:#7F9DB9;
}
input.rdo{
	color:#000000;
	border:0px solid;
}


/* text: headings */

.heading1{
   color:#333333;
   font-family:tahoma ,helvetica,sans-serif;
   font-size:14px;
	 font-weight: bold;
}
.heading2{
   color:#666666;
   font-family:tahoma ,helvetica,sans-serif;
   font-size:11px;
	 font-weight: bold;
}
.heading3{
   color:#000000;
   font-family:tahoma ,helvetica,sans-serif;
   font-size:11px;
	 font-weight: bold;
}

/* text: body */
.txt1{
   color:#333333;
   font-family:tahoma ,helvetica,sans-serif;
   font-size:11px;
}
.txt2{
   color:#000000;
   font-family:tahoma ,helvetica,sans-serif;
   font-size:11px;
	 font-weight: bold;
}
.txt3{
   color:#999999;
   font-family:tahoma ,helvetica,sans-serif;
   font-size:11px;
}
.txt4{
   color:#000000;
   font-family:tahoma ,helvetica,sans-serif;
   font-size:11px;
}
.txt5{
   color:#CCCCCC;
   font-family:tahoma ,helvetica,sans-serif;
   font-size:11px;
}
.txt6{
   color:#CC0000;
   font-family:tahoma ,helvetica,sans-serif;
   font-size:11px;
}
.txt7{
   color:#999999;
   font-family:tahoma ,helvetica,sans-serif;
   font-size:9px;
}

/* table styles */
td.td1{
	 background-color:#FFFFFF;
	 border: 1px solid #E5E5D8;
}
td.td2{
	 background-color:#E5E5D8;
}
td.td3{
	 background-color:#999933;
}
td.td4{
	 color: #FFFFFF;
	 background-color:#999933;
	 border: 1px solid #E5E5D8;
}

