body{
	background-color: #6699CC;
	font-family: Arial, Helvetica, sans-serif;
}
table {
	border: 2px solid #4477aa;
   border-collapse: collapse;
}
td {
	height: 99%;
	vertical-align: top;
	background-color: #88bbee;
	color: #225588;
	font-size: 14px;
}
table.p {
	height: 95%;
	border: 0px solid #4477aa;
	margin: 2px;
	text-align: left
}
td.o{
	width: 20px;
	padding: 0px 0px 0px 0px;
}
td.p{
	width: 100%;
	padding: 3px 0px 0px 5px;
}
tr.r {
	border-bottom: 2px solid #4477aa
}
td.ic {
	padding: 5px 5px 5px 5px;
	border-right: 2px solid #4477aa
}
h1 {
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	color: #225588
}
a:link		{ color:#003366 }
a:visited	{ color:#225588 }
a:hover		{ color:#000000 }
a {
	text-decoration: none;
	outline: none
}
img {
	border: 0;
	width: 60px
}
.m {
	font-size: 11px;
	margin-left: 20px;
	background-color: #92c2f2;
	line-height: 14px
}