/* CSS Document */


/* the main files*/
body{
		background-image: url(../_graphics/jornebner_bg.gif);
		background-repeat:no-repeat;
		background-color:#FFFFFF;
		}

p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height:15px;
		color: #666666;
		}

form {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height:15px;
		color: #666666;
		}

/* the links*/
a:link {
		color: #333355;
		background-color: transparent;
		text-decoration: none;
		}

a:active {
		text-decoration: none;
		color: #4A5771;
		}

a:hover {
		text-decoration: none;
		color: #4A5771;
		}

a:visited {
		text-decoration: none;
		color: #666688;
		}


/* additional styles*/
.style2 {
	font-size: 9px;
	line-height:11px;
	color: #000033;
}

.style5 {
	color: #333355;
	}

.style7 {
	color: #333355;
}

.Caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height:11px;
	color: #000033;

}

.disclaimer {
		background-color:#FFFFFF;
		padding-left:10px;
		padding-top:10px;
		padding-bottom:10px;
		padding-right:10px;
		}