.normal {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

.normal a:visited, .normal a:link, .normal a:active
{
	color:#f93;
	text-decoration:none;
}

.normal a:hover
{
	color: #f93;
	text-decoration: underline;
}

.PageLine {
	border-top: solid 6px #F9F1D4;
}

.text
{
	font:normal "Arial Black", Arial, Helvetica, sans-serif;	
	font-weight: normal; /*main menu 2nd level selected*/
	border-bottom: solid 1px #fff; /*main menu 2nd level selected*/
	border-top: solid 1px #fff;
}

.Transparent {
	vertical-align: top;
	width: 100%;
}
.TransparentContentPane {
	vertical-align: top;
	width: 100%;
	padding-top: 10px;
}


/* liu_con_transparent_title.htm Container --------------- */

.TransparentTitle {
	font:normal 18px "Arial Black", Arial, Helvetica, sans-serif;	
	text-align: left;
	color:#ff9933;
	height: 35px;
}

/* liu_con_transparent_title.htm Container --------------- */
Body
{
	background-color: white;
	margin: 0px;
}


/* text style used for most text rendered by modules */

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

/* text style used for error messages */

