body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Verdana;
	font-size: 10px;
	background-color: #123456;	
}
a {
	color: #eee;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}
input {
	background-color: #1f70a8;
	background-image: url('layout/buttbgrev.jpg');
	border-bottom: 1px solid #9cacbe;
	border-right: 1px solid #9cacbe;
	border-top: 1px solid #112a44;
	border-left: 1px solid #112a44;
	height: 18px;
	top: -1px;
	left: -4px;
	font-family: Verdana;
	font-size: 11px;
	color: white;
}
select {
	background-color: #1b406a;	
	font-family: Verdana;
	font-size: 9px;
	color: white;
}
textarea {
	background-color: #1f70a8;
	background-image: url('layout/textbgrev.jpg');
	border-bottom: 1px solid #9cacbe;
	border-right: 1px solid #9cacbe;
	border-top: 1px solid #112a44;
	border-left: 1px solid #112a44;
	top: -1px;
	left: -4px;
	font-family: Verdana;
	font-size: 11px;
	color: white;
}
.radio {
	height:14px;;
	background-image: none;
	background-color: white;
}
.checkbox {
	height:14px;;
	background-image: none;
	background-color: white;
}
.submit {
	cursor: pointer;
	background-color: #1f70a8;
	background-image: url('layout/buttbg.jpg');
	border-top: 1px solid #9cacbe;
	border-left: 1px solid #9cacbe;
	border-bottom: 1px solid #112a44;
	border-right: 1px solid #112a44;
	height: 18px;
	top: -1px;
	left: -4px;
	font-family: Verdana;
	font-size: 11px;
	color: white;
}
#top {
	background-color: green;
	background-color: #123456;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 1000px;
	height: 100px;
}
#toplogo {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
	border: none;
	background-color: #123456;
	background-image: url('layout/vimmeltop.jpg');
	width: 1000px;
	height: 100px;
}
#menu {
	background-color: red;
	background-color: #123456;
	padding: 0 0 0 0;
	margin-bottom: 4px;
	width: 1000px;
	height: 24px;
}

#left {
	float: left;
	width: 195px;
	margin-left: 4px;
	margin-right: 4px;
}
#middle {
	float: left;
	width: 592px;
}
#right {
	float: left;
	margin-left: 4px;
	width: 200px;
}
#footer {
	float: left;
	clear: both;
	margin-top: 4px;
	width: 1000px;
	text-align: center;
	color: #ccc;
	font-style: italic;
}
.copytext {
}
.menubuttonsel {
	background-color: 1f70a8;
	background-image: url('layout/buttbgrev.jpg');
	cursor: pointer;
	height: 18px;
	font-size: 13px;
	float: left;
	margin-right: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: white;
	font-weight: bold;
	border-top: 1px solid #9cacbe;
	border-left: 1px solid #9cacbe;
	border-bottom: 1px solid #112a44;
	border-right: 1px solid #112a44;

}
.menubutton {
	background-color: 1f70a8;
	background-image: url('layout/buttbg.jpg');
	cursor: pointer;
	height: 18px;
	font-size: 13px;
	float: left;
	margin-right: 2px;
	border-top: 1px solid #9cacbe;
	border-left: 1px solid #9cacbe;
	border-bottom: 1px solid #112a44;
	border-right: 1px solid #112a44;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: white;
}
#searchbar {
	margin-left: 2px;
	text-align: right;
	padding: 0px;
	float: left;
}
#searchbartext {
	background-color: #1f70a8;
	background-image: url('layout/buttbgrev.jpg');
	border-bottom: 1px solid #9cacbe;
	border-right: 1px solid #9cacbe;
	border-top: 1px solid #112a44;
	border-left: 1px solid #112a44;
	position: relative;
	height: 20px;
	width: 200px;
	top: 0px;
	left: -3px;
	font-family: Verdana;
	font-size: 13px;
	color: white;
}
.boxcontainer {
	width: 100%;
	border-top: 1px solid #9cacbe;
	border-left: 1px solid #9cacbe;
	border-bottom: 1px solid #112a44;
	border-right: 1px solid #112a44;
	margin-bottom: 4px;
}
.boxtitle {
        background-image: url('layout/buttbg.jpg');
        background-color: 1f70a8;
        height: 100%;
        color: white;
        font-family: Verdana, Tahoma,Arial;
        font-size: 12px;
        text-decoration: none;
	height: 20px;
	padding-left: 3px;
	font-weight: bold;
	border-bottom-width: 0px;
}
.boxdata {
	background-color: #466687;
	border-bottom: 1px solid #9cacbe;
	border-right: 1px solid #9cacbe;
	border-top: 1px solid #112a44;
	border-left: 1px solid #112a44;
	color: #eee;
	padding-left: 5px;
	pading-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
}
	
