@charset "utf-8";
.nav_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}
.standard_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	margin-bottom: 6px;
	font-weight: bold;
	padding-bottom: 4px;
	list-style-position: outside;
	list-style-image: url(../images/Atom.png);
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bolder;
	color: #336600;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.bullet_paras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	padding-bottom: 4px;
	font-weight: bold;
}
.big_bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006600;
	list-style-image: url(../images/Atom.png);
	list-style-position: outside;
	padding-bottom: 10px;
}

