@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align: justify;
	background-color: #063259;
}
.border_bottom {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1 {
	font-size: 18px;
	color: #254772;
}
h2 {
	color: #CCCCCC;
	font-size: 18px;
	font-variant: small-caps;
}
.emphasis {
	font-weight: bold;
	color: #073D6D;
}

.notification_table {
	background: #ffffcc;
}

.nav_links {
	color: #ffffff;
}
.nav_links a:link, .nav_links a:visited,
a.nav_links:link, a.nav_links:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.nav_links a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC33;
}
.content a:link, .content a:visited,
a.content:link,a.content:visited {
	color: #063259;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
.content a:hover,
a.content:hover{
	color: #A3C4E4;
}
a.current:link,a.current:visited,a.current:hover {
	color: #FFCC33;
}

.footer {
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
}
.footer a:link, .footer a:visited {
	font-size: 10px;
	color: #96BBE0;
	text-align: center;
}
.footer a:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}

.stretch {
	letter-spacing: 1.3em;
	text-align: center;
}

.new {
	color: #FFCC33;
	font-weight: bold;
}

li {
	list-style-type: disc;
}
.search_button {
	font-size: 11px;
}
.search_box {
	font-size: 11px;
}
.tinytext {
	font-size: 9px;
}
a:link.skip, a:visited.skip {
	color: #FC0;
	font-size: 14px;
	font-weight: bold;
}
p.white {
	color: #FFF;
}
