body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
}
input {
	font-family: Tahoma;
	font-size: xx-small;
}
select {
	font-family: Tahoma;
	font-size: xx-small;
}
.txt_online {
        font-family: Tahoma;
        font-size: 13px;
        color: #009900;
        font-weight: bold;
}

.txt_offline {
	font-family: Tahoma;
	font-size: 13px;
	color: #CC0000;
        font-weight: bold;
}
.txt_pink {
	font-family: Tahoma;
	font-size: 13;
	color: #FF99FF;
}
.txt_orange {
	font-family: Tahoma;
	font-size: 12px;
	color: #E37700;
}
.txt_orange_u {
	font-family: Tahoma;
	font-size: 13px;
	color: #E37700;
	text-decoration:underline;
}
.divider {
	background-image: url(images/divider.gif);
	height: 10px;
}
.txt_small {
	font-family: Tahoma;
	font-size: 11px;
	color: #9ed3e1;
}
.txt_text {
	font-family: Tahoma;
	font-size: 13px;
	color: #9ed3e1;
}
.txt_dgrey {
	font-family: Tahoma;
	font-size: 12px;
	color: #646464;
}
.txt_grey_b {
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	color: #8C8C8C;
}
.txt_white_b {
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
}
.txt_white {
	font-family: Tahoma;
	font-size: 13px;
	font-weight:bold;
	color: #FFFFFF;
}
.txt_grey_u {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration:underline;
	color: #8C8C8C;
}
.txt_blue_un {
	font-family: Tahoma;
	font-size: 12px;
	color: #2C9ED8;
	text-decoration: underline;
}
.txt_missing {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FF3333;
}
.txt_notmissing {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.line_dash {
	background-image: url(images/dash_line.gif);
	height: 1px;
}
.double_line {
	background-image: url(images/double_line.gif);
	height: 4px;
}
textarea {
	font-family: Tahoma;
	font-size: 12px;
}

a:link {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;

}
a:visited {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration:underline;
}
