#slide_element {
	margin: 0;
	text-align: center;
	text-align: right; /* this overrides the text-align: center on the body element. */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: auto;
	display:none;
}


#portal_element {
	margin: 0;
	text-align: center;
	text-align: right; /* this overrides the text-align: center on the body element. */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: auto;
	
}

.global_format{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;

}
#slide_element {
	margin: 0;
	text-align: center;
	text-align: right; /* this overrides the text-align: center on the body element. */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	width: 600px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: auto;
	display:none;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.date {
	font-size: 10px;
	color: #F33;
}
.hide{
	display:none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#paging_element {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#paging_element ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.pargraph_format {
	line-height: 30px;
	color: #333;
	text-align: justify;
	font-size: 12px;
}
