/*** copyright DR Management all rights reserved. Duplication or redistribution is strictly
prohibited. ***/

.bgr {
	background-repeat: repeat-x;
}

.bgr2 {
	background-repeat: no-repeat;
	background-position: right; }


#white {
   color: #ffffff;
}

#black {
   color: #000000;
}

.text 
{  font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; font-style: normal; 
   line-height: 15px; 
   color: #414141;
}

p 
{  font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; font-style: normal; 
   line-height: 15px; 
   color: #414141;
}

.small 
{  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
   font-size: 10px; font-style: normal; 
   line-height: 15px; 
   color: #556B2F;
}

.small2 
{  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
   font-size: 10px; font-style: normal; 
   line-height: 15px; 
   margin-bottom: 18px;
   color: #A0522D;
}

.menu 
{  font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; font-style: normal; 
   line-height: 15px; 
   color: #191970;
}

.bottom 
{  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
   font-size: 10px; font-style: normal; 
   line-height: 15px; 
   color: #4D4C6A;
}

h1 
{  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
   font-size: 18px; font-style: normal; 
   font-weight: normal;
   margin-bottom: 8px;
   line-height: 15px; 
   color: #CD853F;
}

h2 
{  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
   font-size: 16px; font-style: normal; 
   font-weight: normal;
   margin-bottom: 8px;
   line-height: 15px; 
   color: #228B22;
}

h3 
{  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
   font-size: 14px; font-style: normal; 
   font-weight: normal;
   margin-bottom: 8px;
   line-height: 15px; 
   color: #866413;
}



TEXTAREA, select, input 
{  font-family: tahoma, Verdana, Arial, Helvetica, sans-serif; 
   font-size: 10px; font-style: normal; 
   line-height: normal; 
   color: #546051;
}


.hdr
{  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
   font-size: 10px;
   font-weight: bold;
   line-height: 15px; 
   color: #476D94;
}


A:VISITED {
    color : #DAA520;
	text-decoration : none;
}

A:HOVER {
	text-decoration : underline;
	color : #F4A460;
}

A:ACTIVE {
	text-decoration : none;
	color : #FFA500;
}

A:LINK {
	text-decoration : none;
	color : #FF8C00;
}

