@charset "ISO-8859-1"; 

@import url("/Style/Navigation.css");
@import url("/Style/Template.css");

@media screen {

	body {
	background: url(/Image/Background.jpg);
	margin:20px 0px;
	}

	img {
	border: 0px;
	}
	
	a, td, div, input, select, textarea {
	font-family: tahoma; 
	font-size: 12px;
	line-height:15px;
	color: #444F57;
	text-decoration:none;
	}

	form {
	display: inline;
	}
	
	input, textarea {
	margin: 0px;
	padding-left: 4px;
	width: 100%;
	line-height:13px;
	height:21px;
	}
	
	select {
	margin: 0px;
	padding-left: 3px;
	width: 100%;
	line-height:13px;
	}
	
	.Red11 {
	color:#990000;
	font-size:11px;
	font-family:tahoma;
	}

}

