body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0044F9;
	background-color: #FFFFFF;
}
p {
	margin-left: 20px
}
.tag {
	font-size: 13px;
	margin-left: 20;
}
.white {
	font-size: 13px;
	color: white;
}
.foot {
	font-size: 11px;
}
.detail {
	font-size: 13px;
}
.warning {
	font-size: 13px;
	color: red;
	font-weight: bold;
}
.total {
	font-weight: bold;
	font-size: 13px;
}
.titletag {
	font-family: ;
	font-size: 18px;
}
.menu {
	font-size: 13px;
	font-weight: bold;
	color: #0044F9;
	background-color: #F4C834;
}
a:link {
	font-weight: bold;
	color: #0044F9;
}
a:hover {
	color: #F4C834;
}
a:visited {
	color: #0044F9;
}
a.menulink {
	text-decoration: none;
}
a.menulink:hover {
	text-decoration: underline;
}