@charset "utf-8";
/* CSS Document */

@import url("links.css"); 
@import url("text.css"); 
@import url("aspbb.css"); 
@import url("forum.css"); 

html {
	height:100%;
}

body {
	background-color: #86AEAE;
	background-image:url(../images/design_bg.jpg);
	background-repeat:repeat-x;
	height:auto !important;
	height:100%;
	min-height:100%;
    font-family: Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.error{
	color:#f00;
	font-size: 12px
}

.submit{
	cursor:pointer
}

.stort {
	font: 10px Tahoma, "Trebuchet MS", Arial, sans-serif;
	color: #5e8c8c; 
	font-weight: bold;
}