/* CSS Document */

/* Common elements */


table {
	font-size: 10pt;
}

tr {
	padding-top: 10px;
}


h1, h2, h3, h4 {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
}

/* Header */

.header
{
	background-image: url(../../images/home/Logo.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	position: relative;
	width: 400px;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
	background-position: right bottom;
}

h1
{
	position: absolute;
	left: 300px;
	top: -100px;
	text-transform: uppercase;
	font-size: 18pt;
	font-style: oblique;
	color: #006633;
}

h2 {
	position: absolute;
	left: 300px;
	top: -65px;
	font-size: 16pt;
	color: #006633;
}


/* Content */

body
{
	margin: 0;
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12pt;
	color: black;
	background-image: url(../../images/login/BGLogin.jpg);
}

.content
{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	width: 400px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}

h3 {
	font-size: 14pt;
	color: #006633;
}

h4 {
	font-size: 12pt;
	color: #006633;
	font-weight: bold;
}

h5
{
	font-size: 10pt;
	font-family: Arial;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

a {
	text-decoration: underline;
	color: #d32525;
}

a:visited {
	color: #980000;
}

a:hover {
	text-decoration: underline;
	color: #e05252;
}

a:active {
	color: #980000;
}


img {
	border-width: 5px;
}

.footer
{
	padding-top: 20;
	padding-left: 20;
	position: relative;
	width: 400px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}
