/* CSS Document */
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
body, html {
	background-color: #DFDBCB;
	margin:0px; 
    padding:0px;
    height:100%;
}
a:link {
	color: #000000;
}
a:hover {
	color: #000000;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:visited {
	color: #000000;
}
a:active {
	color: #000000;
}

#wrapper {
	width:100%;
	height:100%;
	background-image:url(../images/bgtile.jpg);
	background-repeat:repeat-x;
}
#flashcontent {
	background-image:url(../images/bgtile.jpg);
	background-repeat:repeat-x;
	width:680px;
	height:530px;
	margin:auto;
	color:#000000;
}
#flashcontent a {
	color:#000000;
}

#content {
	margin:20px;
}
#copyright {
	margin:10px auto;
	width:680px;
	text-align:center;
	font-size:10px;
}

/* ----------------------------------------------------------------------------- */

.page {
	font-size:16px;
	font-weight:bold;
}
.title {
	font-size:12px;
	font-weight:bold;
	margin:0px 10px 0px 10px;
}
.body {
	margin:20px 20px 0px 20px;
}
.contact {
	margin-left:10px;
}
.logo {
	text-align:center;
	float:left;
	margin-left:20px;
}
.clearfloat {
	clear:both;
}	