/*------------------------------------------------------------------------------------------------
  global classes
------------------------------------------------------------------------------------------------*/

body {
	background-color: #496C79;
}

body, td, p
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 16px; 
	color: #333333;
}

/*------------------------------------------------------------------------------------------------
  link classes
------------------------------------------------------------------------------------------------*/

A:link { 
    color: #92695B;
    text-decoration: none;
}
A:visited { 
    color: #496C79;
    text-decoration: none;
}
A:hover { 
    color: #496C79;
    text-decoration: none;
}

.footer:link {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	line-height: normal;
	font-size: 9px;
}

.footer:visited {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	line-height: normal;
	font-size: 9px;
}

.footer:hover { 
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	line-height: normal;
	font-size: 9px;
}

.nav:link {
	color: #496C79;
	text-decoration: none;
	font-weight: normal;
	line-height: 16px;
	font-size: 10px;
}

.nav:visited {
	color: #496C79;
	text-decoration: none;
	font-weight: normal;
	line-height: 16px;
	font-size: 10px;
}

.nav:hover { 
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	line-height: 16px;
	font-size: 10px;
}

.small:link {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	line-height: normal;
	font-size: 9px;
}

.small:visited {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	line-height: normal;
	font-size: 9px;
}

.small:hover { 
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	line-height: normal;
	font-size: 9px;
}

/*------------------------------------------------------------------------------------------------
  text classes
------------------------------------------------------------------------------------------------*/

.blue_bold {
	font-size: 11px;
	font-style: normal;
	color: #496C79;
	font-weight: bold;
	line-height: 16px;
}

.gray_small {
	font-size: 9px;
	font-style: normal;
	color: #999999;
	line-height: 16px;
}

.alert {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #496c79;
}

.formlbl_req {
	font-weight: bold;
}
