/* for all */

div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,hr,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0px;
	padding:0px;
}

img {
	border:0px;
}

.xxlrg{
	font-size:180%;
	font-weight:bold;
	line-height:140%;
}

.xlrg{
	font-size:130%;
	font-weight:bold;
	line-height:140%;
}

.lrg{
	font-size:110%;
	font-weight:bold;
	line-height:140%;
}

.lead{
	font-size:95%;
	font-weight:bold;
	line-height:140%;
	margin:0px 24px;
}

.nml{
	font-size:90%;
	line-height:120%;
}

.nmlMargin{
	font-size:90%;
	line-height:120%;
	margin:0px 24px;
}

.sml{
	font-size:80%;
	line-height:140%;
}

.xsml{
	font-size:70%;
	line-height:140%;
}

a:link{
	color:#0000FF;
}

a:visited{
	color:#660066;
}

a:hover{
	color:#FF6600;
}


p {
	margin-bottom:10px;
}

h1 {
	font-size:130%;
	font-weight:bold;
	line-height:140%;
	margin-bottom:10px;
}

h2{
	font-size:105%;
	font-weight:bold;
	line-height:140%;
	margin-bottom:5px;
}

h3{
	font-size:90%;
	line-height:140%;
	margin-bottom:5px;
}

.cont {
  width:1000px;
  height:20px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:3px;
  padding:5px 10px;
  text-decoration:none;
  color:#000000;
}