@charset "utf-8";
/* CSS Document */


/**********************************************************   Header   **********************************************************/

div#header {
	width: 100%;
}

	#header div.header_img {
		float: left;
		margin-top: 5px;
	}

		#header div.header_img > div {
			display: table-cell;
			vertical-align: middle;
			height: 85px;
		}
			
			#header div.header_img > div > a > img {
				border: none;
				vertical-align: middle;
			}



/*******************************************************   Main Content   *******************************************************/

.BoxHeader {
	height: 20px;
	background-repeat: no-repeat;
}

.TopBottomBarLink {
	/*font-style: italic;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	padding-left: 30px;*/
}



/**********************************************************   Footer   **********************************************************/


