@import url(common.css);

html {
	margin:0px;
	padding:0px;
	font-family:verdana;
	}
	
body{
	margin:20px auto 20px auto;
	width:840px;
	background-color:#000000;
	font-size:11px;
	padding:0px;
	color:#CCC;
}

input,select,ul,form,p,table { 
	margin:0px; 
	padding:0px;	
}

form{
	display:inline;
}

h1,h2,h3,h4,h5,h6{
	margin:0px; 
	padding:0px;
}

img{
	border:0px;
}
	
a{
	color:#CCC;
	text-decoration:underline;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.brClear
{
	clear:both;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
.right_menu_line {
	background-image:url(/right_menu_line.png);
	height:13px;
	width:227px;
}
.right_menu, .top_menu {
	font-family:Helvetica;
	color:#666666;
	text-decoration:none;
	text-transform:uppercase;
}
.right_menu:hover, .top_menu:hover {
	color:#ff33cc;
}
.right_menu {
	font-size:8pt;
}
.top_menu {
	font-size:12px;
}
#selected_menu, .pink {
	color:#ff33cc;
}
