body {
	margin: 0px;
	padding: 0px;
	background-color: #9892A2;
}
.shadowLeft {
	background-image: url(images/shadow_left.gif);
	background-repeat: repeat-y;
}
.shadowRight {
	background-image: url(images/shadow_right.gif);
	background-repeat: repeat-y;
}
.shadowBut {
	background-image: url(images/shadow_but.gif);
	background-repeat: repeat-x;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.design {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
}
.butMenu {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.bg {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}
.borderimage {
	border: 3px solid #FFFFFF;
}
a {
	color: #FF0000;
	font-weight: bold;
}

.profileText {
	font-family: Tahoma;
	font-size: 11px;
}
ul {
	text-indent: 6px;
	margin-top: -18px;
	margin-left: 12px;
}
li {
	list-style-type: disc;
}


hr {
	border: 1px solid #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
