p {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}
a {
	color: #167DC1;
}
a:hover {
	color: #2599E7;
}
.menu {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;	
}
h1 {
	color: #167DC1;
	font-size: large;
	margin-left: 20;
	margin-top: 10;
}
h2 {
	color: #167DC1;
	font-size: medium;
	margin-left: 20;
}
h3 {
	color: #167DC1;
	font-size: small;
	font-weight: bold;
	margin-left: 20;
}
h4 {
	font-size: x-small;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.center {
	text-align: center;
}
.right {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
.left {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
li {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.copy {
	color: #FFFFFF;
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.copy:hover {
	color: #FFFFFF;
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.inputborder {
	border: 1px inset #000000;
}



body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.header {
	color: #167DC1;
	font-size: x-small;
	font-weight: bold;
}
.text {
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.small-text {
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.pp {
	font-weight: bold;
	color: #167DC1;
	font-size: small;
	text-decoration: none;

}
.pp:hover {
	font-weight: bold;
	color: #299BE7;
	font-size: small;
	text-decoration: none;

}
.menulink {
	color: #001E1E;
	text-decoration: none;
}
.menulink:hover {
	color: #ccffff;
}
.menulink-underline {
	color: #001E1E;
	text-decoration: none;
}
.menulink-underline:hover {
	text-decoration: underline;
}
.brightmenulink {
	color: #001E1E;
	text-decoration: none;
}
.brightmenulink:hover {
	color: #167DC1;
}

.small-link {
	font-size: xx-small;
	color: #000000;
	text-decoration: none;
}
.small-link:hover {
	font-size: xx-small;
	color: #000000;
	text-decoration: underline;
}
.standart-link {
	color: #167DC1;
}
.standart-link:hover {
	color: #2599E7;
}
.list-inside {
	list-style-position: inside;
}