@charset "iso-8859-1";
/* CSS Document */

body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	color: #333333;
}
.head {
	font-family:Tahoma, Arial, sans-serif;
	font-size: 15px;
	color: #0378BB;
}
.menu {
	font-family:Tahoma, Arial, sans-serif;
	font-size: 17px;
	color: #ffffff;
}
.menu2 {
	font-family:Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.text {
	font-family:Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
}
.text2 {
	font-family:Tahoma, Arial, sans-serif;
	font-size: 15px;
	color: #0000FF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.text a:link {
	text-decoration: none;
	color: #0000FF
}
.text a:visited {
	text-decoration: yes;
	color: #990066;
}
.text a:hover {
	text-decoration: underline;
	color: #0000FF;
}
.text a:active {
	text-decoration: underline;
}
.text2 a:link {
	text-decoration: none;
	color: #0000FF
}
.text2 a:visited {
	text-decoration: yes;
	color: #990066;
}
.text2 a:hover {
	text-decoration: underline;
	color: #0000FF;
}
.text2 a:active {
	text-decoration: underline;
}