/* CSS Document */

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

.text {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color: #616669;
}

.text1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color: #8C8C8C;
}

.text2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color: #BB0005;
}
.text3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	line-height:16px;
	color: #616669;
}

.text4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color: #BB0005;
}

.table-navi {
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-align:center;
	color: #FFFFFF;
	height:32px;
	line-height:32px;
	background: transparent url(images/but_bg_hover.gif);
	background-position:center;
}

a	{
	color: #BB0005;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
}



.copyright {
	color: #0099CC;
	text-decoration: none;
}

.copyright:hover {
	text-decoration: underline;

}
.navactive a:link {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
color: #CF0303;
text-decoration:none;
display:block;
height:32px;
line-height:32px;
background: transparent url(images/but_bg_link.gif);
background-position:center;
}

.navactive a:active {
font-family:  Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
color: #CF0303;
text-decoration:none;
display:block;
height:32px;
line-height:32px;
background: transparent url(images/but_bg_hover.gif);
background-position:center;
}

.navactive a:visited {
font-family:  Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
color: #CF0303;
text-decoration:none;
display:block;
height:32px;
line-height:32px;
background: transparent url(images/but_bg_link.gif);
background-position:center;
}


.navactive a:hover {
font-family:  Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
color: #FFFFFF;
text-decoration:none;
display:block;
height:32px;
line-height:32px;
background: transparent url(images/but_bg_hover.gif);
background-position:center;
}



