.form_input 
{ 
  color: 								 #000000;
  border-right:  				 #000000 1px solid; 
  border-top: 					 #000000 1px solid; 
  border-left: 					 #000000 1px solid; 
  border-bottom: 				 #000000 1px solid; 
  font-size: 						 10px; 
  font-family: 					 Verdana, Helvetica, Arial; 
  background-color: 		 #d1ccca;
  margin-top: 2px;
  margin-bottom: 2px;
}

body{
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10px;
}

.padd-left{
	padding-left:10px;
}

.mini_txt{
	font-size:9px;
}

.micro_txt{
	font-size:8px;
}

a:link
{
  color:								 #000000;
		text-decoration:			 none;
}

a:visited
{
  color:								 #000000;
		text-decoration:			 none;
}

a:hover
{
  color:								 #5e5e5e;
		text-decoration:			 underline;
}

a.redlink:link
{
  color:								 #ff0000;
		text-decoration:			 none;
}

a.redlink:visited
{
  color:								 #ff0000;
		text-decoration:			 none;
}

a.redlink:hover
{
  color:								 #c26826;
		text-decoration:			 underline;
}
a.white:link
{
  color:								 #ffffff;
		text-decoration:			 underline;
}

a.white:visited
{
  color:								 #ffffff;
		text-decoration:			 underline;
}

a.white:hover
{
  color:								 #ffffff;
		text-decoration:			 underline;
}

a.greylink:link
{
  color:								 #c06928;
		text-decoration:			 none;
}

a.greylink:visited
{
  color:								 #c06928;
		text-decoration:			 none;
}

a.greylink:hover
{
  color:								 #c06928;
		text-decoration:			 underline;
}



a.redlinku:link
{
  color:								 #FF0000;
		text-decoration:			 underline;
}

a.redlinku:visited
{
  color:								 #FF0000;
		text-decoration:			 underline;
}

a.redlinku:active
{
  color:								 #FF0000;
		text-decoration:			 underline;
}


a.redlinku:hover
{
  color:								 #FF0000;
		text-decoration:			 underline;
}

a.black:link
{
  color:								 #000000;
		text-decoration:			 none;
}

a.black:visited
{
  color:								 #000000;
		text-decoration:			 none;
}

a.black:hover
{
  color:								 #000000;
		text-decoration:			 underline;
}

td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10px;
}

h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
}
h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:13px;
}
h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}
h4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
}

.dotted_border_table{
	border:#d1ccca dotted 1px;
}
.border_table{
	border:#203523 solid 1px;
}

.table_header_color{
	background-color:#d1ccca;
}

.table_border_left{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d1ccca;
}

.white{
	color:#ffffff
}

.table_border_right{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d1ccca;
}

.table_border_top{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bab6b6;
}

.table_border_bottom{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bab6b6;
	border-right-color: #bab6b6;
	border-bottom-color: #bab6b6;
	border-left-color: #bab6b6;
}

.bg_green{
	background-color:#27432d;
}

.border_bottom{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #414141;
	border-right-color: #414141;
	border-bottom-color: #414141;
	border-left-color: #414141;
}

.tab_title_text{
	color:#000000;
	font-weight:bold;
}
.scrollbar {
	scrollbar-base-color:#414141;
	scrollbar-arrow-color:#ffffff;
}

.message_color{
	color:#FF0000;
}
.orange{
	color:#f17b00;
}
.hand {
	cursor: hand;
	cursor: pointer;
}
