.white {
	color: #FFFFFF;
}
.green {
	color: #306C3C;
}

.gray {
	color: #b4a9c10;
}

.red {
	color: #CD0039;
}

.whitecell {
	background-color: #FFFFFF;
}

whitecell {
	background-color: #FFFFFF;
}

p, td {
	font-family: Tahoma, Arial;
	font-color: black;
	font-size: 12px;
	font-weight: normal;
}

a:link, a:active, a:visited {
	font-family: Tahoma, Arial;
	color: red;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
a:hover {
	font-family: Tahoma, Arial;
	color: blue;
	text-decoration: underline;
	font-size:12px;
	font-weight: normal;
}

a.meg:link, a.meg:active, a.meg:visited {
	font-family: Tahoma, Arial;
	color: red;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
a.meg:hover {
	font-family: Tahoma, Arial;
	color: red;
	text-decoration: underline;
	font-size:12px;
	font-weight: normal;
}

BODY {
	font-weight: normal;
	background-color: #666666;
}


.underline {
	text-decoration: underline;
}
.px11 {
	font-size: 12px;
}

h3 {
	font-family: Tahoma, Arial;
	font-size: 16px;
	color: #306C3C;;
}