* { font-family: helvetica, arial, sans-serif; }

body 		{  
		background: #42afdc url(../images/html-bg.gif) repeat-x;
		padding: 0px;
		margin: 0px;
		}
#page {
	background: url(../images/main-bg.jpg) no-repeat center top;
	padding: 10px;

}

#text-box
{
	background: #ffffff;
	border-style: solid;
	border-width: 1px;
	margin: 0px auto;
	position: relative;
	padding: 10px;
	width:640px
}

#center { align: center; }

p            { text-align: justify; font-size:11pt }
p.stred      { text-align: center; font-size:11pt }


h1		{ font-size: 18pt; font-weight: bold; text-align: center }

#text-box h2 a,	h2 a:visited { 
	font-size: 10pt; 
	font-weight: bold; 
	text-align: center; 
	margin-bottom:3
}

.hidden { display:none;}
.red     { color: #FF0000 }

#footer-box
{
	background: #ffffff;
	border-style: solid;
	border-width: 1px;
	margin: 0px auto;
	position: relative;
	padding-left: 10px; padding-right:10px;
	width:640px
}
.center
{
text-align: center;
}

.download
{
margin:0 auto; 
position: relative; 
text-align: center; 
padding:5px;
text-align: center;
background-color: rgb(221,240,255);
width: 400px;
}
