/* CSS by Richard Chu */

body
	{
	scrollbar-base-color:#000000;

  SCROLLBAR-FACE-COLOR: #444444;
  SCROLLBAR-HIGHLIGHT-COLOR: #111111;
  SCROLLBAR-3DLIGHT-COLOR: #222222;
  SCROLLBAR-DARKSHADOW-COLOR: #000000; 
  SCROLLBAR-SHADOW-COLOR: #000000; 
  SCROLLBAR-ARROW-COLOR: #333333;
  SCROLLBAR-TRACK-COLOR: #111111;


	}


/*FONTS*/

	.space
		{
		color:#000000;
		font-family: serif, arial, sans-serif;
		font-size:20px;
		}


	.text
		{
		color:#000000;
		font-family: serif, arial, sans-serif;
		font-size:14px;
		}

	.small
		{
		color:#000000;
		font-family: arial, sans-serif;
		font-size:11px;
		}
		

	.headline
		{
		color:#2B317C;
		font-family: serif, 'times new roman', sans-serif;
		font-size:40px;
		font-weight:bold;
		font-style:italic;
		}

	.subtitle
		{
		color:#2B317C;
		font-family: arial, sans-serif;
		font-size:18px;
		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;
		}
	