﻿body 
{
    background-color:#ffffff; 
	margin: 10px 10px 10px 10px;
}

img
{
    border-width: 0px;
}

/*//////////////////////////////////////////////////////////////*/
/* menu header													*/
/*//////////////////////////////////////////////////////////////*/

.menu-parent-item
{
    font-family: Arial;
    font-size: 10pt;
    color: #333333;
    text-decoration: none;
}

.menu-parent-item:hover
{
    color: #ff9966;
    text-decoration: underline;
}

.menu-parent-item:active
{
    text-decoration: none;
}

.menu-parent-item:visited
{
    text-decoration: none;
}


.menu-child-item
{
    font-family: Arial;
    font-size: 11px; 
    color: #0088CE;
    text-decoration: none;
}

.menu-child-item: visited
{
    text-decoration:none;
}

.menu-child-item:active
{
    text-decoration: none;
}


.menu-child-item:hover
{
    color: #ff9966;
    text-decoration: none;
}





/*//////////////////////////////////////////////////////////////*/
/* news														   */
/*//////////////////////////////////////////////////////////////*/
.news-title {
	font-size: 11px; 
	color: #333333; 
	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: #333333; 
	font-family: Arial; 
	text-decoration: none;
}



.news-link
{
	font-size: 11px; 
	color: #333333; 
	font-family: Arial; 
	text-decoration: none;
}
.news-link:visited {
	text-decoration: none;
}
.news-link:active {
	text-decoration: none;
}
.news-link:hover {
	text-decoration: underline;
	color: #0088CE;
}




/*//////////////////////////////////////////////////////////////*/
/* body text    												*/
/*//////////////////////////////////////////////////////////////*/

.title {
	font-family: Arial;
    font-size: 10pt; 
    color: #0088CE;
}


.content-title 
{  
	font-size: 11px; 
	font-family: Arial; 
	text-decoration: none;
	color: #333333;
}

.text 
{  
	font-size: 11px; 
	font-family: Arial; 
	text-decoration: none;
	color: #333333;
}

.text:hover 
{  
	color: #3399CC;
	text-decoration: underline;
}

.text:active 
{  
	text-decoration: none;
}

.text:visited 
{  
	text-decoration: none;
}



.links
{
    font-family: Arial;
    font-size: 11px; 
    color: #0088CE;
    text-decoration: none;
}

.links:visited 
{  
	text-decoration: none;
}

.links:active 
{  
	text-decoration: none;
}

.links:hover
{
    text-decoration: underline;
}




/*//////////////////////////////////////////////////////////////*/
/* input controls												*/
/*//////////////////////////////////////////////////////////////*/
.textbox
{
	height: 16px;
	font-size: 11px; 
	color: #0088CE; 
	font-family: Arial;
	border: solid 1px #0088CE;
	background-color: #f6f6f6;
	vertical-align: middle;
	padding-left: 4px;
}




/*//////////////////////////////////////////////////////////////*/
/* mesage labels												*/
/*//////////////////////////////////////////////////////////////*/
.message {
	font-family: Verdana;
    font-size: 11px; 
  	text-decoration: none;
  	font-weight: bold;
}

