body {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
	margin: 0px;
	padding: 0px;
	background-image: url(images/backback.jpg);
	background-repeat: repeat-x;
}

h1 {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 20px;
	color: red;
	font-weight: bold;
}

h2 {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 18px;
	color: red;
	font-weight: bold;
}

h3 {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: blue;
	font-weight: bold;
}

a {
	font-size: 12px;
}

a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

a.bidur {
	color: black;
	font-size: 10px;
}

a.messages {
	color: white;
}

a.profile {
	color: white;
}

.welcome {
	color: #32698C;
}

.login {
	color: white;
	font-size: 11px;
	font-weight: bold;
}

.footer {
	color: white;
	font-size: 10px;
	background-image: url('Images/Footer.png');
	background-repeat: no-repeat;
	text-align:center;
}