/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/backgroundblue.jpg);	
}

.body {
	FONT-SIZE: 12px;
	COLOR: #333333;
	FONT-FAMILY: georgia, sans serif;
	TEXT-DECORATION: none;
	padding-left: 40px;
	padding-right: 40px;
	line-height: 1.3em;
}

.body a:link{COLOR: #256d94; TEXT-DECORATION: underline}
.body a:active{COLOR: #333333; TEXT-DECORATION: underline}
.body a:visited{COLOR: #256d94; TEXT-DECORATION: underline}
.body a:hover{COLOR: #333333; TEXT-DECORATION: underline}

.bodyright {
	FONT-SIZE: 12px;
	COLOR: #333333;
	FONT-FAMILY: georgia, sans serif;
	TEXT-DECORATION: none;
	padding-right: 40px;
}

.bodyleft {
	FONT-SIZE: 12px;
	COLOR: #333333;
	FONT-FAMILY: georgia, sans serif;
	TEXT-DECORATION: none;
	padding-left: 40px;
}

.header {
	FONT-SIZE: 14px;
	COLOR: #333333;
	FONT-FAMILY: georgia, sans serif;
	TEXT-DECORATION: none;
	line-height: 1.3em;
}

.headerright {
	FONT-SIZE: 14px;
	COLOR: #333333;
	FONT-FAMILY: georgia, sans serif;
	TEXT-DECORATION: none;
	padding-right: 40px;
	line-height: 1.3em;
}

.form {
	FONT-SIZE: 12px;
	COLOR: #333333;
	FONT-FAMILY: georgia, sans serif;
	TEXT-DECORATION: none;
}