html {
	height:100%;
}
body {
	margin:0px 0px 0px 0px;
	color:#545454;
	font-family:Arial, sans-serif;
	font-size:10px;
	letter-spacing:1px;
	background-image:url(design/back.jpg);
}
a:link, a:active, a:visited, a:hover {
	color:#216DE8;
}
h1 {
	font-size:30px;
	font-style:italic;
	font-weight:bold;
	letter-spacing:4px;
	line-height:20px;
}
h2 {
	font-size:15px;
	font-style:italic;
	font-weight:bold;
	letter-spacing:2px;
	line-height:15px;
}
#container {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
#maintext {
	position:absolute;
	top:390px;
	left:10px;
	width:90%;
}
#header {
	left:0px;
	top:0px;
	width:600px;
}
#one, #two, #three, #four {
	width:600px;
	height:106px;
}
#one {
	top:0px;
}
#two {
	top:106px;
}
#three {
	top:212px;
}
#four {
	top:318px;
}
#ccs, #top {
	position:fixed;
	background-color:#D5E3FD;
	font-size:10px;
	right:0px;
}
#ccs {
	top:0px;
}
#top {
	bottom:0px;
}
.noborder {
	border:none;
}
.strike {
	text-decoration:line-through;
}
.inline {
	display:inline;
}
