﻿*
{
	font-size: 15px;
	line-height: 200%;
	padding: 0px;
}
body
{
	width: 96%;
	height: 100%;
	background-color: #f7f8f8;
	margin: 0px 2% 0px 2%;
}
#DivHead
{
	background-color: #005ca1;
	text-align: left;
	font-size: x-large;
	color: White;
	margin-top: 10px;
}
#DivHead img
{
	width: 30px;
	border: none;
}
#DivHead div:first
{
	border-bottom: 4px solid black;
}
table
{
	color: #005ca1;
	font-size: x-large;
	text-align: center;
	width: 100%;
	font-weight: bold;
	margin: 10px 0 auto 0;
}
table tr td
{
	border: 1px solid gray;
}
#BtnApply
{
	height: 35px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	width: 94%;
	display: block;
	border-radius: 15px;
	background-image: url(img/5409.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 15px;
	margin-left: 3%;
	border: 1px solid #016599;
}