﻿html
{
	height:100%;
	min-height:600px;
}

body
{
 	margin: 0px;
 	background-color:white;	
 	height:100%;
 	font-family:Arial, Helvetica, sans-serif;
 	color:#2f3137;
 	font-size:small;
	min-height:600px;
}

h1
{
	font-size:2.25em;
	font-style:italic;
	font-weight:bolder;
	background-image:url('Images/titleHR.gif');
	background-repeat:no-repeat;
	font-weight:normal;
	background-position: left bottom;
	overflow:hidden;
}

h2
{
	font-size:1.5em;
	font-style:italic;
	font-weight:bolder;
	background-image:url('Images/titleHR2.gif');
	background-repeat:no-repeat;
	font-weight:normal;
	background-position: left bottom;
}

h3
{
	font-size:1em;
	font-style:italic;
	font-weight:bolder;
}

p
{
	text-align:justify;
}

a, a:visited
{
	color:#606a81;
}

a:hover
{
	color:#9ea9c4;
} 


.lvHighlight
{
	font-size:1.1em;
	font-style:italic;
	font-weight:bolder;
}

.lvBackground
{
	
	background-image:url('Images/gradient.gif');
	background-repeat:repeat-x;
	height:100%;
	min-height:600px;
}

.lvContainer
{
	width:800px;
	background-color:white;
	margin: auto;
}


.lvHeader
{
	height:110px;
}


.lvLogo
{
	margin: 20px 0px 20px 25px;
	width:244px;
	height:70px;
	float:left;
	background-image:url('Images/lvLogo.gif');
}


.lvContent
{
	margin: 5px 10px 5px 10px;
}

.lvFooter
{
	margin: 5px 10px 5px 10px;
	text-align:center; 
	font-size: 0.8em;
	color:silver;
	clear:both;
}

.code {
	font-family: Courier, Mono;
}

/*----------------------------*/
