body {
	background-color: #FF6600;
	font-family: Verdana, Arial, Tahoma;
	color: #FFFFFF;
	font-size: large;
	text-align:center;
	background-image: url('/Templates/2spk/images/top.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment : scroll; !important
}
a:link,a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

img {
	border: none;
}

h1,h2,h3 {
	margin: 0px;
}
#body {
	background-color: #FFFFFF;
	width: 560px;
	padding: 10px;
	margin:0px auto;
	text-align:left;
}
#body,#body table {
	color: #191616;
}
#body a:link,#body a:visited {
	text-decoration: underline;
	color: #333333;
}
#body a:hover {
	text-decoration: none;
}



#body #user_header ul {
	text-align: right;
	margin: 0px;
}
#body #user_header li {
	font-size:small;
	display: inline;
	white-space: nowrap;
	margin-left:5px;
	margin-right:5px;
}
.menu {
	list-style-type: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.menu li {
	margin-bottom: 8px;
	display: inline;
	white-space: nowrap;
}
.menu a:link,.menu a:visited,.menu a:hover,.menu a:active {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #E5E0D1;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: medium;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-image: url(images/css/btn.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: inline;
	color: #333333;
}
.menu a:hover {
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}




.copyright {
	text-align: center;
	font-size: 10px;
	border-style: solid;
}

.error_message {
	font-size: 10px;
	color: red;
	border-style: solid;
	width: 400px;
}
