/* CSS Document */

body {
	margin: 0px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background: url(../images/bg.png) center repeat-y #FFFFFF;
	list-style: armenian;
}

.bb {
	border-bottom: #333333;
}

.content {
	background: #F0F0F0;
	border: #CCCCCC 1px solid;
}

.content1 {
	background: #F0F0F0;
	border: #999999 1px solid;
}

a:link {
	color: #333333;
}

a:active {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

a.copyright:link {
	color: #CCCCCC;
}

a.copyright:active {
	color: #CCCCCC;
}

a.copyright:visited {
	color: #CCCCCC;
}

a.copyright:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#navlist li 
{
padding-left: 15px;
background-image: url(../images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}