/* ---- BASIC HTML ELEMENTS --- */
body {
	margin:0;
	font:normal 12px/135% Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#1A2C40;
}
a, a:link, a:visited, a:hover {
	color:#00249F;
	text-decoration:none;
}
a:hover {
	color: #5ABDFF;
	text-decoration:underline;
}
table {
	border-collapse:collapse;
	margin:0;
	background:#FFF;
}
table.blue_bg {
	background:#DCE3FF;
}
td {
	text-align:center;
	border:solid 1px #666699 ;
	padding:1px;
}
ul, li {
	margin:0;
	padding:0 0 0 10px;
}
li {
	padding-left:0;
}
h1, h2, h3, h4, h5, h6 {
	color:#000000;
	margin:4px 0 3px 0;
}
h1, h2 {
	font-size:18px;
	margin:2px 0 3px 0;
}
input {
	padding:0;
	margin:0 0 2px 0;
	font-size:12px;
}





/* ---- TEXT CLASSES --- */
.hidden {
	display:none;
}


h1.logo {
	display:block;
	width:300px;
	height:27px;
	margin:0 0 0 0;
	padding:0;
 	background-repeat:no-repeat;
	border-bottom:solid 1px #333;
}
h1.logo span {
	display:none;
}

/* ---- STRUCTURE --- */
#container {
	width:298px;
	min-height:510px;
	height:auto !important;
	height:510px;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	padding:0px 0px 0px 0px;
	border:solid 1px #000;
}
 

modelcycle {
	 text-align:center;
	 font-size:10px;
}
 

#footer {
position: absolute; bottom: 10px;
	 text-align:center;
	 font-size:10px;
	 font-weight:bold;
	 
	 }


summary {
	 align:left;
}


.table-tiny-1 {
	  width:95%;
      align:center;
	  height:360px;
}

.table-tiny-1 table {
#	 margin:1px 1px 1px 1px;
	 align:center;
}
.table-tiny-1 td {
	 text-align:center;
	 vertical-align:bottom;
	 font-size:10px;
	 font-weight:bold;
}
.table-tiny-1 th {
	 text-align:center;
	 vertical-align:bottom;
}



 
