/* CSS Document */
BODY {
  scrollbar-arrow-color:#da1b23;
  scrollbar-base-color:#872323;
  scrollbar-shadow-color:#872323;
  scrollbar-face-color:#872323;
  scrollbar-highlight-color:#da1b23;
  scrollbar-dark-shadow-color:#FFFFFF;
  scrollbar-3d-light-color:#da1b23;
}
.fullheight {
	height: 100%;
	padding-bottom: 1px;
}
.k2txt {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
	color: #CCCCFF;
	font-weight : normal;
	text-decoration : none;
	line-height : 12px;	
}
.k2txt A:link       { color:#E0E4EC; text-decoration : underline; }
.k2txt A:visited { color:#E0E4EC; text-decoration : underline; }
.k2txt A:active  { color:#E0E4EC; text-decoration : underline; }
.k2txt A:hover   { color: #FFFFFF; text-decoration : underline; }
.k2txtb {
	font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
	color: #CCCCFF;
	font-weight : bold;
	text-decoration : none;
	line-height : 12px;	
}