body
{
	margin: 0;
	font: 12px Arial, Verdana, Tahoma;
	color: #000;
	background-color: #9cf;
}

hr
{
	size: 1px;
	height: 1px;
	border: none;
	border-top: 1px solid #ccc;
}

.bannerbg
{
	background: url(../images/bannerbg.jpg) top right no-repeat;
	height: 150px;
}

.h1
{
	font-size: 16px;
	font-weight: bold;
}

.h2
{
	font-size: 14px;
	font-weight: bold;
}

.slogan
{
	font: bold 18px "Trebuchet MS";
}

.white
{
	color: #fff;
}

.blue
{
	color: #09f;
}

.gray
{
	color: #999;
}

.red
{
	color: #f00;
}

.divnav
{
	background: url(../images/navbg.gif) top right no-repeat;
	text-align: right;
	width: 150px;
	height: 23px;
	padding: 7px 20px 0 0;
	margin: 0 0 2px 0;
}

.news
{
	background: url(../images/dots.gif) bottom left repeat-x;
	padding: 15px 0 15px 0;
}

.search-box
{
	background: url(../images/searchbg.gif) #bfbfbf bottom left no-repeat;
	width: 150px;
	padding: 10px 10px 20px 10px;
}

.small
{
	font-size: 10px;
}

.xsmall
{
	font-size: 11px;
}

.imgL
{
	float: left;
	padding: 0 10px 5px 0;
}

.imgR
{
	float: right;
	padding: 0 0 5px 10px;
}

.caption
{
	background-color: #eee;
	font-size: 11px;
	padding: 5px;
	text-align: center;
}

/* ul, ol */

ul.arrowlink
{
	margin: 0;
	padding: 0 0 0 16px;
}

ul.arrowlink li
{
	list-style-image: url(../images/arrow-gray.gif);
}

ol
{
	margin: 0;
	padding: 0 0 0 40px;
}

a
{
	color: #339;
	text-decoration: none;
}

a:hover
{
	color: #339;
	text-decoration: underline;
}

a.navlink
{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

a.navlink:hover
{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

a.nou
{
	text-decoration: none;
}

a.nou:hover
{
	text-decoration: none;
}

.noborder
{
	border: none;
}

form
{
	margin: 0;
}

input, textarea
{
	font: 12px Arial, Verdana, Tahoma;
	border: 1px #ccc solid;
}

input.search
{
	font-size: 11px;
}

.btn
{
	font: bold 12px Arial, Verdana, Tahoma;
	color: #fff;
	background-color: #09f;
	border: 1px #fff outset;
}