.txt_body {
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	line-height:14px;
	margin-top :0em;
	margin-bottom :0em;
	color : #cccccc;
/*	font-style: italic;*/
}

.txt_bodyred {
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	line-height:14px;
	margin-top :0em;
	margin-bottom :0em;
	color : red;
/*	font-style: italic;*/
}



.txt_bodyblack{
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	line-height:14px;
	margin-top :0em;
	margin-bottom :0em;
	color : black;
/*	font-style: italic;*/

}


.txt_bodyblank{
	font-family: Courier New, Courier, monospace;
	font-size: 14px;
	line-height:14px;
	margin-top :0em;
	margin-bottom :0em;
	color : white;
/*	font-style: italic;*/

}



.txt_bodytar{
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	line-height:14px;
	margin-top :0em;
	margin-bottom :0em;
	color : white;
/*	font-style: italic;*/
}

body,td,th {
	font-family: Courier New, Courier, monospace;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
body {
	background-color: #111111;
	background-image: url(bg00.png);
	background-repeat: repeat;
}
a {
	font-size: 12px;
	line-height: 14px;
	color: #F00;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
	color: #999;
}
a:visited {
	text-decoration: underline;
	color: #CCC;
}
a:hover {
	font-size: 16px;	
	text-decoration: line-through;
	color: #CC0;
	background-color: white;
	/*text-transform: capitalize;*/
}
a:active {
	text-decoration: underline;

}

