<!--
body {
	background-color:#A6A6A6;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	margin:0px;
}
.side {
	border-right:1px solid #000000;
	width:300px;
	background-color:#DFDFDF;
}

.head {
	background:url(iimages/head_fade.jpg) top left #0073b4;
	text-align:center;
	padding:4px;
	border-bottom:1px solid #ffffff;
}

.head ul{
	display:inline;
}

.head li{
	display:inline;
	font-size:90%;
	margin-left:15px;
	margin-right:15px;
}

.head a:visited {text-decoration:none;color: #ffffff;}
.head a:hover   {text-decoration:underline;color: #ffffff;}
.head a:active  {text-decoration:none;color: #ffffff;}
.head a:link    {text-decoration:none;color: #ffffff;}

.main{
	padding:10px;
	background:#FCFCFC;
}

.rightside{
	border-left:1px solid #000000;
	text-align:center;
	padding:5px;
	width:150px;
	background:#DFDFDF;
}

.foot {
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	clear:both;
	background:url(iimages/head_fade.jpg) repeat-x #0073b4;
	text-align:center;
	height:1.5em;
	color:#ffffff;
	font-size:65%;
	padding:4px;
}

.picback {
	background:url(iimages/img_back.jpg) no-repeat;
	padding-right:15px;
	padding-bottom:15px;
}

.pic {
	border:1px solid #000000;
}

.membertxt {
	color:#444444;
}

.membertxt h4 {
	color:#0073b4;
}
-->