a {	text-decoration: none; 	}
a:link {    color: #006699; }
a:hover {   color: #EE0000; text-decoration: underline; }
a:active {  color: #FF00FF; text-decoration: underline; }
a:visited { color: #000099; }
/*ccccdc*/

BODY {
	line-height: 120%;
	letter-spacing: 0.1em;
	background-color: #ffffff;
	color: #333333;
}
hr {
	height: 1px;
	color: #aaaaaa;
}
h1, h2, h3 {
	font-size: 120%;
	font-wight: bold;
}
h2, h3 {
	margin-left: 4em;
	margin-right: 4em;
	padding: 4px;
}
p, table, div.col {
	margin-left: 6em;
	margin-right: 4em;
}

th {
	background-color: #dddddd;
}
ul, ol, dl {
	margin-left: 7em;
	margin-right: 6em;
}
dt {
	font-weight: bold;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.s {
	font-size: 60%;
	color: #aa6633;
}

ul {	list-style-image: url("./img/sq.gif");	}

.auth {
/*	text-align: right;	*/
	color: #9999aa;
	font-size: 80%;
	font-family: times,verdana,arial,helvetica,sans-serif;
}

table {
	font-size: 80%;
}
th {
	font-weight: normal;
	background: #e8e7e6;

	border-right: #c8c7c3 1px solid;
	border-top: #f8f7f6 1px solid;
	border-left: #f5f4f3 1px solid;
	border-bottom: #b8b7b6 1px solid
}

td.c {
	border-right: #dddcdb 1px solid;
	border-top: #fffefd 1px solid;
	border-left: #fefdfc 1px solid;
	border-bottom: #cdcccb 1px solid;
	text-align: left;
}


div.cp {
	text-align: center;
	margin-right: 3em;
	color: #666666;
	font-size: 80%;
}


