
h1 {
	margin: 0px;
}
h2 {
	margin: 0px;
}
h3 {
	margin: 0px;
}
h4 {
	margin: 0px;
}
h5 {
	margin: 0px;
}
h6 {
	margin: 0px;
}

.black a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	list-style-type: none;
	text-decoration: none;
}
.black a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:  #333333;
	list-style-type: none;
	text-decoration: none;
}
.black a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	list-style-type: none;
	text-decoration: underline;
}
 
.blue a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #0066CC;
	list-style-type: none;
	text-decoration: none;
}
.blue a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #0066CC;
	list-style-type: none;
	text-decoration: none;
}
.blue a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #0066CC;
	list-style-type: none;
	text-decoration: underline;
}
 
.yellow a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF6600;
	list-style-type: none;
	text-decoration: none;
}
.yellow a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF6600;
	list-style-type: none;
	text-decoration: none;
}
.yellow a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF6600;
	list-style-type: none;
	text-decoration: underline;
}


 
.red a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF3300;
	list-style-type: none;
	text-decoration: none;
}
.red a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF3300;
	list-style-type: none;
	text-decoration: none;
}
.red a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FF3300;
	list-style-type: none;
	text-decoration: underline;
}


.l1 {
	font-size: 10px;
}

.l2 {
	font-size: 12px;
}

.l3 {
	font-size: 16px;
}

.l4 {
	font-size: 18px;
}

.black {
	color: #333333;
}
.red {
	color: #FF3300;
}
.blue {
	color:#0066CC;
}
.yellow {
	color:#FF6600;
}
.gray {
	color:#666666;
}

.white {
	color:#FFFFFF;
}

.bold {
	font-weight: bold;
}
.s-bold {
	font-weight: normal;
}

a:link .NotImg {
	border: 4px solid #FFFFFF;
	margin-right: 4px;
	margin-bottom: 4px;
}
a:visited .NotImg {
	border: 4px solid #FFFFFF;
	margin-right: 4px;
	margin-bottom: 4px;
}
a:hover .NotImg {
	color: #333333;
	border: 4px solid #0066CC;
	height: inherit;
	margin-right: 4px;
	margin-bottom: 4px;
	display: block;
}
