body{
	background-color: #FFFFFF;
	background-image: url(../img/bg_gral.gif);
	background-repeat: repeat-x;
}
.tabs {
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	background-color: #999999;
	color: #FFFFFF;
	text-indent: 5px;
}
.LoginForm {
	font-family: Tahoma;
	font-size: 7pt;
	color: #666666;
}
.TopicTitle {
	font-family: Tahoma;
	font-size: 7pt;
	font-weight: bold;
	color: #135A80;
}
.TopicContent {
	font-family: Tahoma;
	font-size: 7pt;
	text-align: justify;
	color: #666666;
}
.LinkList{
	font-family: Tahoma;
	font-size: 8pt;
}
a:link {
	font-family: Tahoma;
	font-size: 8pt;
	color: #135A80;
	text-decoration: none;
}
a:active {
	font-family: Tahoma;
	font-size: 8pt;
	color: #135A80;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma;
	font-size: 8pt;
	color: #135A80;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	font-size: 8pt;
	color: #128CCD;
	text-decoration: underline;
}
.msgError {
	font-family: Tahoma;
	font-size: 10pt;
	color: #666666;
	text-align: center;
}
