/* CSS Document */

body {
	background-color: #ECE7E3;
	margin: 0px;
}
.tablebgr {
	background-image: url(images/bgrminta.gif);
}
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #996633;
	margin: 10px;
	padding: 15px;
}
.content p {
	line-height: 120%;
	font-size: 13px;
}

.content a:link {
	color: #A41F46;
}
.content a:visited {
	color: #A41F46;
}
.content a:hover {
	color: #DD950F;
}
.content a:active {
	color: #DD950F;
}

.content h1 {
	font-size: 20px;
	font-weight: bold;
	color: #AB1D45;
}
.content h2 {
	font-size: 16px;
	font-weight: bold;
}
hr {
	color: #996633;
	height: 1px;
	background-color: #996633;
}


.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	padding: 5px;
	text-align: center;
}
.footer a:link {
	color: #A41F46;
	text-decoration: none;
}
.footer a:visited {
	color: #A41F46;
	text-decoration: none;
}
.footer a:hover {
	color: #DD950F;
	text-decoration: underline;
}
.footer a:active {
	color: #DD950F;
	text-decoration: underline;
}

.side {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.side a:link {
	color: #A41F46;
	text-decoration: none;
}
.side a:visited {
	color: #A41F46;
	text-decoration: none;
}
.side a:hover {
	color: #A41F46;
	text-decoration: underline;
}
.side a:active {
	color: #A41F46;
	text-decoration: underline;
}
/*
.content img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
