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

/* === text ===*/
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.medum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

/*==== tables ===*/
.TDbg01 {
	background-color: f8f8fc;
	background-image: url(/jsp/moomoo/forums/css/style_1/images/tableBG_01.gif);
}

.TDbg02 {
	background-color: f4f4fb;
	background-image: url(/jsp/moomoo/forums/css/style_1/images/tableBG_02.gif);
}

/*==== color links ====*/
a.green {
	font: Arial, Helvetica, sans-serif;
	color: #009900;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.green:hover {
	color: #009900;
	text-decoration: underline;
}

a.green:visited {
	color: #009900;
}

a.green2 {
	font: Arial, Helvetica, sans-serif;
	color: #009900;
	font-size: 12px;
	text-decoration: none;
}

a.green2:hover {
	color: #009900;
	text-decoration: underline;
}

a.green2:visited {
	color: #009900;
}

a.red {
	font: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.red:hover {
	color: #CC0000;
	text-decoration: underline;
}

a.red:visited {
	color: #CC0000;
}

a.red2 {
	font: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 12px;
	text-decoration: none;
}

a.red2:hover {
	color: #CC0000;
	text-decoration: underline;
}

a.red2:visited {
	color: #CC0000;
}

a.black {
	font: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

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

a.black:visited {
	color: #000000;
}

a.black2 {
	font: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

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

a.black2:visited {
	color: #000000;
}

a.purple {
	font: Arial, Helvetica, sans-serif;
	color: #660099;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.purple:hover {
	color: #660099;
	text-decoration: underline;
}

a.purple:visited {
	color: #660099;
}

a.purple2 {
	font: Arial, Helvetica, sans-serif;
	color: #660099;
	font-size: 12px;
	text-decoration: none;
}

a.purple2:hover {
	color: #660099;
	text-decoration: underline;
}

a.purple2:visited {
	color: #660099;
}

a.userTools {
	font: Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

a.userTools:hover {
	color: #FF9900;
	text-decoration: underline;
}

a.userTools:visited {
	color: #FF9900;
}

a.cyan {
	font: Arial, Helvetica, sans-serif;
	color: #33CCFF;
	font-size: 10px;
	text-decoration: none;
}

a.cyan:hover {
	color: #33CCFF;
	text-decoration: underline;
}

a.cyan:visited {
	color: #33CCFF;
	text-decoration: underline;
}

a.blue {
	font: Arial, Helvetica, sans-serif;
	color: #0033FF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.blue:hover {
	color: #0033FF;
	text-decoration: underline;
}

a.blue:visited {
	color: #0033FF;
}

a.blue2 {
	font: Arial, Helvetica, sans-serif;
	color: #0033FF;
	font-size: 12px;
	text-decoration: none;
}

a.blue2:hover {
	color: #0033FF;
	text-decoration: underline;
}

a.blue2:visited {
	color: #0033FF;
}

span.blue {
	font: Arial, Helvetica, sans-serif;
	color: #0033FF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.white {
	font: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.white:hover {
	font: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a#deletePost {
	display: block;
	width: 10px;
	height: 10px;
	background-image: url(/jsp/moomoo/forums/css/style_1/images/icon_x.gif)
}

a#deletePost:hover {
	background-image: url(/jsp/moomoo/forums/css/style_1/images/icon_x_h.gif);
}
a#edit {
	display: block;
	width: 11px;
	height: 11px;
	background-image: url(/jsp/moomoo/forums/css/style_1/images/icon_edit.gif);
}

a#edit:hover {
	background-image: url(/jsp/moomoo/forums/css/style_1/images/icon_edit.gif);
}
