/***********************************************************************
* General style
/***********************************************************************/

Body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #24589c;
}

Table
{
	font-size: 10px;
	color: White;
}

/***********************************************************************
* Text style
/***********************************************************************/

.white_11_bold
{
	font-size: 11px;
	font-weight: bold;
	color: White;
}

.white_11
{
	font-size: 11px;
	color: White;
}

/***********************************************************************
* Link style
/***********************************************************************/

a.white_10_link:link,
a.white_10_link:visited
{
	text-decoration: none;
	font-size: 10px;
	color: white;
}
a.white_10_link:hover
{
	text-decoration: underline;
	font-size: 10px;
	color: white;
}

a.white_10_link_und:link,
a.white_10_link_und:visited
{
	text-decoration: underline;
	font-size: 10px;
	color: white;
}
a.white_10_link_und:hover
{
	text-decoration: none;
	font-size: 10px;
	color: white;
}
