body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../appimage/001.gif);
	margin: 0px;
}

tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

/* Links */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #f2e3oa;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

a.text:link {
	color: #ffffff;
	text-decoration: underline;
}
a.text:visited {
	color: #ffffff;
	text-decoration: underline;
}
a.text:hover {
	color: #f2e3oa;
	text-decoration: underline;
}
a.text:active {
	color: #ffffff;
	text-decoration: underline;
}

/* Font colors */


.grey {
	color: #CCCCCC;
}

/* Font sizes */

.size10px {
	font-size: 10px;
}


/* Backgrounds */

.bgn1 {
	background-image: url(../appimage/002.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bgn2 {
	background-image: url(../appimage/003.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bgn3 {
	background-image: url(../appimage/005.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
