.paragraph a:link {
	color: #ff9696;
	font-weight: bold;
	border-bottom: 1px silver dotted;
	text-decoration: none;
}
.paragraph a:visited {
	color: #FFB5B5;
	font-weight: bold;
	border-bottom: 1px silver dotted;
	text-decoration: none;
}
.paragraph a:hover {
	color: red;
	font-weight: bold;
	text-decoration: none;
}
body {
	margin: 10px;
	background-color: #FFFFFF;
	color: #919191;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 11px;
	scrollbar-3d-light-color: #FFFFFF;
	scrollbar-arrow-color: #808080;
	scrollbar-base-color: #C0C0C0;
	scrollbar-dark-shadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #C0C0C0;
}
button {
	background-color: #ffe6e6;
	border: solid 1px #ff7373;
	color: #ff4040;
	font-size: 11px;
	height: 16px;
	width: 30%;
}
input {
	background-color: #fff6f6;
	border: solid 1px #ff7373;
	color: #ff4040;
	font-size: 11px;
	height: 16px;
}
input.small {
	width: 40%;
}
input.big {
	width: 100%;
}
table {
	color: #919191;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 11px;
}
textarea {
	background-color: #fff6f6;
	border: solid 1px #ff7373;
	color: #ff4040;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 11px;
	scrollbar-3d-light-color: #F6F6F6;
	scrollbar-arrow-color: #808080;
	scrollbar-base-color: #C0C0C0;
	scrollbar-dark-shadow-color: #F6F6F6;
	scrollbar-face-color: #F6F6F6;
	scrollbar-highlight-color: #F6F6F6;
	scrollbar-shadow-color: #C0C0C0;
	width: 100%;
}
.c {
	text-align: center;
}
.copyright {
	font-size: 8px;
	text-align: center;
	vertical-align: bottom;
	width: 100%;
}
input.date {
	margin-left: 2px;
	margin-right: 2px;
	border: 1px #FCFCFC solid;
	color: gray;
}
.emph {
	color: #ff9696;
	font-weight: bold;
}
.emphc {
	color: #ff9696;
	font-weight: bold;
	text-align: center;
}
.emphr {
	color: #ff9696;
	font-weight: bold;
	text-align: right;
}
#formdone {
	display: none;
	height: 1px;
	width: 1px;
}
#nebotext {
	width: 100%;
}
.paragraph {
	background-color: #fffcfc;
	color: #ff9b9b;
	padding: 10px;
	width: 345px;
	text-align: justify;
}
.r {
	text-align: right;
}
.nocursor {
	cursor: url("img/clearcursor.cur");
	border: none;
	border-bottom: none;
}
#toplinkname {
	background-color: #FFFFFF;
	color: #B3B3B3;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 11px;
	font-weight: bold;
	height: 15px;
	text-align: center;
	vertical-align: top;
	width: 60px;
}
.topmenu {
	vertical-align: middle;
	height: 50px;
}
.aotd {
	vertical-align: top;
	width: 12px;
}
.itemtitle {
	color: #919191;
	font-weight: bold;
	width: 100%;
	border-bottom: 2px #DFDFDF dotted;
}
.comments {
	color: #B8B8B8;
	width: 100%;
	display: inline-block;
	text-align: right;
}
.comments a:link {
	color: #9F9F9F;
	border-bottom: none;
	text-decoration: none;
	padding-right: 3px;
}
.comments a:visited {
	color: #B8B8B8;
	border-bottom: none;
	text-decoration: none;
	padding-right: 3px;
}
.comments a:hover {
	color: black;
	text-decoration: none;
}