body {
	color: #996600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(images/fon1.jpg);
}
a:link	{
	color: #900;
	font-weight: bold;
	text-decoration: underline;
}

a:visited	{
	color:#F33;
}


p{

color: #996600;	
}
table.main{
	background-image: url(images/a_main_f.jpg);
	background-repeat: repeat-y;
}
div.center{
	width: 652px;
}
td.header_nav{
	background-image: url(images/a_h_nav.jpg);
	
}
table.cn{
	background-color: #CC9900;
	
}
td.c1{
	color: #993300;
	font-weight: bold;
	text-align: center;
}
td.c2{
	color: #FFE793;
	font-weight: bold;
	text-align: center;
}
td.c3{
	color: #FDECCB;
	font-weight: bold;
	text-align: center;
}
span.c2{
	color: #000000;
	font-weight: bold;
	text-align: center;
}

.horizitem	{          /* Behaviour of main horizontal menu items, leave as is for proper operation */
	float: left;
	white-space: nowrap;
}

.horizitem a {              /* Font style, size of submenu items */
  font-family: Verdana, Arial, sans-serif;
	font-size: 10px;	
	text-decoration: none;
	position: relative;	
	display: block;	
}

.horizitem a:link, .horizitem a:visited 	{      /* Font style & color of main menu items */
	color: #FFCC66;
	text-decoration: none;
}

.horizitem a:hover	{       /* Font style & color, background menu color of main menu item when hovered over */
	color: #ffffff;
	text-decoration: none;
}

.horizitem a:active	{       /* Font style & color, background menu color of main menu item when clicked */
	color: #ffff00;
	background-color: #666666;	
	text-decoration: none;
}

.horizsubmenu	{       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.horizsubframe	{      /* Color of submenu item and border */
	background-color: #FFFFFF;
	position: relative;
	display: block;	
}

.horizsubitem	{       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */
	text-align: center;
	white-space: nowrap;
}

.horizsubitem a {            /* Font style, size of submenu items */
  font-family: Verdana, Arial, sans-serif;
	font-size: 10px;	
	text-decoration: none;
	position: relative;
	display: block;
	height: 31px;
}

.horizsubitem a:link, .horizsubitem a:visited	{       /* Font color, style of submenu items */
	color: #FFCC99;
	font-size: 10px;	
	text-decoration: none;
	background-image: url(images/button_up.jpg);
	font-weight: bold;
	
}

.horizsubitem a:hover	{      /* Font color, style, background submenu color of submenu item when hovered over */
	color: #ffffff;
	text-decoration: none;
	background-image: url(images/button_down.jpg);
	font-weight: bold;
}

.horizsubitem a:active	{      /* Font color, style, background submenu color of submenu item when clicked */
	color: #CCCCCC;
	background-color: #666666;		
	text-decoration: none;
}

.horizsubitem .horizfwdarr, .horizitem .horizfwdarr	{      /* Positioning of right arrow for submenus */
	position: absolute;
	top: 7px;
	right: 8px;
}

.dmselected {   /* Style override for selected category tree */
    background-color: #ccc;
		font-weight: bold;
}

.horbar .dmselected {   /* Style override for selected root category */
    background-color: #999;
}


.vertitem	{          /* Behaviour of main vertical menu items, leave as is for proper operation */
	text-align: center;
	white-space: nowrap;
	height: 21px;
	vertical-align: middle;
	}

.vertitem	a {   /* Font style, size of main menu items */
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	position: relative;
	display: block;
	font-weight: bold;
	background-repeat: no-repeat;
	height: 21px;
}

.vertitem a:link, .vertitem a:visited	{   /* Default font style & color of main menu items */
	color: #FFCC99;
	text-decoration: none;	
	font-weight: bold;
}

.vertitem a:hover	{   /* Font style & color, background menu color of main menu item when hovered over */
	color: #ffffff;
	text-decoration: none;
	background-image: url(images/button_down.jpg);
}

.vertitem a:active	{   
	color: #FFFFCC;
	text-decoration: none;	
}


.dmselected {   /* Style override for selected category tree */
    background-color: #ccc;
		font-weight: bold;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 15px;
}
a.design {
	color: #EFD0BA;
	text-decoration: none;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

a.design:hover {
	color: #993333;
	text-decoration: underline;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}