.test {
	font-size: 10px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #FFFFFF;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_page.jpg);
}
img {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	}

.text_nrml {
	font-size: 0.7em;
}
.text_hdr {
	font-size: 1em;
	font-weight: bold;
}
.text_gloss_title {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}

.tinygrey {
	font-size: 0.6em;
	color: #333333;
}
.tinywhite {
	color: #FFFFFF;
	font-size: .6em;
}

a.tinywhitelink:link {
	color: #FFFFFF;
	font-size: 0.6em;
	text-decoration:underline
}

a.tinywhitelink:visited {
	color: #FFFFFF;
	font-size: 0.6em;
	text-decoration:underline
}

a.tinywhitelink:hover {
	color: #FFFFFF;
	font-size: 0.6em;
	text-decoration:underline
}

a.blacklink:link {
	color: #000000;
	text-decoration:underline
}

a.blacklink:visited {
	color: #000000;
	text-decoration:underline
}

a.blacklink:hover {
	color: #000000;
	text-decoration:underline
}

