@charset "UTF-8";
/* CSS Document */

a {
color:#003366;  
text-decoration:none;
}
a:hover {
text-decoration:underline; 
}
p {line-height:15px;
}
body {
	background-image: url(../images/BG.gif);
	background-repeat: repeat-x;
	background-color: #E0E0E0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body#home {background: url(../images/BG_home.gif) repeat-x #fff;}
#header {width:950px;}
#header #login { float:right }
body,td,th {
	color: #464C4F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footer {font-size: 10px}
h1 {
	font-size: 14px;
}
#login {
padding: 4px;
font-size: 10px;
width:450px;
background: url(@../images/login.gif) no-repeat;
}
#header #login {background:none;}
#login label {
padding: 0 4px;
}
input {width:140px; border:1px solid #ccc;}

/* image replacement for form buttons */
.replacement {
	height: 24px;
	padding: 24px 0 0;
	margin: 0;
	border: 0;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
.replacement.login {
	width: 50px;
	background: transparent url(../images/btn_login.gif) no-repeat center top;
	position: absolute;
	top:5px;
	margin-left:5px;
	
}
form>.replacement { /* For non-IE browsers*/ height: 0px; *height:24px;}
/* CSS Hacks */	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
