@CHARSET "UTF-8";
/**
 * Global defaults
 * ===============
 */
body{
	font-family: arial,helvetica,sans-serif;
	font-size: 100%;
}

h2{
	font-size: 110%;
}

h5{
	font-weight: normal;
	text-align: center;
}

/**
 * Prevent paragraphs and lists being justified in "displaybox"
 */
dd p{
	text-align: left;
	padding-right: 1em;
}

dd li{
	text-align: left;
}
/**
 * Main division
 * =============
 */
#main{
}
 
/**
 * Header
 * ======
 */
#title_bar h1{
	text-align: center;
}

/**
 * Horizontal Menu
 * ===============
 */
#menu ul li a{
	text-decoration: none;
}

/**
 * Columns
 * =======
 */
#left_column, #right_column{
	font-size: 90%;
}

#left_column a, #right_column a{
	color: #107000;
}

#left_column a:hover, #right_column a:hover{
	background-color: #107000;
	color: #ffffff;
}
/**
 * Center page
 * ===========
 */
 
/**
 * Submenu
 */

#sub_menu ul li a{
	text-decoration: none;
	font-size: 90%;
}
/**
 * Footer
 * ======
 */
#footer{
	text-align: center;
}
/**
 * Global Widgets
 * ==============
 */
th{
	text-align: center;
}

.table_title{
	font-weight: bold;
}

.infobox_title{
	font-weight: bold;
	text-align: center;
}

.display_box h2{
	font-size: 140%;
	text-decoration: underline;
}
.display_box h3{
	font-size: 120%;
	text-decoration: underline;
}
.display_box h4{
	font-size: 100%;
	text-decoration: underline;
}

.border_table{
	text-align: justify;
}

.infobox_table{
 	line-height: 90%;
}

.infobox_link{
	line-height: 120%;
}

.img_block, .right_img_block, .left_img_block{
	font-style: italic;
	text-align: center;
}
