/* CSS by Richard Chu */

body
	{
	/*Remove below line to make bgimage NOT fixed*/
	background-attachment:fixed;
	background-repeat: no-repeat;
	/*Use center center in place of 300 200 to center bg image*/
	background-position: left center;
	}


/*FONTS*/

	.text
		{
		color:#000000;
		font-family: arial, sans-serif;
		font-size:13px;
		}

	.small
		{
		color:#000000;
		font-family: arial, sans-serif;
		font-size:11px;
		}
		

	.headline
		{
		color:#000066;
		font-family: 'times new roman', sans-serif;
		font-size:26px;
		font-weight:bold;
		font-style:italic;
		}

	.subtitle
		{
		color:#000066;
		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*/

	.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";
		font-family: arial, sans-serif;
		font-size: 11px;
		font-weight:bold;
		}

	.links3:active
		{
		color:#777777;
		text-decoration: "underline";
		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:#FFFFFF;
		background:#000066;
		text-decoration: "underline overline";
		font-family: arial, sans-serif;
		font-size: 12px;
		font-weight:bold;
		}

	.links2:visited
		{
		color:#FFFFFF;
		background:#000066;
		text-decoration: "underline overline";
		font-family: arial, sans-serif;
		font-size: 12px;
		font-weight:bold;
		}

	.links2:active
		{
		color:#444444;
		text-decoration: "underline overline";
		font-family: arial, sans-serif;
		font-size: 12px;
		font-weight:bold;
		}

	.links2:hover
		{
		color:#FFFFFF;
		background:#993333;
		text-decoration: "underline overline";
		font-family: arial, sans-serif;
		font-size: 12px;
		font-weight:bold;
		}

/*TABLES*/

	.topborder
		{
		border-top-style: hidden;
		}
	