/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #455C86;
	background-attachment: fixed;
}
.footer {
	font-family: tahoma;
	font-size: 11px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF0000;
	font-weight: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}.verd_text {
	font-family: tahoma;
	font-size: 13px;
}
.home {
	font-family: tahoma;
	font-size: 12px;
	font-weight:bold;
	color:#FFFF33
}

.verd_text a {
	font-size: 10px;
}

