body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size:13px;
	//overflow: auto;
}

html {
		//height: 102%;
}

a {
	color:#666;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size:15px;
	font-weight:bold;
}

h2 {
	font-size:13px;
	font-weight:bold;
}

#header {
	margin: 200px 0 300px 0;
}

img#logo {
	margin-bottom:30px;
}

#header img {
	margin: 0 0 -4px 0;
	padding: 0;
	display: inline;
}

img#logoloader, img#webloader {
	display: none;
}


#menu {
	margin: 100px 0 100px 0;
}

.square {
	width:12px;
	height:6px;
	margin-top:6px;
	float:right;
}

.reference_item {
	padding-bottom:1000px;
}

.label strong {
	display:block;
	clear:right;
}

/*
img {
	border-left: 1px solid #f0f0f0 !important;
	border-right: 1px solid #f0f0f0 !important;
}
*/

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}

#menu li {
	font-weight:bold;
}

#menu li a {
	color:#ccc;
}

#menu li a:hover {
	color:#cc0000;
	text-decoration:none;
}

