/* theme screen stylesheets */

/* import stylesheets and hide from ie/mac \*/
@import url("reset.css");
@import url("ie6.css");
@import url("style.css");
/* end import/hide */
.txtred {
	color: #FF0000;
	text-decoration: underline;
}
#wrap #content-wrap #content #sidebar .sidemenu2 .redstyle {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
	margin: 0;
	padding: 0;
	display: inline;
}

