/* CSS Document */
body {
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	background-color: #fff; 
}

.nav {
	font-family: tahoma;
	font-size: 8pt;
	color: #efefef;
	font-weight: bold;
	line-height: 18px;
}

.big {
 	font-family: tahoma;
 	font-size: 12pt;
 	color: #000;
 	font-weight: bold;
}

.title {
	font-family: tahoma;
	font-size: 14pt;
	color: #e02f00;
	font-weight: bold;
	width: 98%;
	border-bottom: 1px dotted #777;
	padding: 4px;
}

.main {
	font-family: arial;
	font-size: 10pt;
	line-height: 18px;
	padding: 4px;
}

.small {
	font-family: tahoma;
	font-size: 8pt;
	color: #000;
}

.side {
	font-family: arial;
	font-size: 10pt;
	line-height: 16px;
	color: #000;
}

input, select, textarea {
	font-family: tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	padding: 4px;
	border: 1px solid #888888;
	background-color: #dedede;
}

a.n {
	text-decoration: none;
	font-weight: bold;
	color: #dedede;
}

a.n:hover {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #444;
}

a:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}