a:link {
	color: #660000;
	text-decoration: none;
}

a:hover {
	color: #ff0033;
	text-decoration: underline;
}

a:active {
	color: #ff0033;
	text-decoration: none;
}

a:visited {
	color: #ff6666;
	text-decoration: none;
}

body {
	background-color: #ffffff;
	color: #000000;
	/* font-size:0.8em; */
	line-height:130%;
}

td {
	line-height:130%;
}

.error {
	line-height: 100%;
	font-size: x-large;
	color: #ff0000;
}

.write {
	clear: both;
	float: left;
	left: 10%;
	min-width: 10em;
}

.cancel {
	clear: both;
	float: right;
	min-width: 10em;
	right: 10%;
}

.textarea_topic {
	width: 100%;
	height: 100%;
}

#index_page {
	text-align: center;
}

.main_content {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 880px;
}

.info_body {
	background-image: url("../index_images/tops/top007.jpg");
	background-color: #ffffff;
	background-repeat: no-repeat;
	margin: 10px 0px;
	color: #000000;
}

.info_table {
	border: none;
}

.info_cell {
	vertical-align: top;
	width: 300px;
	height: 390px;
	color: #000000;
	background-color: #ffffff;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.topics_header {
	display: block;
	text-align: center;
	/* color: #336666; */
	margin-bottom: 1.5em;
	font-size: smaller;
}

.topics {
	/* color: #990000; */
	font-size: smaller;
}

table.misc_info {
	width: 850px;
	border-collapse: collapse;
}

tr.misc_info_row {
	width: 100%;
}

a.index:link {
	color: #669999;
	text-decoration: none;
}

a.index:hover {
	text-decoration: underline;
}

a.index:active {
	color: #ff0033;
	text-decoration: none;
}

a.index:visited {
	color: #6600ff;
	text-decoration: none;
}

#page1 {
		text-align: center ; 
		margin-top: 0px ;
		margin-bottom: 0px ;
	}
#box {
		border-top: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		border-right: 3px inset #cccccc;
		border-left: 3px outset #cccccc;
		width  :880px ;
		padding-top :10px;
		padding-right:5px;
		padding-left:5px;
	}

