body,td,th {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;	
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #86b6df;
}
.bgr-l {
	background-image: url(images/bgr_l.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
.bgr-r {
	background-image: url(images/bgr_r.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
.bgr-page {
	background-image: url(images/bgr_top.png);
	background-position:top;
	background-repeat: repeat-x;
}
.text_white_12 {
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.text_black_12 {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.text_red_12 {
	font-family: tahoma;
	font-size: 12px;
	color: #cc0000;
	text-decoration: none;
}
.text_red_18 {
	font-family: tahoma;
	font-size: 18px;
	color: #cc0000;
	text-decoration: none;
}

/*-- links --*/

a.link_white:link {
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.link_white:visited {
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.link_white:hover {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.link_white:active {
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.link_black:link {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.link_black:visited {
	font-family: tahoma;
	font-size: 12px;
	color: #0000000;
	text-decoration: none;
}
a.link_black:hover {
	font-family: tahoma;
	font-size: 12px;
	color: #ff9900;
	text-decoration: none;
}
a.link_black:active {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.link_blue:link {
	font-family: tahoma;
	font-size: 12px;
	color: #317fba;
	text-decoration: none;
}
a.link_blue:visited {
	font-family: tahoma;
	font-size: 12px;
	color: #317fba;
	text-decoration: none;
}
a.link_blue:hover {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.link_blue:active {
	font-family: tahoma;
	font-size: 12px;
	color: #317fba;
	text-decoration: none;
}
a.link_green:link {
	font-family: tahoma;
	font-size: 12px;
	color: #336600;
	text-decoration: none;
}
a.link_green:visited {
	font-family: tahoma;
	font-size: 12px;
	color: #336600;
	text-decoration: none;
}
a.link_green:hover {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.link_green:active {
	font-family: tahoma;
	font-size: 12px;
	color: #336600;
	text-decoration: none;
}
a.link_red:link {
	font-family: tahoma;
	font-size: 12px;
	color: #cc0000;
	text-decoration: none;
}
a.link_red:visited {
	font-family: tahoma;
	font-size: 12px;
	color: #cc0000;
	text-decoration: none;
}
a.link_red:hover {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.link_red:active {
	font-family: tahoma;
	font-size: 12px;
	color: #cc0000;
	text-decoration: none;
}
a.link_orange:link {
	font-family: tahoma;
	font-size: 12px;
	color: #ff9900;
	text-decoration: none;
}
a.link_orange:visited {
	font-family: tahoma;
	font-size: 12px;
	color: #ff9900;
	text-decoration: none;
}
a.link_orange:hover {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.link_orange:active {
	font-family: tahoma;
	font-size: 12px;
	color: #ff9900;
	text-decoration: none;
}

