@charset "utf-8";
/* CSS Document */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

p {
	margin: 0px;
	padding: 0px;
}

body {
	background-image:url(../img/bg_body.jpg);
	background-repeat: repeat-x ;
	background-position: top;
	background-color: #5AADFB;
}
h1, h2 {
	color: #0077d4;
	font-size: 14px;
	font-weight: bold;
}
h1 {
	text-transform: uppercase;
}
img {
	border: 0px none;
}

.textfield {
	border: 1px solid #999999;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}

