/* ETF STYLES 2008 */
    
    
body{
	background-color: #000000;
	color: #ffffff !important;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

a:link {
	color: #cccccc;
}
a:visited {
	color: #cccccc;
}
a:hover {
	color: #FF0066;
}
a:active {
	color: #cccccc;
}

h1, h2 {font-size: 12px;}
h1 {font-weight: bold;}
h2 {font-weight: normal;}
.headline, h1, h2 {color: #FF0066}
.grey {color: #cccccc}



.intro {
	color: #cccccc;
}

.style3 {
}


img {border: none}

#ad {
width: 170px;
padding-top: 90px;
margin-right: 20px;
margin-left: 10px;
float: left;
clear: none;
}

#container{
    border-left: 1px dotted white;
    padding-left: 20px;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    height: 700px;
    background-color: black;
    color: white;
    float:left;
    clear:none;
}

#header{
    padding-bottom: 20px;
        margin-left: 10px;


}

#navbar{
        border-bottom: 1px dotted white;
        width: 500px;

}
.boxcontainer {
	float:left;
	clear:none;
	width: 150px;
	margin-top: 200px;
}
.boxcontainer div {
	border: 1px dotted #ffffff;
	padding: 3px;
	margin-bottom: 5px;
}
.boxcontainer div a {
	text-decoration:none;
}
.boxcontainer div a:hover {
	text-decoration:underline;
}
.thumb{
    border: none;
    display: inline;
}
.thumb:hover{
    background-color:  #FF0066;
}
.navi a{
/*     border-bottom: 1px dotted white; */
    text-decoration: none;
    color: white;
/*     background-color: #666; */
}
.navi a:hover{
    border-bottom: 1px dotted silver;
    text-decoration: none;
    background-color: #FF0066;
    color: white;
}

div.blog {
 padding: 3px;
}
div.blogitem img, div.blogitem br {clear: both !important;}