.leftcolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #0099ff;
}
.rightcolumn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #ffffff;
	text-align: left;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #ffffff;
}

.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
}

.leftcolumn a:link {
	color: #0099ff;
	text-decoration: none;
}

.leftcolumn a:visited {
	color: #0099ff;
	text-decoration: none;
}

.leftcolumn a:hover { 
	color: #ffffff;
	text-decoration: underline; 
}

.leftcolumn a:active {
	color: #ffffff;
	text-decoration: underline;
}

.rightcolumn a:link {
	color: #ffff99;
	text-decoration: underline;
}

.rightcolumn a:visited {
	color: #ffff99;
	text-decoration: underline;
}

.rightcolumn a:hover { 
	color: #0099ff;
	text-decoration: underline; 
}

.rightcolumn a:active {
	color: #0099ff;
	text-decoration: underline;
	text-align: right;
}

.footer a:link {
	color: #0099ff;
	text-decoration: none;
}

.footer a:visited {
	color: #0099ff;
	text-decoration: none;
}

.footer a:hover { 
	color: #ffffff;
	text-decoration: underline; 
}

.footer a:active {
	color: #ffffff;
	text-decoration: underline;
}

.black a:visited {
	color: #000000;
	text-decoration: underline;
}

.black a:link {
	color: #000000;
	text-decoration: underline;
}

.black a:active {
	color: #330000;
	text-decoration: underline;
}

.catalog {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-position: left center;
}

body {
	background-image:  url(bg_03.jpg);
	background-repeat: repeat;
	background-position: 50% 50%;
	list-style-type: square;
  }
 
