body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	
	scrollbar-base-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #FF7F00;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-dark-shadow-color: #FF7F00;
    scrollbar-3d-light-color: #FF7F00;
	background-color: #fffaf5;
	color: #808080;
	text-align:justify;
}


A{
  color: #4D4D4D;
  text-decoration:none;
  font-weight:bold;
  font-size:11px;
}

A:hover
{
    color: #000000;
    text-decoration:underline;
}

a.downloads
{
  font-weight:normal;
  font-size:11px;
}

input
{
    background-color: #E6E6E6;
    border-bottom: #808080 0px inset;
    border-left: #808080 0px outset;
    border-top: #808080 0px outset;
    border-right: #000000 0px inset;
    color: #808080;
}


textarea
{
    background-color: #E6E6E6;
    border-bottom: #000000 0px inset;
    border-left: #000000 0px outset;
    border-top: #000000 0px outset;
    border-right: #ffffff 0px inset;
    color: #808080;
}




/* CUSTOM STYLES.Begin */


.lblError
{
	color: #FF5F06;
}


.button
{
  background-color: #000000;
  color: #FF7F00;
  font-size:11px;
  cursor: hand;
}

.News_Date
{
  color: #FF7F00;
  font-weight:bold;
  padding-bottom:34px;
  margin-bottom:40px;
  line-height:20px;


}

.News_Title
{
  color: #4D4D4D;
  font-weight:bold;
  size:12px;
  
  margin-top: 10px;
  margin-bottom: 10px;
  line-height:20px;
}


.News_Description
{
	color: #808080;
	text-align:justify;  
}

.News_Selected_Page
{
  color: #FF7F00;
  font-weight:bold;
  font-size:12px;
}


.Bolded
{
	color: #4D4D4D;
	font-weight: bold;
}


.Default
{
	color: #808080;
	text-align:justify;
}


/* CUSTOM STYLES.End */

