@charset "ISO-8859-1"; 

@import url("/Style/Template.css");
@import url("/Style/Content.css");
@import url("/Style/Navigation.css");


@media screen {

	body {
	background: #EEEEEE;
	margin: 0px;
	}

	img {
	border: 0px;
	}
	
	a, td, div, input, select, textarea {
	font-family: tahoma; 
	font-size: 11px;
	color: #444F57;
	text-decoration:none;
	}

	a:hover {
/*	text-decoration:underline;*/
	}

	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;
	}
	
	.Gray10 {
	color:#595959;
	font-size:10px;
	font-family:tahoma;
	}
	
	.Gray11 {
	color:#595959;
	font-size:11px;
	font-family:tahoma;
	}
	
	.Blue11 {
	color:#336699;
	font-size:11px;
	font-family:tahoma;
	}

	.Red11 {
	color:#990000;
	font-size:11px;
	font-family:tahoma;
	}

}
