body		{
			margin: 0px;
			padding: 0px;
			background-color: white;
			background-image: url(../img/sait.gif);
			background-repeat: no-repeat;
			background-position: bottom right;
			font-style: Times;
			z-index: 1;
}
div			{
			border: 0px;
			border-color: Lime;
			border-style: solid;
			border-collapse: collapse;
			margin: 0px;
			padding: 0px;
}
table		{
			border: 0px;
			border-color: black;
			border-style: solid;
			border-collapse: collapse;
			margin: 0px;
			padding: 0px;
}
td			{
			border: 0px;
			border-color: silver;
			border-style: solid;
			border-collapse: collapse;
			margin: 0px;
			padding: 0px;
}
img			{
			border: 0px;
			margin: 0px;
			padding: 0px;
}

/*CLASSES*/

/*fullwidth*/

.fullwidth	{
			width: 100%;
}
/***********************************************************************************

//*opysmenu*/

td.menuleftslise	{
			background-position: top;
			background-image: url(../img/main/toprightslise.gif);
			background-repeat: no-repeat;
			width: 12px;
			height: 12px;
}
td.menutopline	{
			background-image: url(../img/main/menuline.gif);
			background-repeat: repeat-x;
			background-position: top;
			font-size: xx-small;
}
td.menurightslise	{
			background-position: top;
			background-image: url(../img/main/topleftslise.gif);
			background-repeat: no-repeat;
			width: 12px;
			height: 12px;
}
td.menuleftline	{
			background-position: left;
			background-image: url(../img/main/menuline.gif);
			background-repeat: repeat-y;
}
td.menurightline	{
			background-position: right;
			background-image: url(../img/main/menuline.gif);
			background-repeat: repeat-y;
}
td.menuleftbotslise	{
			background-position: bottom;
			background-image: url(../img/main/botrightslise.gif);
			background-repeat: no-repeat;
			width: 12px;
			height: 12px;
}
td.menubotline	{
			background-image: url(../img/main/menuline.gif);
			background-repeat: repeat-x;
			background-position: bottom;
			font-size: xx-small;
}
td.menurightbotslise	{
			background-position: bottom;
			background-image: url(../img/main/botleftslise.gif);
			background-repeat: no-repeat;
			width: 12px;
			height: 12px;
}
/***********************************************************************************

//*name*/

div.name	{
			width: 100%;
			position:relative;
			text-decoration: none;
			text-align: center;
			font: italic bold xx-large Verdana, Geneva, Arial, Helvetica, sans-serif;}
div.on1{
			color: #FEFEFE;
			width: 100%;
			padding:0px;
			position:absolute;
			left:0px;
			text-decoration: none;
			font-weight: bold;
			text-align: center;
}
div.shad1{
			color: #013D85;
			text-decoration: none;
			padding:1px 0px 0px 1px;
			font-weight: bold;
			text-align: center;
}
/***********************************************************************************

//*menu*/

div.menu{
			width: 100%;
			position:relative;
			font-size: x-small;
			text-decoration: none;
			text-align: center;
			font-family: Arial;
			font-style: italic;
			white-space: nowrap;
}
div.on{
			width: 100%;
			padding:0px;
			position:absolute;
			left:0px;
			text-decoration: none;
			font-weight: bold;
			text-align: center;
}
div.on a{
			color: #DA251D;
			text-decoration: none;
			font-weight: bold;
			text-align: center;
}
div.on a:hover{
			text-decoration: none;
			color:#F55E36;
}
div.shad{
			color: #013D85;
			text-decoration: none;
			padding:1px 0px 0px 0px;
			font-weight: bold;
			text-align: center;
}
/***********************************************************************************
