BODY {
	font-family: Arial;
	font-size: 10pt;
	background-color: #CCCC99;
}

TABLE {
	font-family: Arial;
	font-size: 10pt;
}

A {
	color: maroon;
	text-decoration: none;
}

P {
	margin: 0px;
}

A:hover {
	text-decoration: underline;
}

/************************************************************/

.layout_grid {
	/*table-layout: fixed;*/
}

.page_header_block {
	width: 635px;
	height: 150px;
}

.top_menu_block {
	text-align: center;
}

.menu_header {
	height: 21px;
	background: url('../images/menu_background.png');
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFCC;
}

.main_block {
	width: 468px;
}

#main_header {

}

#main_contents {
	border: 1px solid silver;
	padding: 6px;
	background: #FCFCFC;
}

#main_footer {

}

.left_block {
	width: 165px;
}

#left_header {

}

#left_contents {
	margin-top: 4px;
}

#left_footer {

}

.page_footer_block {
	width: 635px;
	margin-top: 0px;
	padding-top: 6px;
	border-top: 1px dashed #F0F0F0;
	color: #F6F6F6;
	text-align: center;
}


/************************************************************/

.section_title {
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 14pt;
}

.section_abstract {

}

.section_contents {

}

.article_title {
	font-size: 11pt;
	font-weight: 600;
	border-top: 1px dotted #C0C0C0;
	padding-top: 12px;
}

.article_abstract {
	font-weight: 600;
}

.article_contents {

}

.news_header {
	font-weight: 600;
}

.news_contents {
	margin-bottom: 12px;
}

.error {
	font-size: 10pt;
	font-weight: 600;
	color: #FF0000;
	border: 1px solid #C0C0C0;
	background-color: #FFFFFF;
	padding: 12px;
}

.information {
	font-size: 10pt;
	font-weight: 600;
	color: #000000;
	border: 1px solid #C0C0C0;
	background-color: #FFFFFF;
	padding: 12px;
}

.warning {
	font-size: 10pt;
	font-weight: 600;
	color: #FF0000;
	border: 1px solid #C0C0C0;
	background-color: #FFFFFF;
	padding: 12px;
}
