﻿
body
{
	font-size:15px;	
	font-family:Arial;
}
.menu
{
	float:right;
	width:95px;
	text-align:center;
	font-weight:bold;		 	
	height:27px;
	margin-top:3px;
}
.mOut
{
	 border-bottom:2px solid #e3e3e3;
	 border-right:2px solid #e3e3e3;
	 
}
@font-face
{
font-family: "Calibri"; 
src: url("CALIBRI.TTF") format(TrueType);
}  
.t
{
	border-width:1px;
}
.ts
{
	border-color:Black;
	border-width:1px;	
}
.tit
{
	position:relative;
	left:0px;
	top:-22px;
	background-color:White;
	font-weight:bold;
	text-align:center;
	float:left;
	overflow:visible;
	font-size:19px;	
}
input
{
	height:15px;
	font-size:12px;
}
A
{
	color: Black;
}
A:hover
{
	color: Blue;
}