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

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

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

a:link,
a:visited
{
	text-decoration: none;
	font-size: 11px;
	color: #606060;
}
a:hover
{
	text-decoration: none;
	font-size: 11px;
	color: #47ab3e;
}

/***********************************************************************
* Link styles
/***********************************************************************/

a.gray12_link:link,
a.gray12_link:visited
{
	text-decoration: none;
	font-size: 12px;
	color: #606060;
}
a.gray12_link:hover
{
	text-decoration: none;
	font-size: 12px;
	color: #47ab3e;
}

a.gray12_link2:link,
a.gray12_link2:visited
{
	text-decoration: none;
	font-size: 12px;
	color: #464646;
}
a.gray12_link2:hover
{
	text-decoration: none;
	font-size: 12px;
	color: White;
}

a.white12_link:link,
a.white12_link:visited
{
	text-decoration: none;
	font-size: 12px;
	color: white;
}
a.white12_link:hover
{
	text-decoration: none;
	font-size: 12px;
	color: white;
}

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

a.blue12_link:link,
a.blue12_link:visited
{
	text-decoration: none;
	font-size: 12px;
	color: #1c5483;
}
a.blue12_link:hover
{
	text-decoration: underline;
	font-size: 12px;
	color: #1c5483;
}

a.blue17_link:link,
a.blue17_link:visited
{
	text-decoration: none;
	font-size: 17px;
	color: #3f75a3;
}
a.blue17_link:hover
{
	text-decoration: none;
	font-size: 17px;
	color: #3f75a3;
}

a.black10_link:link,
a.black10_link:visited
{
	text-decoration: none;
	font-size: 10px;
	color: #494949;
}
a.black10_link:hover
{
	text-decoration: underline;
	font-size: 10px;
	color: #494949;
}

/***********************************************************************
* Text styles
/***********************************************************************/

.black10
{
	font-size: 10px;
	color: #494949;
}

.blue12
{
	font-size: 12px;
	color: #083a78;
}

.blue11
{
	font-size: 11px;
	color: #083a78;
}

.blue24
{
	font-size: 24px;
	color: #3f75a3;
}

.white18
{
	font-size: 18px;
	color: white;
}

.white17
{
	font-size: 17px;
	color: white;
}

.white12
{
	font-size: 12px;
	color: white;
}

.blue17
{
	font-size: 17px;
	color: #3f75a3;
}

.blue14
{
	font-size: 14px;
	color: #3f75a3;
}

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

td.table_1
{
	background-image: url(images/table1_bg.jpg);
	background-repeat: no-repeat;
}

td.table_2
{
	background-image: url(images/table2_bg.jpg);
	background-repeat: no-repeat;
}

/***********************************************************************
* Button style
/***********************************************************************/

.submit 
{
	background-image: url(images/btn_siusti.gif);
	width: 141px;
	height: 29px;
	border: 0;
	cursor: pointer;
	cursor: hand;
}