@charset "utf-8";
/* CSS Document */
p {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
}
h1, h2, h3, h4, h5, h6 {

}
h1 {
font-size:18px;
font-weight:bold;
margin:6px 0 10px 0;
}
h2 { 
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
h3 { 
	font-size:15px;
}
h4 { 
	font-size:14px;
}
h5 { 
	font-size:13px;
}


.larger_text {
	font-size:1.15em;
}
.smaller_text {
	font-size:.85em;
}
.text_pink {
	color:#a8227b;
}
.text_black {
	color:#000;
}
.text_dk-blue {
	color:#000033;
}
.text_blue {
	color:#003366;
}
.text_green {
	color:#336600;
}
.text_purple {
	color:#663399;
}
.text_red { 
	color: #990000;
}
.text_dark_green { 
	color: #360;
}
a.link_black {
	color:#000;
	text-decoration:none;
}
a.link_black-ul {
	color:#000;
	text-decoration:underline;
}
a:hover.link_black-ul {
	color:#003366;
	text-decoration:underline;
}
a.link_dkblue-ul {
	color:#000033;
	text-decoration:underline;
}
a:hover.link_dkblue-ul {
	color:#003366;
	text-decoration:underline;
}
a.link_dkblue {
	color:#000033;
	text-decoration:none;
}
a:hover.link_dkblue {
	color:#003366;
	text-decoration:none;
}
a.link_blue-ul {
	color:#003366;
	text-decoration:underline;
}
a:hover.link_blue-ul {
	color:#000033;
	text-decoration:underline;	
}
a.link_blue {
	color:#003366;
	text-decoration:none;
}
a:hover.link_blue {
	color:#000033;
	text-decoration:none;	
}



