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

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;

}

h3 {
	font-size: 16px;

}


.boldlist {
	font-weight: bolder;
	display: block;
	width:115px;
	float: left;
}
.boldlist2 {
	font-weight: bolder;
	display: block;
	width:300px;
	float: left;
}
.list{
	display: block;
	width:150px;
	float: left;
}
.list2{
	display: block;
	width:50px;
	float: left;
}
.bolder {

	font-weight: bolder;
	font-size: 14px;

}
.login {
	display: block;
	margin-left: 300px;
}


.small {
	display: block;
	font-size: 10px;
	float: left;
}




#COPY p{
	font-size: 12px;
	margin-top: 10px;
}


#COPY ul{
	list-style-type: none;
	font-size: 12px;
	display: block;
	width: 350px;
	text-align: left;
	margin-left: 50px;
	color: #0a14a5;
}



#COPY .indent {
	font-size: 12px;

}
#FOOTER ul li{
	display: inline;
	list-style-type: none;
	color: #000000;
	font-size: 10px;
	font-weight:bold;
	float:left;
}

#FOOTER a {
	font-size: 10px;
}





