body
{
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 13px;
	background-color: #68ddfc/*FFC7EB*/;
}

*
{
	padding: 0px;
	margin: 0px;
}

a
{
	color: Black;
	text-decoration: none;
}

a:hover
{
	color: #F4008C;
	text-decoration: underline;
}

.bshow
{
	padding: 2px;
	background-color: #FFF2BB;
	border: 1px solid #FFD21E;
}

.img
{
	border-width: 0px;
	cursor: pointer;
}

.fontblue
{
	color: #277FE0;
}

.fontwhite
{
	color: White;
}

.fontred
{
	color: Red;
}

.txt
{
	border: 1px solid #888888;
	background-color: #FFFFFF;
}

.H20
{
	height: 20px;
}

.H25
{
	height: 25px;
}

.H28
{
	height: 28px;
}

.H30
{
	height: 30px;
}

.HR28
{
	height: 28px;
	text-align: right;
	font-weight: bold;
}

.HR30
{
	height: 30px;
	text-align: right;
	font-weight: bold;
}