<head>
<link rel="stylesheet" type="text/css"
href="xc_nats.css" />
</head>

body 
{
color: black;
}

p
{
	margin-top: 0px;
	margin-left: 5px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
p.reverse
{
	margin-top: 0px;
	margin-left: 5px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	margin-left: 5px;
	font-weight: bold;
	color: #3333CC;
}


h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	margin-left: 5px;
	color: #cc0000;
}

a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	color: #0000ff;
	text-decoration: none;
}     /* unvisited link */

a:visited
{
text-decoration: none;
font-style: bold;
color: #0000FF
}  /* visited link */
a:hover {color: #996600; font-style: bold}   /* mouse over link */
a:active {color: #0000ff; text-decoration: none; font-style: bold}   /* selected link */
a.top:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size:12px;
	color: #ffffff;
	text-decoration: none;
} /* unvisited link */

a.top:visited
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size:12px;
	color: #ffffff;
}  /* visited link */

a.top:hover 
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size:12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0099cc;
}   /* mouse over link */

a.top:active {
	color: #FFFFFF;
	text-decoration: none;
	font-style: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}   /* selected link */

a.large:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size:16px;
	color: #ffffff;
	text-decoration: none;
} /* unvisited link */

a.large:visited
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size:16px;
	color: #ffffff;
}  /* visited link */

a.large:hover 
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size:16px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0099cc;
}   /* mouse over link */

a.large:active {
	color: #FFFFFF;
	text-decoration: none;
	font-style: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}   /* selected link */


a.rlink:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	color: #ffffff;
	text-decoration: none;
}     /* unvisited link */

a.rlink:visited
{
text-decoration: none;
font-style: bold;
color: #FFFFFF}  /* visited link */

a.rlink:hover {color: #0099cc; font-style: bold}   /* mouse over link */
a.rlink:active {color: #ffffff; text-decoration: none; font-style: bold}   /* selected link */
