body
{
	margin:0px;
}

img 
{
	border:0px;
	border-style:none;
}

.search_edit 
{
	width:129px; 
	height:21px; 
	border:1px #ec1c24 solid; 
	margin-left:28px; 
	margin-right: 4px; 
} 

.doc_head 
{
	background-image:url(../img/doc_head_bg.jpg); 
	width:640px; 
	height:49px; 
	background-repeat:repeat-x; 
	color:#ec1c24; 
	font-family:Tahoma; 
	font-size:10px; 	
}

.content
{
	font-family: tahoma;
	font-size:12px;
	margin-left:20px;
	margin-top:15px;
	width:600px;
}

.content a, .content a:visited
{
	color:#6666CC;
	text-decoration:none;
	font-size:10px;
}

.content a:hover
{
	color:#6666CC;
	text-decoration:underline;
	font-size:10px;
}

.left a, .left a:visited 
{
	color:#6666CC;
	text-decoration:none;
	font-size:12px;
}

.left a:hover 
{
	color:#6666CC;
	text-decoration: underline;
	font-size:12px;
}


.popup
{
	position:absolute; 
	/*left:260px; */
	top:-5000px; 
	width:105px; 
	z-index:100;
	color:#FFFFFF;
}

.popup_item
{	
	margin-left: 19px;	
}

.popup_item a, .popup_item a:visited, .popup_item a:hover
{
	color:#FFFFFF;
	font-family:tahoma;
	font-size:10px;
	text-decoration:none;
}

.redbutton
{
	height:18px; 
	font-size:10px; 
	background:#ec1c24; 
	color:#FFFFFF; 
	border:none;
}

