a:link {
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
}

a.:hover {
	font-weight: bold;
	text-decoration: underline;
}
body {
	margin: 0 0 0 0;
	background-image : url(../images/back_p.gif);
	background-repeat : repeat;
	overflow : auto;
	
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #000000;
	scrollbar-darkshadow-color: #E8E8EB;
	scrollbar-face-color: #E8E8EB;
	scrollbar-highlight-color: #E8E8EB;
	scrollbar-shadow-color: #E8E8EB;
	scrollbar-track-color: #fff;
}
ul {
	margin-left: 15px;
}
td, table {
	vertical-align: top;
}
.back {
	background-image : url(../images/back_g.jpg);
	background-repeat : repeat-x;
	height: 100%;
	width: 100%;
}
.back_content {
	background-image : url(../images/back_content.gif);
	background-repeat : repeat-y;
	height: 100%;
}
.back_line {
	background-image : url(../images/back_line.gif);
	background-repeat : repeat-y;
	text-align : right;
	vertical-align: top;
	width: 199px;
}
.back_point {
	background-image : url(../images/back_p.gif);
	background-repeat : repeat;
}


/*
		t e k s t
							*/

td {
	color: #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

.medium {
	font-size: 15px;
}
.big {
	font-size: 16px;
	font-weight: bold;
}
.big2 {
	font-size: 17px;
	font-weight: bold;
}

.blue {
	color: #1A4D8F;
}
.grayBg {
	background-color : #EDEDED;
	cursor: pointer;
}
.grayLightBg {
	background-color : #FDFCFC;
}