﻿/*TAGS*/
img {
	border-width: 0px;
}
body {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
table {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-image: url('../images/cont.jpg');
	color:white;
}
td {
	vertical-align: top;
}
/*BACKROUND*/
.bgm {
	background-image: url(images/bgm.jpg);
	background-repeat: repeat-y;
	margin-bottom: 2px;
	padding: 2px 0px 2px 12px;
	width: 225px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
/*DISPLAY*/
.trb {
	background-image: url(images/tr.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 1px;
}
.tdb {
	background-image: url(images/td.gif);
	background-position: right;
	background-repeat: repeat-y;
}
.td {
	display: table;
	width: 100%;
}
.tr {
	display: table-row;
	width: 100%;
}
.intext {
	font-family: tahoma, arial, sans-serif, helvtica;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}
/*TEXT*/
.p {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #979797;
}
.read {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #ffcc00;
	font-weight: bold;
}
.read2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #ffcc00;
}
.title {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #ffcc00;
}
