body {
	font-family:"Times New Roman", Times, serif;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-size: 12pt;
}
img {
border:0px;
margin:0px;
}
.lft {text-align:left}
.rgt {text-align:right}
.just {text-align:justify}
.ctr {text-align:center}

.bld {font-weight:bold}
.itl {font-style:italic}

.xsml {
	font-size:10pt;
}
.sml {
	font-size:11pt;
}
.lrg {
	font-size:13pt;
}
.xlrg {
	font-size:14pt;
}
a, a:link, a:visited {
	color: #ffffff;
	text-decoration: underline;
}
a:hover, a:active {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}
h1 {
 font-size: 200%;
}
h2 {
 font-size: 180%;
}
h3 {
 font-size: 160%;
}
h4 {
 font-size: 140%;
}
h5 {
 font-size: 120%;
}
#container {
position:absolute;
width:955px;
height:600px;
left:50%;
top:50%;
margin-left:-477px;
margin-top:-300px;
z-index:0;
}
#header {
position:absolute;
width:600px;
height:auto;
left:50%;
top:15px;
margin-left:-300px;
z-index:10;
}
#leftblock {
position:absolute;
width:300px;
height:auto;
left:55px;
top:230px;
z-index:10;
}
#rightblock {
position:absolute;
width:300px;
height:auto;
left:625px;
top:230px;
z-index:10;
}
#footer {
position:absolute;
width:750px;
height:auto;
left:50%;
top:390px;
margin-left:-375px;
z-index:10;
}
