﻿body
{
	margin:0px;
	background: url('../IMG/background.jpg') no-repeat center center #1c51b5 fixed;
	height:100%;
	width:100%;
	position:absolute;
	font:	normal 10pt Verdana;
}

.vCtrl_out
{
	height: 100%;
	width:	100%;
	display:table;
}
.vCtrl_in
{
	height: 100%;
	width:	100%;

	display:table-cell;
	vertical-align:middle;
}


.floatLeft
{
	float:left;
}

.nofloat
{
	float:none;
	clear:both;
}

h1
{
	font-size: 18px;
	font-weight:normal;
	color:#0040a0;
}

h2
{
	font-size: 13px;
	color:#0040a0;
}

h3
{
	font-size: 13px;
	font-style:italic;
	color:#0040a0;
}

fieldset
{
	padding: 10px;
}

table.text
{
	border-collapse:collapse;
	margin: 0px;
	padding: 0px;
	border:none;
}

table.text td.vTop
{
	vertical-align: top;
}


.ccHighlight
{
	color:#0040a0;
}

a
{
	color:#0040a0;
}
a:visited
{
	color:#0040a0;
}
a:hover
{
	background: url('../IMG/menu.Hover.Thin.png') no-repeat center center;
}

a.plain:hover
{
	background: none;
}

a.img:hover
{
	background: none;
}
a.img:hover img
{
	background: url('../IMG/menu.Hover.Thin.png') no-repeat center center;
}


p
{
	text-align:justify;
}

img
{
	border: 0px;
}

div.line
{
	background: url('../IMG/line.png') no-repeat center top;
	height: 14px;
}

