body{
	background-color : #000000;
	margin : 20px 0px 0px 0px;
}
p{
	color : #999999;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	text-align : left;
}
.right{
	color : #999999;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	text-align : right;
}
.title{
	color : #ffffff;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	text-align : left;
	text-transform: uppercase;
}
.small{
	color : #999999;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 9px;
	font-style : normal;
	font-weight : normal;
	text-align : left;
}
.smallr{
	color : #999999;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 9px;
	font-style : normal;
	font-weight : normal;
	text-align : right;
}
a{
	color : #999999;
	text-decoration : none;
}
a:active{
	color : #ffffff;
	text-decoration : underline;
}
a:hover{
	color : #ffffff;
	text-decoration : underline;
}
a.highlight{
	color : #ffffff;
	text-decoration : none;
}
a.highlight:active{
	color : #999999;
	text-decoration : underline;
}
a.highlight:hover{
	color : #999999;
	text-decoration : underline;
}
a.menu{
	color : #000000;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	font-size : 10px;
	text-decoration : none;

}
a.menu:active{
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
}
a.menu:hover{
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
}
img{
	border-bottom-color : #ffffff;
	border-left-color : #ffffff;
	border-right-color : #ffffff;
	border-top-color : #ffffff;
}
li{
	color : #000000;
	font-family : Arial,Helvetica,sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	text-align : left;
	list-style : square url(box.gif);
}