/*************************************************************************************************************
	List & View _ Text Style
*************************************************************************************************************/

/* List_Notice */
	.notice			{ font-size:9pt; color:#2A95A7; font-family: µ¸¿ò, dotum; font-weight:bold }
	
/* View_Subject */
	.subject		{ font-size:9pt; color:#0098B0; font-family: µ¸¿ò, dotum }
	
/* View_Column_Color */
	.column_bgcolor	{ background-color:#F2FEFF }
	.normal { background:''; }
	.column_txt		{ font-size:9pt; color:#0098B0; font-family: µ¸¿ò, dotum }
	

/* List_text_Color */
A:hover 	{ text-decoration:none; color:#0098B0; }

/* Line_BgColor */
	.line	{ background:#97D3DD}