body
{
	background-color:#ffffff; 
	margin: 0 0 0 0;
	background-image: url(../Design/Backgrounds/body.gif);
    background-repeat: repeat;
}

/*//////////////////////////////////////////////////////////////*/
/* menu header													*/
/*//////////////////////////////////////////////////////////////*/

.menu-parent-item
{
    font-family: Arial;
    font-size: 0.7em;
    color: #BDD0A2;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
}

.menu-parent-item: hover
{
    text-decoration: none;
}

.menu-parent-item: link
{
    text-decoration: none;
}

.menu-parent-item: visited
{
    text-decoration: none;
}


.menu-child-item
{
    font-family: Arial;
    font-size: 11px; 
    color: #759150;
    text-decoration: none;
}

.menu-child-item: hover
{
    text-decoration: underline;
}

.menu-child-item: link
{
    text-decoration: none;
}

.menu-child-item: visited
{
    text-decoration: none;
}



.title {
	font-family: Arial;
    font-size: 12px; 
    color: #D5DCC7;
    padding-left: 12px;
}




/*//////////////////////////////////////////////////////////////*/
/* news														   */
/*//////////////////////////////////////////////////////////////*/
.news-title {
	font-size: 11px; 
	color: #666666; 
	font-family: Arial; 
	text-decoration: none;
}

.news-title:hover
{
    text-decoration: underline;
}

.news-title:visited
{
    text-decoration: none;
}

.news-title:active
{
    text-decoration: none;
}



.news-text {
	font-size: 11px; 
	color: #759150; 
	font-family: Arial; 
	text-decoration: none;
}

.news-small-text {
	font-size: 11px; 
	color: #759150; 
	font-family: Arial; 
	text-decoration: none;
}


.news-link
{
	font-size: 11px; 
	color: #666666; 
	font-family: Arial; 
	text-decoration: none;
}
.news-link:visited {
	text-decoration: none;
}
.news-link:active {
	text-decoration: none;
}
.news-link:hover {
	color: #759150;
	text-decoration: underline;
}




/*//////////////////////////////////////////////////////////////*/
/* body text    												*/
/*//////////////////////////////////////////////////////////////*/
.body-title 
{  
	font-size: 13px; 
	font-family: Arial; 
	text-decoration: none;
}

.text 
{  
	font-size: 11px; 
	font-family: Arial; 
	text-decoration: none;
	color: #8E9083;
}

.text:hover 
{  
	color: #759150;
	text-decoration: underline;
}

.text:active 
{  
	text-decoration: none;
}

.text:visited 
{  
	text-decoration: none;
}


/*//////////////////////////////////////////////////////////////*/
/* input controls												*/
/*//////////////////////////////////////////////////////////////*/
.textbox
{
	height: 18px;
	font-size: 11px; 
	color: #666666; 
	font-family: Arial;
	border: solid 1px #D9DAD5;
}

.dropdownlist
{
	height: 18px;
	font-size: 11px; 
	color: #666666; 
	font-family: Arial;
	border: solid 1px #D9DAD5;
}


/*//////////////////////////////////////////////////////////////*/
/* mesage labels												*/
/*//////////////////////////////////////////////////////////////*/
.messages {
	font-family: Verdana;
    font-size: 11px; 
  	text-decoration: none;
  	font-weight: bold;
}


/*//////////////////////////////////////////////////////////////*/
/* footer														*/
/*//////////////////////////////////////////////////////////////*/

.footer-links {
	font-size: 11px; 
	color: #ffffff; 
	font-family: Arial; 
	text-decoration: none;
	line-height: 12px;
	top: 1px;
}

.footer-links:hover {
	text-decoration: underline;
}

.footer-links:active {
	text-decoration: none;
}

.footer-links:visited {
	text-decoration: none;
}














