#instructions {font-size: 12px}
body {
	background-color: #F7E8AA;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #D63B5A;
	text-decoration: none;
}

#bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	line-height: 125%;
	text-align: left;
}
#divider {
	background-color: #2D486F;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#footer {
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
	padding: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #2D486F;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #2D486F;
}
#header {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #2C486F;
	background-image: url(images/banner_naslv.jpg);
	text-align: right;
	padding-right: 15px;
	line-height: 125%;
	background-repeat: no-repeat;
}
#white {
	color: #FFFFFF;
}
h1 {
	color: #FFFFFF;
	text-align: center;
	font-size: 28px;
	padding-top: 5px;
	padding-bottom: 5px;
}
