@charset "UTF-8";/*------------------------------------------------- Imported Styles-------------------------------------------------*/@import url("A1screen.css");/*-------------------------------------------------GLOBAL PAGE LAYOUT ELEMENTS-------------------------------------------------*/body {	margin: 0;	padding: 0;	text-align:center;	color: #333;	}body.home {	}	/* Normal links */a:link {	color: #06c;	text-decoration: none;	}a:visited {	color: #06c;	text-decoration: none;	}a:hover, a:visited:hover {	color: #ff6600;	text-decoration: underline;	}/* Image border and background color fixes */a.img:link, a.img:visited, a.img:hover, a.img:visited:hover {	border: none;	background-color:transparent;	}/*-------------------------------------------------HEADING TEXT ELEMENTS-------------------------------------------------*/h1 {	background:transparent;	color : #ffffff;	font-size : 14px;	font-weight:bold;	height:14px;	padding: 3px;	margin-left:0px;	margin-right:0px;	margin-top:0px;	margin-bottom:3px;	}h2 {	background:#fff;	color : #333333;	margin: 10px 0px 10px 0px;	border-top: 0px solid #999999;	border-bottom: 0px solid #999999;	border-left: 8px solid #0066cc;	border-right: 0px solid #999999;	padding: 12px 0px 12px 4px;	}h3 {        color : #333333;	margin: 0px 0px 0px 0px;	border-top: 0px solid #999999;	border-bottom: 0px solid #999999;	border-left: 0px solid #0066cc;	border-right: 0px solid #999999;	padding: 0px 0px 0px 0px;	}h4 {	color : #333333;	margin: 10px 0px 10px 0px;	border-top: 0px solid #999999;	border-bottom: 0px solid #999999;	border-left: 8px solid #0066cc;	border-right: 0px solid #999999;	padding: 14px 4px 4px 4px;	}h5 {	color : #333333;	margin: 10px 0px 10px 0px;	border-top: 0px solid #999999;	border-bottom: 0px solid #999999;	border-left: 8px solid #0066cc;	border-right: 0px solid #999999;	padding: 14px 4px 4px 4px;	}p { 	text-align: left;	font-weight: normal;	}	.melma {	background: transparent; 	font-size : 14px;	line-height : 120%;	letter-spacing:0.1em;	margin: 4px 0px 4px 0px;        }.totop{	background: transparent; 	font-size : 10px;	line-height : 100%;	text-align:right;	letter-spacing:0.5em;	margin: 8px 0px 8px 0px;        }.case{        background:transparent url(graphics/tile_marker01.gif) no-repeat;        background-position: left top;	font-size : 16px;	font-weight:bold;	line-height: 110%;	color: #ff3300;	letter-spacing:0.0em;	margin: 20px 0px 20px 8px;	padding: 0px 0px 0px 22px;        }strong            {	font-weight:bold;	text-decoration: normal;	line-height : 120%;	letter-spacing:0.3em;	background-color: #ffff00;	color : #333333;	}ol {        background:transparent url(graphics/tile_marker01.gif) no-repeat;        background-position: left top;        width:370px;	font-size : 16px;	font-weight:bold;        font-style: italic;	line-height: 110%;	color: #ff3300;	letter-spacing:0.1em;	margin: 20px 0px 20px 10px;	padding: 0px 0px 0px 25px;}dl {	background-color: transparent;	}dt {	background-color: transparent;	color : #000000;	text-align:left;	font-size: 14px;	font-weight:normal;	margin: 0px 0px 4px 0px;	border-top: 0px solid #999999;	border-bottom: 0px solid #999999;	border-left: 4px solid #ffcc00;	border-right: 0px solid #999999;	padding: 2px 2px 2px 6px;	}dd {	text-align:left;	font-size: 12px;	margin: 0px 0px 4px 0px;	}p.totop {	margin: 2.0em 0 1.0em 0;	padding-top: 5px;	border-top: 1px solid #ccc;	color: #999;	font-size: 10px;	}/*-------------------------------------------------MISCELLANEOUS-------------------------------------------------*/div.spacer {	clear: both;	font-size: 2px;	}	img { border: none; }hr { display: none; }
