BODY
{
	background-color: #C0C0C0;
	margin: 0px;
}
TD
{
	font-family: Arial;
}
.border
{
	BORDER-BOTTOM: #000000 1px solid; 
   BORDER-LEFT: #000000 1px solid; 
   BORDER-RIGHT: #000000 1px solid; 
   BORDER-TOP: #000000 1px solid;
}
.border_gray
{
	BORDER-BOTTOM: #B7B7B7 2px solid; 
   BORDER-LEFT: #B7B7B7 2px solid; 
   BORDER-RIGHT: #B7B7B7 2px solid;
}
.border_yellow
{
	BORDER-TOP: #AE7A26 1px solid; 
   BORDER-LEFT: #AE7A26 1px solid; 
   BORDER-RIGHT: #AE7A26 1px solid;
}
.border_yellow_con
{
	BORDER-TOP: #AE7A26 1px solid; 
   BORDER-LEFT: #AE7A26 1px solid; 
   BORDER-RIGHT: #AE7A26 1px solid; 
   BORDER-BOTTOM: #AE7A26 1px solid;
}
.border_contact
{
   background-color: #242424;
	BORDER-TOP: #535353 1px dotted; 
   BORDER-LEFT: #535353 1px dotted; 
   BORDER-RIGHT: #535353 1px dotted; 
   BORDER-BOTTOM: #535353 1px dotted;
}
.border_dotted
{
	BORDER-BOTTOM: #4F4F4F 1px dotted;
	padding-left: 10px;
}
.border_bottom
{
	BORDER-BOTTOM: #4F4F4F 1px dotted;
}
.border_dotted_right
{
	BORDER-RIGHT: #4F4F4F 1px dotted;
	padding-left: 10px;
}
.heading 
{
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}
.text1
{
	font-size: 11px;
	color: #ffffff;
	text-align: left;
}
.top
{
	font-size: 11px;
	color: #FFF600;
	text-align: right;
}
.text1_cont
{
	font-size: 11px;
	color: #ffffff;
	text-align: left;
	padding-left: 10px;
}
.text1_cont_5
{
	font-size: 11px;
	color: #ffffff;
	text-align: left;
	padding-left: 5px;
}
.text1_2
{
	font-size: 11px;
	color: #AE7A26;
	text-align: left;
	font-weight: bold;
}
.text1_box
{
	font-size: 12px;
	color: #AE7A26;
	text-align: left;
}
.text1_white
{
	font-size: 11px;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
}
.text1_white_padding
{
	font-size: 11px;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
}
.copyright
{
color: #000000;
font-size: 10px;
text-align: center;
line-height: 25px;
}
.gallery_text
{
color: #006599;
font-size: 12px;
text-align: center;
font-weight: bold;
}
IMG.line {
	BACKGROUND: #ffffff;
}
A
{
color: #FFF600;
font-size: 12px;
text-align: justify;
text-decoration: none;

}
A.link:hover
{
color: #000000;
text-decoration: underline;
}
.footer_text
{
	font-size: 11px;
	text-align: center;
	color:#E1DECB;
	line-height: 30px;
	font-weight: bold;
	background-color: #8B8459;
}
A.footer
{
	font-size: 11px;
	text-align: center;
	color:#E1DECB;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
}
A.footer:hover
{
	color: Yellow;
}
INPUT
{
    BORDER-RIGHT: #54504C 1px solid;
    BORDER-TOP: #54504C 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #54504C 1px solid;
    COLOR: White;
    BORDER-BOTTOM: #54504C 1px solid;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
	 background-color: #010101;
	
}
SELECT
{
    BORDER-RIGHT: black 1pt solid;
    BORDER-TOP: black 1pt solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: black 1pt solid;
    COLOR: black;
    BORDER-BOTTOM: black 1pt solid;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}
TEXTAREA
{
    BORDER-RIGHT: #54504C 1px solid;
    BORDER-TOP: #54504C 1px solid;
    FONT-SIZE: 11px;
    BORDER-LEFT: #54504C 1px solid;
    COLOR: White;
    BORDER-BOTTOM: #54504C 1px solid;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
	 background-color: #010101;
	 overflow: auto;
}