
/* CSS Document */

.img1
{
	background-image: url(../images/about_btn.jpg);
	width: 118px;
	height: 31px;
	background-repeat: no-repeat;
	border: 0px;
}
.img1:hover
{
	background-image: url(../images/about_over_btn.jpg);
	width: 118px;
	height: 31px;
	background-repeat: no-repeat;
}
.img1:active
{
	background-image: url(../images/about_black_btn.jpg);
	width: 118px;
	height: 31px;
	background-repeat: no-repeat;
}


.leftCorner1
{
	background-image: url(../images/left_top_corner.png);
	text-align: left;
	background-repeat: no-repeat;
}
.width24
{
	width: 24px;
	background-color: #FFFFFF;
}
.width120
{
	width: 120px;
	background-color: #FFFFFF;
}
.rightCorner1
{
	background-image: url(../images/right_top_corner.png);
	width: 8px;
	height: 28px;
	text-align: right;
	background-repeat: no-repeat;
}

.classfont
{
	font-family: Arial,Verdana,Tahoma;
	font-size: 12px;
	text-align: justify;
}
.classbigfont
{
	font-family: Arial,Verdana,Tahoma;
	font-size: 14px;
	text-align: justify;
	font-weight: bold;
}
.classpagefont
{
	font-family: Arial,Verdana,Tahoma;
	font-size: 14px;
	text-align: justify;
	font-weight: bold;
	color: #6d6d6d;
}

.subclassfont
{
	font-family: Arial,Verdana,Tahoma;
	font-size: 15px;
	text-align: justify;
}
.tdborder
{
	border-bottom-style: outset;
	border-bottom-color: Gray;
	border-bottom-width: thin;
}
.tdborder1
{
	border-bottom-style: inset;
	border-bottom-color: #C0C0C0;
	border-bottom-width: 1px;
}

.tdFooter
{
	text-align: center;
	font-family: Arial;
	font-size: 10px;
	color: White;
}


