@charset "utf-8";
/*@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,700italic);*/

.button-dl 
{
	color: #555;
	border: 1px solid #ccc;
	background: white;
	margin-right: 10px;
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	box-shadow: 1px 1px 5px #EEE;
	-webkit-box-shadow: 1px 1px 5px #EEE;
	-moz-box-shadow: 1px 1px 5px #EEE;
	background: white;
	padding: 8px 15px !important;
	cursor: pointer;
	border-radius: 3px;
}

.button-dl:hover 
{
	background-color: #efefef;
	color: #555;
}

.button-dl:active 
{
	background-color: #dddddd;
}

.m 
{
	font-size: 12pt;
	overflow: auto;
}

body, html
{
	font-size: 10pt;
	height: 100%;
}

h2
{
	font-family: Roboto, Verdana, Tahoma, Arial;
}

h3
{
	color: #f27f00;
	font-weight: normal;
	display: inline;
}

.bq
{
	margin-left: 40px;
	margin-bottom: 20px;
}

.main, .menu, #navi, #content, #footer
{
	max-width: 66%;
	min-width: 600px;
	text-align: left;
	font-family: 'Lucida Grande', Verdana, Geneva, sans-serif;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.menu, #content
{
	border-bottom: solid 1px #CCCCCC;
	text-align: justify;
}

.menu
{
	font-family: Roboto;
	font-size: 11pt;
	margin-top: 20px;
	margin-bottom: 40px;
}

#content
{
	padding-bottom: 10px;
	margin-bottom: 10px;
	min-height: 100%;
}

#navi
{
	height: 16px;
	font-size: 9pt;
	color: #666;
}

.menu a, .menu a:link, .menu a:visited
{
	display: inline;
	margin-right: 20px;
	text-decoration: none;
	color: #999;
}

.menu a:active
{
}

.menu a:hover
{
	color: #333;
}

#content a, #content a:link, #content a:visited
{
	text-decoration: none;
	color: #0066CC;
}

#content a:active
{
	color: black;
}

#content a:hover
{
	color: #333;
	text-decoration: underline;
}

#footer a, #footer a:link, #footer a:visited
{
	text-decoration: none;
	color: #AAA;
}

#footer a:active
{
	color: black;
}

#footer a:hover
{
	color: #333;
	text-decoration: underline;
}

.main hr
{
	height: 1px;
}

.footerBlock
{
	float: left;
	margin-right: 20px;
	font-family: Roboto, Verdana, Tahoma;
}

.footerHdr
{
	font-size: 12pt;
	font-weight: bold;
	color: #777;
}

.footerBody
{
	color: #999;
}

