@charset "UTF-8";
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
#navbar {
	background-image: url(images/nav-bar.jpg);
	background-repeat: repeat-x;
}
#navbarvert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #1E3A79;
}
#footerbg {
	background-image: url(images/butom.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2D3F65;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #333333;
	text-align: left;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
#leftshadow {
	background-image: url(images/extendo-l.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
#rightshadow {
	background-image: url(images/extendo-r.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
.orderedlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
}
#center {
	text-align: center;
}
#arial12px {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 120%;
}
.boldctr12 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#footernav a:link  {
	font-size:9px;
	text-decoration:none;
	}
#footernav a:visited {
	font-size:9px;
	text-decoration:none;
	}
#footernav a:hover {
	text-decoration:underline;
	}