@charset "UTF-8";
/* CSS Document */

.topLinks {
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	text-decoration: none;
	color: #C63;
	padding: 4px;
	text-align: right;
}
.topLinks a:Link {
	text-decoration: none;
	color: #FFF;
}
.topLinks a:hover {
	text-decoration:none;
	color: #f8931d;
}
.topLinks a:visited {
	text-decoration: none;
	color: #FFF;
}
.topLinks a:active {
	text-decoration: none;
	color: #FFF;
	text-align: right;
}
.logo_back {
	background-image:url(assets/bg.png);
	background-repeat:repeat;
	text-align: right;
}
.side_back {
	background-color: #eeebe2;
}
body {
	background-image:url(assets/bgtex.jpg);
	background-repeat: repeat;
	color: #000000;
	margin-top:0px;
}
h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 18px;
	padding: 8px;
}
h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	padding: 8px;
}
.normaltext {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding: 8px;
	text-align:justify;
}
.normaltext a:link {
	color: #136d39;
	text-decoration:none;
}
.normaltext a:hover {
	color: #f8931d;
	text-decoration:none;
}
.normaltext a:visited {
	color: #136d39;
	text-decoration:none;
}
.normaltext a:active {
	color: #136d39;
	text-decoration:none;
}
.newstext {
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	padding: 8px;
	text-align:left;
}
.newstext a:link{
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	padding: 8px;
	text-align:left;
	text-decoration:none;
	color: #039;
}
.newstext a:hover{
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	padding: 8px;
	text-align:left;
	color:#C60;
	text-decoration:none;
}
.newstext a:active{
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	padding: 8px;
	text-align:left;
	text-decoration:none;
	color: #039;
}
.newstext a:visited{
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	padding: 8px;
	text-align:left;
	text-decoration:none;
	color: #039;
}