/* CSS Document */
body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DEE0E2;
	font-size: 12px;
	line-height: 1.5em;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN","Lucida Grande", sans-serif;
	color: #333333;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}

a:link {
	color:#336699;text-decoration:none;
}
a:visited {
	color:#993399;text-decoration:none;
}
a:active {
	color:#993399;text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.topics {
	color: #0066CC;
}
.big {
	font-size: 13px;
	font-weight: bold;
}
.big2 {
	font-size: 16px;
	font-weight: bold;
}

#contents .line {
	margin : 0 auto;
	width : 456px;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
}

#contents .line2 {
	margin : 0 auto;
	width : 446px;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
}

#archive {
	width: 182px;
	padding: 0;
	margin: 0;
}

#archive ul {
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#archive li {
	display: inline;
	margin: 0;
	padding: 0;
}

#archive li a {
	color: #333333;
	border-bottom:1px solid #555555;
	text-decoration: none;
	padding: 10px 1em;
	display: block;
	background-image:url(../topics/images/pict02.gif); 
	background-repeat:no-repeat;
	padding-left:20px; 
}

#archive li a:hover {
	background-image:url(../topics/images/pict02on.gif);
	text-decoration:none;
	background-repeat:no-repeat; 
	padding-left:20px;
}

#archive a:hover {
	color: #2955A7;
}
