@charset "utf-8";
/* CSS Document */


body {
background:#000000 url(images/back.png) repeat-x scroll 0 0;

margin-left: 0px;
margin-top: 0px;
color:#FFFFFF;
cursor:default;
font-family:Arial,sans-serif;
font-size:12px;
height:100%;
line-height:16px;
text-align:center;
}

strong {
font-weight:bold;
}
em {
font-style:italic;
}
.underline {
text-decoration:underline;
}
.clear {
clear:both;
}
a:link, a:visited {
	color:#99CCFF;
	
}
a:hover, a:focus {
color:#99CCFF;
text-decoration:none;
}

h1, h2, h3, h4, h5 {
color:#99CCFF
}

.smalldesc {
	font-size: 9px;
	color: #999999;
}

.main {
padding: 0px 16px 0px 16px;
}