/***********************************************************************
* General styles
/***********************************************************************/

Body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/bg.gif);
	margin: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

Table
{
	font-size: 11px;
	color: #262626;
}

a:link,
a:visited
{
	text-decoration: none;
	font-size: 11px;
	color: #32a026;
}
a:hover
{
	text-decoration: underline;
	font-size: 11px;
	color: #32a026;
}

/***********************************************************************
* Texts style
/***********************************************************************/

.gray_9
{
	font-size: 9px;
	color: #797979;
}

.black_13
{
	font-size: 13px;
	color: #262626;
}

.white_13
{
	font-size: 13px;
	color: white;
}

.white_11
{
	font-size: 11px;
	color: white;
}

/***********************************************************************
* Links style
/***********************************************************************/

a.submenu:link,
a.submenu:visited
{
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: white;
}
a.submenu:hover
{
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #5aff00;
}

a.subsubmenu:link,
a.subsubmenu:visited
{
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: white;
}
a.subsubmenu:hover
{
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #fffeb5;
}


a.over:link,
a.over:visited,
a.over:hover,
a.over
{
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #5aff00;
}

a.menu:link,
a.menu:visited
{
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: white;
}
a.menu:hover
{
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #fffd68;
}

a.menuover:link,
a.menuover:visited,
a.menuover:hover,
a.menuover 
{
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #fffd68;
}

a.red_link_11:link,
a.red_link_11:visited
{
	text-decoration: none;
	font-size: 11px;
	color: #f10202;
}
a.red_link_11:hover
{
	text-decoration: underline;
	font-size: 11px;
	color: #f10202;
}

a.gray_link_9:link,
a.gray_link_9:visited
{
	text-decoration: underline;
	font-size: 9px;
	color: #797979;
}
a.gray_link_9:hover
{
	text-decoration: none;
	font-size: 9px;
	color: #797979;
}

/***********************************************************************
* Table styles
/***********************************************************************/

td.center
{
	background-image: url(images/bg_center.gif);
	background-repeat: repeat-y;
}

/***********************************************************************
* Form style
/***********************************************************************/

select.select_200
{
	height: 20px;
	width: 200px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
