* {
	font-family: Verdana;
	font-size: 14px;
	outline: none;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FCFDFF;
}

.language {
	font-size: 12px;
	font-weight: bold;
	height: 25px;
}

.languageFlag {
	width: 19px;
	text-align: center;
}

.motto {
	font-size: 15px;
	color: #B7B5B5;
	font-weight: bold;
	width: 300px;
}

.loginText {
	font-size: 14px;
	font-weight: bold;
}

.signUpLink:link {
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
	color: #376CA2;
}
.signUpLink:visited {
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
	color: #376CA2;
}
.signUpLink:hover {
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
	color: blue;
}
.signUpLink:active {
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
	color: #376CA2;
}

.smallText {
	font-size: 13px;
	font-weight: bold;
}

.whyjoinLink:link {
	font-size: 13px;
	text-decoration: none;
	color: black;
	font-weight: bold;
}
.whyjoinLink:visited {
	font-size: 13px;
	text-decoration: none;
	color: black;
	font-weight: bold;
}
.whyjoinLink:hover {
	font-size: 13px;
	text-decoration: underline;
	color: black;
	font-weight: bold;
}
.whyjoinLink:active {
	font-size: 13px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.menuLink {
	color: #343434;
	font-weight: bold;
	text-decoration: none;
	font-size: 17px;
}

.footer {
	font-size: 13px;
	color: #C1C1C1;
	height: 22px;
}

.date {
	font-size: 13px;
	color: #C1C1C1;
}

.loginBoxLink:link {
	text-decoration: none;
	color: #376CA2;
}
.loginBoxLink:visited {
	text-decoration: none;
	color: #376CA2;
}
.loginBoxLink:hover {
	text-decoration: underline;
	color: #376CA2;
	font-weight: bold;
}
.loginBoxLink:active {
	text-decoration: none;
	color: #376CA2;
}

.loginTitleSuccess {
	font-weight: bold;
}

.boxRequirements {
	border: 1px solid black;
	background: #E1E1E1;
	width: 230px;
	text-align: right;
}

.boxRequirements div {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.boxError {
	border: 1px solid red;
	background: #FFD4FF;
	width: 230px;
	text-align: right;
}

.boxError div {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px; color: red;
}

.boxCorrect {
	border: 1px solid green;
	background: #7FFFD4;
	width: 230px;
	text-align: right;
}

.boxCorrect div {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: green;
}

.mainLink:link {
	color: #366BA1;
	text-decoration: none;
}
.mainLink:visited {
	color: #366BA1;
	text-decoration: none;
}
.mainLink:hover {
	color: #366BA1;
	text-decoration: underline;
}
.mainLink:active {
	color: #366BA1;
	text-decoration: none;
}
