/* CSS 1&2 for Printing in Actual Browsers (MSIE 5+, Moz 1+, NS 6+ & Opera 6+)
2003-03 cr
for compatibility please use only a-z, A-Z in class-names */

/* attention with non-usual fonts - normally screen.css is included here 

@import url(/all/screen.css);  */

/* attention: every layer/style not new defined and not wanted from screen.css must be excluded with "none" */ 

body {
	background-color:#FFFFFF;
	margin:0;
}
a, a:link {
	text-decoration:none; 
	color: #A00E1D;
} 
a:visited {
	text-decoration:none; 
	color: #990033;
} 
a:hover {
	text-decoration:underline; 
	color: #D42034;
} 
a:active {
	text-decoration:none; 
	color: #CC0000;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,div,td,th,address,blockquote,nobr,input,select,textarea {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-style: normal;
	font-weight: normal;
}
p,ul,ol,li,div,td,th,address,blockquote,nobr {
	clear: left;
	font-size: 12px;
}
li {
	line-height: 1.5em;
	list-style-type: square;
	list-style-image: url(/img/list-square-red.gif);
	margin-bottom: 14px;
}
form {
	margin: 0px;
	padding: 0px;
}
.imgContent {
	margin: 0px 0px 10px 14px;
	float: right;
}
.ContentBox {
	background-color:#FFFFFF;
}
.LinkList li {
	color:#666666;
}
.LinkList a, .LinkList a:link {
} 
.ContentFooter {
	color: #666666;
	line-height: 1.5em;
}
#LayerIntroNoCSS {
	
	position: absolute;
}
#LayerLogo {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
}
#LayerNavigation {
	visibility: hidden;
	position: absolute;
}
#LayerNavigation a:hover {
	text-decoration:none; 
} 
#LayerContent {
	position: absolute;
	left: 0px;
	top: 66px;
	width: 100%;
	margin: 0;
}
#LayerInfo {
	position: relative;
	top: 22px;
	width: 640px;
	margin: 0;
	text-align: right;
	right: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #666666;
	letter-spacing: 0.15em;
}
