body {
	font-weight: normal;
	font-size: 12px;
	font-family: Tahoma;
	color: #240099;
	margin: 0px;
	padding: 0px;
	background: transparent url('../img/background.jpg') repeat fixed top left;
}

h1 {
	font-size: 23px;
	line-height: 40px;
	display: inline;
}

h3 {
	font-size: 15px;
	line-height: 40px;
	display: inline;
}

h2 {
	font-size: 20px;
	line-height: 20px;
	margin: 10px;
}

a {
	color: #240099;
	font-weight: bold;
	text-decoration:none;
}

a.menu {
	color: #240099;
	font-weight: normal;
	text-decoration:none;
}

a.menu:hover {
	color: #8ABFF5;
}

a:hover {
	color: #E5E04B;
}

img {
	border:0px;
}

.whiteBorder {
	 border: 1px solid #FFFFFF;
}

.inputForm, .inputFormText, .inputFormButton, .inputFormCheck {
	font-family: Tahoma;
	border:1px solid #240099;
}

.inputForm {
	width:200px;
}

.inputFormCheck {
	width: 15px;
	height: 15px;
}
