/* CSS by Richard Chu */


/*FONTS*/

	.text
		{
		color:#000000;
		font-family: arial, sans-serif;
		font-size:14px;
		}

	.small
		{
		color:#000000;
		font-family: arial, sans-serif;
		font-size:11px;
		}
		

	.headline
		{
		color:#003366;
		font-family: 'times new roman', sans-serif;
		font-size:26px;
		font-weight:bold;
		font-style:italic;
		}

	.subtitle
		{
		color:#003366;
		font-family: arial, sans-serif;
		font-size:16px;
		font-weight:bold;
		font-style:italic;
		}

	.new
		{
		color=#FFFFFF;
		text-decoration:none;
		font-family: verdana, sans-serif;
		font-size:21px;
		font-weight:bold;
		}

	.news
		{
		color=#FFFFFF;
		font-family: arial, sans-serif;
		font-size:11px;
		font-weight:bold;
		}

	.line
		{
		color=#FFFFFF;
		font-family: arial, sans-serif;
		font-size:16px;
		}


/*LINKS*/

	.links:link
		{
		color:#FFFFFF;
		background:#3351B8;
		text-decoration: "underline overline";
		font-family: arial, sans-serif;
		font-size: 12px;
		font-weight:bold;
		letter-spacing:1px;
		}

	.links:visited
		{
		color:#FFFFFF;
		background:#3351B8;
		text-decoration: "underline overline";
		font-family: arial, sans-serif;
		font-size: 12px;
		font-weight:bold;
		letter-spacing:1px;
		}

	.links:active
		{
		color:#000000;
		text-decoration: "underline overline";
		font-family: arial, sans-serif;
		font-size: 12px;
		font-weight:bold;
		letter-spacing:1px;
		}

	.links:hover
		{
		color:#222222;
		background:#FFFFFF;
		text-decoration: "underline overline";
		font-family: arial, sans-serif;
		font-size: 12px;
		font-weight:bold;
		letter-spacing:1px;
		}

	.links3:link
		{
		color:#FFFFFF;
		background:#3351B8;
		text-decoration: "underline overline";
		font-family: arial, sans-serif;
		font-size: 11px;
		font-weight:bold;
		}

	.links3:visited
		{
		color:#FFFFFF;
		background:#3351B8;
		text-decoration: "underline overline";
		font-family: arial, sans-serif;
		font-size: 11px;
		font-weight:bold;
		}

	.links3:active
		{
		color:#777777;
		text-decoration: "underline overline";
		font-family: arial, sans-serif;
		font-size: 11px;
		font-weight:bold;
		}

	.links3:hover
		{
		color:#222222;
		background:#ffFFFF;
		text-decoration: "underline overline";
		font-family: arial, sans-serif;
		font-size: 11px;
		font-weight:bold;
		}

	.mail:link
		{
		color:#336600;
		text-decoration:none;
		font-family: arial, sans-serif;
		font-size: 13px;
		font-weight:bold;
		}

	.mail:visited
		{
		color:#336600;
		text-decoration:none;
		font-family: arial, sans-serif;
		font-size: 13px;
		font-weight:bold;
		}

	.mail:active
		{
		color:#336600;
		text-decoration: "underline overline";
		font-family: arial, sans-serif;
		font-size: 13px;
		font-weight:bold;
		}

	.mail:hover
		{
		color:#336600;
		text-decoration: "underline overline";
		font-family: arial, sans-serif;
		font-size: 13px;
		font-weight:bold;
		}


	.reading:link
		{
		color:#002299;
		text-decoration: "underline";
		font-family: arial, sans-serif;
		font-size: 12px;
		font-weight:bold;
		}

	.reading:visited
		{
		color:#002299;
		text-decoration: "underline";
		font-family: arial, sans-serif;
		font-size: 12px;
		font-weight:bold;
		}

	.reading:active
		{
		color:#002299;
		text-decoration: "underline";
		font-family: arial, sans-serif;
		font-size: 12px;
		font-weight:bold;
		}

	.reading:hover
		{
		color:#002299;
		background:#ffffff;
		text-decoration: "underline overline";
		font-family: arial, sans-serif;
		font-size: 12px;
		font-weight:bold;
		}

	.links2:link
		{
		color:#002299;
		background:#ffee66;
		text-decoration: "underline";
		font-family: arial, sans-serif;
		font-size: 12px;
		font-weight:bold;
		}

	.links2:visited
		{
		color:#002299;
		background:#ffee66;
		text-decoration: "underline";
		font-family: arial, sans-serif;
		font-size: 12px;
		font-weight:bold;
		}

	.links2:active
		{
		color:#002299;
		text-decoration: "underline";
		font-family: arial, sans-serif;
		font-size: 12px;
		font-weight:bold;
		}

	.links2:hover
		{
		color:#0066cc;
		background:#ffee66;
		text-decoration: "underline overline";
		font-family: arial, sans-serif;
		font-size: 12px;
		font-weight:bold;
		}

/*TABLES*/

	.topborder
		{
		border-top-style: hidden;
		}
	