body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	background-color: #FFFFCC;
	margin: 0px;
	padding: 0px;
}

.a {
	color: #FFFFFF;
	text-decoration: none;
	font:18px Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	cursor: inherit;
}

a:active {
    color: #FFFFFF;
    text-decoration: none;
}

a:banTab {
    color: #FFFFFF;
	font: 18px Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
}

.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bolder;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bolder;
}

.tdPink {
	background-color: #FF3399;
	text-align: center;
}

.warn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0066;
	background-color: #FFFFFF;
}

.texMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.imgBor {
    border-bottom-color: #FF3399;
    border: 1px;
}
