/*Селекторы*/
body
{
	background: #CCACB9;
	margin:0;
	padding:0;
	color:#000;
}

table
{
	width: 100%;
	border: 0;
	margin:0;
	padding:0;
}

td 
{
	margin:0;
	padding:0;
}

tr
{
	margin:0;
	padding:0;
}

img 
{
	border:0;
}

a 
{
	color:#005596;
	text-decoration:none;
}

a:hover 
{
	color:#003055;
	text-decoration:underline;
}
/*Начинаем классы*/
.menutable
{
	padding-right: 3px;
}

.mainmenu
{
	background: #f1dce5 url(../imgtemplate/menubkgrnd.jpg) repeat;
	text-align: left;
	text-decoration: none;
}

.mainheader
{
	background-image: url(../imgtemplate/upbbkgrnd.jpg);
	background-repeat: repeat-x;
	width: 100%;
	padding-bottom: 1px;
}

.secondaryfooter1
{
	width: 100%;
	background-image: url(../imgtemplate/bobbkgrnd.jpg);
}

.secondaryfooter2
{
	width: 100%;
	background-image: url(../imgtemplate/txthdbkgrd.jpg);
}

.ad
{
	text-align: center;
	color: Olive;
	font-size: smaller;
	font-style: italic;
}

.textregion
{
	text-align: left;
	border-bottom: thin dashed Black;
	border-left: thin solid Black;
	border-right: thin solid Black;
	text-indent: 5px;
	padding-left: 5px;
}

.rose
{
	font-style: italic;
	color: #990000;
}

.green
{
	color: #336633;
}