.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
	text-align: justify;
	padding: 5px;

}
.textTiltle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	text-decoration: none;
	line-height: normal;
	text-align: justify;
	font-weight: bold;
	padding: 5px;
}

.textTiltleWA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	text-decoration: none;
	line-height: normal;
	font-weight: bold;
	padding: 5px;
}

.tableBg {
	background-attachment: fixed;
	background-image: url(backBook.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0033CC;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: underline;
}
.tableBoard {
	width: 550px;
	border: 1px solid #FF9933;
}
.textList {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	text-align: left;
}
.textTiltleBlock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9c0000;
	text-decoration: none;
	line-height: normal;
	text-align: justify;
	font-weight: bold;
	padding-left: 5px;

}
li {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(bullet.gif);
	list-style-type: disc;
	background-position: center;
	padding-bottom: 5px;
}
.tableBoardRed {

	width: 550px;
	border: 1px solid #9c0000;
}
.textTiltleBlockRed {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
	text-align: justify;
	font-weight: bold;
	padding-left: 5px;
}
.lowerBord {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}