/// The higher the value, the white/lighter
// The lower, the darker
// background:  107dbe   darkishblue
// background-foreground text-fefefe white
// foreground topic title: #ffffff white bright 
// TOPIC text-fefefe(white)
// background:#6d85ff*/

body 	{
	font-family: tahoma, Helvetica, verdana, sans-serif;
	margin:0px;
	}

a 	{
	font-family: tahoma, Helvetica, verdana, sans-serif;
	mso-text-animation:none;
	text-decoration:underline;
	}


a:link
	{
	color:#444444;
	}

a:visited
	{
	color:#444444;
	}

a:hover
	{
	color:#999999;
	}


img { 
	border:none;
	}


.profile_title{
	font-family: Tahoma, Helvetica, verdana, sans-serif;
	font-size:24px;
	font-weight:bold;
	letter-spacing:-0.5px;
	color:#444444;
    }



#wrapper {
        margin:0px auto;
        padding-top:0px;
        padding-left:0px;
        padding-right:0px;
        padding-bottom:0px;
        width:610px;
        text-align:left;
        }

#logo {
    width:590px;
    padding:3px;
    font-family: Tahoma, Helvetica, verdana, sans-serif;
    font-size:24px;     
    font-weight:bold;
    letter-spacing:-0.5px;
    color:#000000;   
 }


#bodytext {
    width:590px;                       
    padding:10px;
    padding-right:20px;
    display:block;
    font-size:11px;
    line-height:14px;
    background:#fff;
    font-family: Tahoma, Helvetica, verdana, sans-serif;
    border:1px solid #999;
    color:#444444;
    }

