body {
	background: white;
	margin: 50;
	padding: 30;   
	color: #0066FF; /* light blue */
	text-align: left;
}

h1, h2 {
	color: #0000FF; /* blue */
	font-size: 14pt;
}

h3, h4, h5, h6 {
	color: #ddd;
}

/* Default fonts */
h1,h2,h3,
h4,h5,h6  { font-family: Constantia, "Palatino Linotype", Palatino, Georgia, "Times New Roman", Times, serif; }
body      { font-family: Frutiger, Univers, "Helvetica Neue", "Lucida Grande", Calibri, Helvetica, Verdana, sans-serif; } 
pre       { font-family: Corbel, Verdana, "Bitstream Vera Sans", sans-serif; } 
code      { font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace; } 

div.group1 {
	min-width: 900px;
	min-height: 200px;
/*	max-height: 200px;*/
	text-align: left;
}

div.group1sub {
	height: 200px;
	float: left;

}

div.group2 {
	min-width: 200px;
	min-height: 200px;
	background-image: url("../images/frame.gif");
	background-repeat: repeat-x;
	float: left;
	position: relative;	
	top: -200px;
	left: 101px;
}

div.group2sub {
	min-height: 200px;
	min-width: 150px;
	width: auto;
	float: left;
	text-align: center;
}

div.group2sub img {
	padding-right: 20px;
	padding-left: 20px;
	position: relative;	
	top: 50px;
/*	padding-top: 50px;*/
}

div.group2sub p {
/*	padding-top: 10px;*/
	position: relative;	
	top: 55px;
	font-weight: bold;
}

img {
	border: 0px;
}

p.notice {
	font-style: italic;
	font-weight: bold;
	color: red;
}
