body {
	background: #ffffff;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(images/layout/bg.jpg);
	background-repeat: repeat-x;
}

body, p, td, li, input, textarea, select, a, h1 {
	color: #006699;
	font-size: 12px;
	font-family: arial, helvetica, tahoma, sans-serif;
	line-height: 18px;
}

input, textarea, select {
	background-color: #ffffff;
	border: 1px solid #006699;
}

p {
	margin-bottom: 12pt;
}

h1 {
	font-size: 11pt;
	margin-bottom: 22px;
}

a {
	color: #0066ff;
	text-decoration:  none;
}

a:hover {
	text-decoration: underline;
}

.big {
	font-size: 14px;
}

.small {
	font-size: 10px;
}