@charset "utf-8";
/* CSS Document */
body {
	background-color:#DEDEDE;
	margin:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#333;
}
.bg_shadow_left {
	background-image:url(../images123/interface/interface_08.jpg);
	width:4px;
	background-repeat:repeat-y;
}
.bg_shadow_right {
	background-image:url(../images123/interface/interface_09.jpg);
	width:4px;
	background-repeat:repeat-y;
}
.bg_header {
	background-image:url(../images123/interface/interface_03.jpg);
	height:126px;
	background-repeat:repeat-x;
}
.bg_menubar {
	background-image:url(../images123/interface/interface_14.jpg);
	height:34px;
	background-repeat:repeat-x;
}
.bg_footer {
	background-image:url(../images123/interface/interface_21.jpg);
	height:50px;
	background-repeat:repeat-x;
	font-family:Verdana;
	font-size:10px;
}
a.link_header:link, a.link_header:visited, a.link_header:active {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#0c4c7a;
	padding:3px;
	background-image:url(../images123/interface/interface_17.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
	padding-right:20px;
	text-decoration:none;
}
a.link_header:hover {
	color:#F60;
	text-decoration:underline;
}
.padd5 {
	padding:5px;
}
.headline {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#F60;
	line-height:35px;
	border-bottom:solid 1px #999;
}
.heading {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#095388;
	line-height:25px;
}
.heading2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#095388;
}
.img_border {
	padding:1px;
	border:solid 1px #F90;
}
.form_textbox {
	font-family:Tahoma;
	font-size:11px;
	color:#333;
	border:solid 1px #CCC;
	padding:1px;
}
.form_button {
	font-family:Tahoma;
	font-size:11px;
	color:#FFF;
	background-color:#05538a;
	border:solid 1px #008aec;
	padding:4px 8px 4px 8px;
	cursor:pointer;
}
.alert {
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	padding:5px;
	background-color:#900;
	border:solid 1px #F00;
}
.alertsuccess {
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	padding:5px;
	background-color:#060;
	border:solid 1px #0C0;

}

