body {
	font-family		: Verdana, Arial, 'Sans Serif', helvetica, sans-serif;
	font-size		: 0.7em;
	font-weight		: normal;
	background		: #cccccc;
	color			: #004a91;
}

a {
	text-decoration	: none;
	background		: #cccccc;
	color			: #003725;
	font-weight		: bold;
}
a:hover {
	background		: #deeae6;
	color			: #047350;
}

img {
	border			: 0;
}

h2 {
	font-size		: 1.2em;
	font-weight		: bold;
	padding-top		: 10px;
	padding-bottom		: 3px;
	letter-spacing		: 0.05em;
	word-spacing		: 0.1em;
}

ul {
	margin			: 5px 20px 5px 40px;
	list-style-type		: disc;
	list-style-position	: outside;
	font-size		: 1em;
}

td {
	padding			: 4px;
}

input.txt {
	width			: 200px;
	color			: #004a91;
	background		: #ffffff;
	border			: solid 1px #619081;
}
textarea.ttxt {
	width			: 200px;
	color			: #004a91;
	background		: #ffffff;
	border			: solid 1px #619081;
}

.TopLine {
	font-size		: .9em;
	font-weight		: bold;
	background		: #999999;
	color			: #ffffff;
}

.TopLink {
	background		: #999999;
	color			: #ffffff;
	text-decoration		: none;
	margin-right		: 15px;
	margin-left		: 5px;
	vertical-align		: 65%;
}
.TopLink:hover {
	background		: #004a91;
	color			: #b6d4f2;
	text-decoration	: none;
}

.SectionTitle {
	
	color			: #004a91;
	font-size		: 12px;
	font-weight		: bold;
}

.BigText {
	background		: #deeae6;
	color			: #004a91;
	font-size		: 1.2em;
	font-weight		: bold;
	line-height		: 250%;
	text-align		: left;
}
.NormalText {
	background		: #cccccc;
	color			: #004a91;
	font-size		: 1.1em;
	font-weight		: normal;
	text-align		: left;
}
.NormalHeader {
	font-weight		: bold;
	font-size		: 1.2em;
	line-height		: 200%;
}
.PicturesOuter {
	margin-top		: 10px;
	width			: 100%;
	text-align		: center;
}
.PicturesInner {
	width			: 400px;
	text-align		: left;
	vertical-align		: top;
	position		: relative;
	margin			: auto;
}
.ClientLogo {
	margin			: 4px;
	border			: solid 1px #619081;
	position		: absolute;
}
.Required {
	background		: #deeae6;
	color			: #ff0000;
	font-size		: .9em;
}

.FooterBlock {
	text-align		: center;
	font-size		: .95em;
	font-weight		: bold;
	background		: #cccccc;
	color			: #ffffff;
	height			: 38px;
	line-height		: 180%;
}
.FooterCity {
	padding-left		: 5px;
	padding-right		: 5px;
}
.FooterBullet {
	font-size		: .8em;
}
.FooterSmall {
	background		: #cccccc;
	color			: #ffffff;
	font-size		: .8em;
	font-weight		: normal;
	margin-top		: 5px;
}

.strong {
    font-weight     : bold;
}

table#Contacts {
	background		: #cccccc;
	color			: #004a91;
	line-height             : 130%;
	border                  : 0;
	font-size		: 1.1em;
}

img#Logo {
	visibility		: visible;
}

