/******* Link/HREF styles *******/
a {
	text-decoration:underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a.SideInformationLink {
	text-decoration:underline;
	color: #22659E;
}

a.SideInformationLink:hover {
	text-decoration: none;
	color: #22659E;
}

a.FooterLink {
	text-decoration: none;
	color: #FFFFFF;
}

a.FooterLink:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/******* Text styles *******/
.Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 130%;
}

.HomeText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 130%;
}

.WhiteText {
	color: #FFFFFF;
}

.SmallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.FooterText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
}

.Title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/******* Redefined HTML tag styles (forms etc) *******/
H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	width: 100%;
	background-color: #9BCEE9;
	background-image: url(../images/bg/pagetop.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

html {
	height: 100%;
	width: 100%;
}

ul {
	list-style-image: url(../images/bullets/bullet.jpg);
}

/******* Table/layout styles *******/
.PageBottomCurl {
	height: 41px;
	background-color: #1E3F7A;
	background-image: url(../images/bg/pagebottomcurl.jpg);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 48px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 16px;
	text-align: right;
	vertical-align: middle;
}

.PageContent {
	padding-left: 12px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 140%;
}

.PageContainer {
	padding: 4px;
	border-color: #207FBB;
	border-width: 1px;
	border-style: solid;
	background-color: #F0F8FC;
}

.PageContainerTitle {
	padding: 2px;
	border-left-color: #207FBB;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #207FBB;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #207FBB;
	border-top-width: 1px;
	border-top-style: solid;
	background-color: #248FD2;
	color: #FFFFFF;
}

.PageContainerForm {
	padding: 3px;
	background-color: #F0F8FC;
}

.SideInformationBox {
	background-image: url(../images/sidenavigation/block.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #22659E;
}

.CountrysideIntroduction {
	background-image: url(../images/illustrations/countryside/field.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 84px;
}

/******* Form element styles *******/
.SmallSelect {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px
}


/******* JS Validation Styles *******/
input.errHilite, select.errHilite, textarea.errHilite {
	background-color: #FFE;
}

label.errHilite {
	color: #C00;
}