body {
	background-color: #a09f9f;
	background-image: url(../images/tpWeb_bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link, a:active, a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}

a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:600;
	font-size: 12px;
	color:#990000;
	text-decoration:none;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

.floatleft {
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 14px;
}

.floatright {
float: right;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 10px;
margin-right: 0px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menu { font-family: arial, verdana, helvetica, sans;
		font-size: 12px;
		cursor:hand;
		text-indent: 1px;
		text-align: left;
		display: block;
		border: 0px;
}

a.menu:link {
		background-color:#F0F0F0; 
		color: #646464;
		text-decoration: none;
}

a.menu:visited {
		background-color:#F0F0F0; 
		color: #646464;
		text-decoration: none;
}

a.menu:active {
		background-color:#dedede;
		color: #646464;
		text-decoration: none;
}

a.menu:hover {
		background-color:#dedede;
		color: #000000;
/*		font-weight: bold;*/
		text-decoration: none;
}
.redTitle {
	color: #BD261F;
	font-weight: bold;
	text-decoration: underline;
}
.drkGryItalic {
	color: #939393;
	font-style: italic;
}

.pgTitles{
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	background-color:#000000;
}

.txtTitles{
	font-size:16px;
	font-weight:bold;
	color:#990000;
}