/* COMMON */

BODY#popup{
	scrollbar-base-color: #EEEEEE;
	scrollbar-face-color: #FFFFFF;
	scrollbar-arrow-color: #D38A31;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-shadow-color: #CCCCCC;
}

body { 
	background-repeat:repeat-x;
}

P {
	margin-top: 30px;
	margin-bottom: 10px;
	color:#223a5d;
}

A:link {
	color: #FF0000; 
	text-decoration: none;
}
A:visited {
	color: #FF0000;
	text-decoration: none;
}
A:hover {
	color: #FF0000;
	text-decoration: underline;
}
A:active {
	color: #FF0000;
	text-decoration: none;
}

/* FONT COLOR */

.fix_large { }
.fix_middle { }
.fix_middle_2 { }
.fix_middle_3 { }
.fix_small { }
.fix_small_2 { }
.fix_small_3 { }
.val_middle { }
.val_middle_2 { }
.val_small { }
.bg {
	background-attachment: fixed;
	background-image: url(../../images/back_topics.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_pre {
	background-attachment: fixed;
	background-image: url(../../images/bg_pre.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.comment {
	margin: 5px 30px 0 30px;
	font-size: 12px;
	line-height: 140%;
	color:#223a5d;
}