@charset "UTF-8";
/* CSS Document */

*{
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	line-height: 140%;
	font-size: 11px;
	text-decoration: none;
}
h2{
	font-size: 14px;
	font-weight: normal;
}
.title{
	font-size: 12px;
}

h1{
	font-size: 18px;
	padding-bottom: 15px;
	padding-left: 10px;
}
/*----------------------------------------------*/

#leftNAV{
	text-align: right;
}

/*----------------------------------------------*/

#content{
}

.searchlabel{
	font-size: 10px;
	font-weight: bold;
}

/*----------------------------------------------*/

#rightNAV{
	text-align: left;
}

#footer{
	text-align: center;
}
#footer li{
	font-size: 10px;
}
#footer a{
	font-size: 10px;
}
address{
	font-size: small;
	font-style:normal;
}