body {
	color: #666666;
	font-family: arial,helvetica, sans-serif;
	font-size:9pt;
	text-align: center;
	background-color:#444444;
	margin:auto;
}

h1 {
	/* font-size: 1.1em; */
}

h2 {
	/* font-size: 0.9em; */
}

p {
	/* font-size: 0.7em; */
}

#page-wrapper {
	background-image: url(ictg-logo-watermark-250.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 600px;
	margin:auto;
	border: 4px solid #888888;
}

#page-header-top {
	color: #ffffff;
	height: 90px;
	width:100%;
	clear:both; 
	background-image: url(ictg-header.png);
	background-position: top center;
	background-repeat: no-repeat;

}

#page-header-bottom {
	height:40px;
	width:100%;
	clear:both; 
}

.text-input {
	border: 1px solid #888888;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	padding: 2px;
	color: #666666;
}

.std-btn {
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	padding: 2px;
}

a:link { 
	color: #444466; 
	text-decoration: none; 
}

a:visited { 
	color: #444466; 
	text-decoration: none; 
}

a:hover { 
	color: #4455aa; 
	text-decoration: underline; 
}

a:active { 
	color: #4455aa; 
	text-decoration: underline; 
}


ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.5em;
	list-style-type: none;
	padding: 0;
	margin:0;
}