@charset "utf-8";
/* CSS Document */

body
{
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	background-image:url(images/background.jpg);
}

a.ref {
	font-family: Tahoma;
	font-size: 13px;
	color: #990000;
	font-weight:bold;
}
a.ref:link {
	text-decoration: none;
}
a.ref:visited {
	text-decoration: none;
	color: #990000;
}
a.ref:hover {
	text-decoration: underline;
	color: #CC0000;
}
a.ref:active {
	text-decoration: none;
	color: #CC0000;
}

.tahoma_green
{
	font-family:Tahoma;
	font-size:11px;
	color:#1d4800;
	text-decoration:none;
	font-weight:normal;
}
a.tahoma_green:hover
{
	text-decoration:underline;
	color:#1d4800;
}

.tahoma_red
{
	font-family:Tahoma;
	font-size:11px;
	color:#530000;
	text-decoration:none;
	font-weight:normal;
}
a.tahoma_red:hover
{
	text-decoration:underline;
	color:#530000;
}

.tahoma_blue
{
	font-family:Tahoma;
	font-size:11px;
	color:#032e47;
	text-decoration:none;
	font-weight:normal;
}
a.tahoma_blue:hover
{
	text-decoration:underline;
	color:#032e47;
}

.tahoma_yellow
{
	font-family:Tahoma;
	font-size:11px;
	color:#4e4900;
	text-decoration:none;
	font-weight:normal;
}
a.tahoma_yellow:hover
{
	text-decoration:underline;
	color:#4e4900;
}

.tahoma_pink
{
	font-family:Tahoma;
	font-size:11px;
	color:#4e0035;
	text-decoration:none;
	font-weight:normal;
}
a.tahoma_pink:hover
{
	text-decoration:underline;
	color:#4e0035;
}

.arial_red
{
	font-family:Arial;
	font-size:12px;
	color:#cc0000;
	text-decoration:none;
	font-weight:normal;
}
a.arial_red:hover
{
	text-decoration:underline;
	color:#cc0000;
}

.arial_black
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}
a.arial_black:hover
{
	text-decoration:underline;
	color:#000000;
}

.arial_red_bold
{
	font-family:Arial;
	font-size:12px;
	color:#cc0000;
	text-decoration:none;
	font-weight:bold;
}
a.arial_red_bold:hover
{
	text-decoration:underline;
	color:#cc0000;
}

.arial_black_bold
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
a.arial_black_bold:hover
{
	text-decoration:underline;
	color:#000000;
}

.form
{
	font-family:Tahoma;
	font-size:11px;
	color:#032e47;
	text-decoration:none;
	font-weight:normal;
	width:100%;
}
a.form:hover
{
	text-decoration:underline;
	color:#032e47;
}