body {
	background-image: url(images/bg.jpg);
}
.infocell {
	background-image: url(images/images/tab_bg.png);
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;

}
.main {
	background-image: url(images/window.png);
	background-repeat: repeat-y;
}
.warning {
	color: #CC3300;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
a:hover {
	color: #FFCC99;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: .9em;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC3300;
	font-size: 1.4em;

}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #CC3300;
}
