body
{
	font-family:Times New Roman;
	font-size:12pt;	
	background:#efefef;		
	margin: 0;
    padding: 0;		
}

a {
	color: #3C74C2;
	outline: none;
}

a:hover
{
	color:red;
}

.topdiv
{	
	width:100%;
	text-align: center;
}

.top
{		
	top:0px;
	width:1024px;
	height:150px;
	margin:0 auto;
	padding:0;
	background-image:url(/templates/verttemplate/images/bg_top.jpg);
	background-size: 100%;	
	border:0;
	border-collapse:collapse;
	table-layout:fixed;
}

.datediv
{
    font-size:12pt;
}

.main_menu
{
	width:1024px;		
	margin-left:auto;
	margin-right:auto;	
	text-align:center;
}

.table_menu
{
  font-family: Tahoma;
  text-align: center;
  position:relative;
  top: 0;
  left:0%;
  width:100%;
  height:12%;
  margin: auto auto;
  color:#000000;
  font-size: 14pt;
  background:#fff;
  border-collapse: collapse;
}

.labelnames
{
    font-weight: bold;
    margin-left: 0%;
	line-height:1.1;
    background: #E1DEE3;
	border-radius:5px;
}

.main
{
	display:table;
	width:1014px;
	margin:0 auto;	
	background:#fff;	    
	min-height:400px;
	height:400px;	
	padding: 12px 10px 0px 10px;
	border-radius: 15px;
}

.footer
{
	width:1024px;
	height:100px;
	margin:0 auto;		
	display:table;
}

.footer_left
{
	width:50%;
	padding:2px 8px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	display:table-cell;
}

.footer_center
{
	width:40%;
	display:table-cell;
	font-size: 8pt;
	vertical-align: middle;
}

.footer_right
{
	width:10%;
	vertical-align:middle;
	text-align: center;
	display:table-cell;
}