﻿body 
{
	font-family: Calibri, Helvetica, Sans-Serif;
	font-size: 14px;
}

.wrapper
{
	/* background: url('../images/background.jpg'); */
	background-repeat: no-repeat;
	width: 100%;
	overflow: hidden;
}

.float_left 
{
	float: left;
}

.menu
{
	margin-top: 271px;
	margin-left: 10px;
}
.footer_menu
{
	text-align: center;
	font-size: 11px;
	color: #000;
	margin-top: 15px;
}
.footer_menu a
{
	text-decoration: none;
	color: #000;
}
.footer_menu a:hover
{
	text-decoration: underline;
}

.footer a
{
	text-decoration: none;
	color: #000;
}
.footer a:hover
{
	text-decoration: underline;
}

.footer 
{
	text-align: center;
	font-size: 11px;
	color: #000;
}

.paging_style
{
	font-size: 9pt;
}
.paging_style a
{
	text-decoration: none;
	color: #000000;
}
.paging_style a:hover
{
	text-decoration: underline;
	color: #595959;
}
.padding-10px
{
	padding: 10px;
}