@charset "utf-8";
/* CSS Document */

/* GLOBAL */
div, span, applet, object, iframe, blockquote, a, img, 
dl, dt, dd, ol, ul, li, ul ol, ol ul, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { 
	margin:0; 
	padding:0; 
	border:0; 
	outline:0;
	vertical-align:baseline; 
}
form{
	display:inline;
}

/* LINKS */
a:link {
	text-decoration:none;
}  
a:visited {
	text-decoration:none;
} 
a:hover, a:active {
	text-decoration:underline;
}  

/* TEXTS */
h1, h2, h3, h4, h5, h6, p, legend {
	padding:0;
	margin:0;
	font-weight:normal;
}

/* LISTS */
ol, ul { }

/* TABLE */
table { 
	border-collapse:collapse; 
	border-spacing:0; 
}

/* CUSTOM */
.input { 
	border:1px solid #ccc; padding:2px 5px; 
}
.hide {
	display:none;
}
.clear {
	clear:both;
}
label,select { 
	cursor:pointer; 
} 

/* EASY CLEARING */
.clr:after {
	content:'.'; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clr {
	display:inline-block;
}
/*\*/
.clr {
	display:block;
}
#IEroot .clr {
	zoom:1;
}
hr {
	width: 95%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	height: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content_container #rightColumn #ep {
}

