/* CSS Document */
body{
	margin-top: auto;
	
}

img{
	border: 0;
}

a{
	text-decoration: none;
	color: #666666;
}

a:hover,
a:focus{
	text-decoration: underline;
	color: #898C91;
}

a.link{
	text-decoration: underline;
	color: #35AACD;
}

a.link:hover,
a.link:focus{
	color: #898C91;
}

.font10px { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; line-height:1.4; }
.font12px { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height:1.4; }
.txtcolumRedB {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;	
}
.txtcolumGrayB {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	font-weight: bold;
}
.txtcolumGBlueB {
	color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.txtcolumBlack {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;	
}
.txtcolumBlackT {
	color: #000000;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;	
}
.txtcolumWhiteT {
	color: #FFFFFF;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;	
}
.txtfooter {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.tbincolum {
	text-align: center;
}

.txtboxBlack {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border:none;
	
}
	
	
