/*	
	Global definitions
*/
	img	{
		border: 0px;
		}

	body, iframe.content	{
		background-color: white;
		margin: 0px;
		}

/*
	Content frame
*/
	body.content
	{
		font-size:14px;
		font-family: Arial, Helvetica, sans-serif; 
		color:#1c5b7b;
		background-color: white;
		}
	h2.content
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		margin: 15px;
	}
	h3.content
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		margin: 15px;
	}
	p.content
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 140%;
		margin-left: 15px;
	}
	ul.content
	{
		line-height: 150%;
	}
	a.content:link 
	{
		color:#1f5bfb;
		text-decoration:none;
	}
	a.content:hover 
	{
		font-weight:bold;
		text-decoration:none;
	}
	a.content:visited 
	{
		color:#1c5ffb;
		text-decoration:none;
	}
	td.content
	{
		background-color: white;
		vertical-align:top;
		text-align:left;
	}
	table.content
	{
		font-size:16px;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 16px;
		color:#1c5b7b;
		line-height: 200%;
		margin-left:15px; margin-top: 15px;
		background-color: white;
		}
	table.program
	{
		font-size:16px;
		font-family: Arial, Helvetica, sans-serif; 
		color:#1c5b7b;
		line-height: 150%;
		margin-left:5px; margin-top: 5px;
		background-color: white;
		border-width: 1px 1px 1px 1px;
		border-spacing: 0;
		border-style: solid solid solid solid;
		border-color: grey grey grey grey;
		border-collapse: collapse;
		background-color: white;
		}
	table.program th {
		border-width: 1px 1px 1px 1px;
		border-spacing: 0px;
		padding: 2px 2px 2px 2px;
		border-style: solid solid solid solid;
		border-color: grey grey grey grey;
		background-color: white;
		-moz-border-radius: 0px 0px 0px 0px;
	}
	table.program td {
		text-align:center;
		border-width: 1px 1px 1px 1px;
		border-spacing: 0px;
		padding: 2px 2px 2px 2px;
		border-style: solid solid solid solid;
		border-color: grey grey grey grey;
		background-color: white;
		-moz-border-radius: 0px 0px 0px 0px;
	}
/*
	header frame
*/
	td.header
	{
		background-color: white;
		color: #1c5b7b; 
		font-family: "BankGothic Lt BT", sans-serif; 
		font-size: 40px;
		text-decoration: none;
		white-space:nowrap;
		border: 0px;
		margin: 0px;
		padding:0px;
	}
	image.header
	{
		border: 0px;
		margin: 0px;
		padding:0px;
		vertical-align: bottom;
	}
	a.header: link
	{
		border: 0px;
		margin: 0px;
		padding:0px;
		text-decoration: none;
		background-color: yellow;
		vertical-align: bottom;
	}
	a.header: hover
	{
		border: 0px;
		margin: 0px;
		padding:0px;
		text-decoration: none;
		background-color: yellow;
	}
	a.header: visited
	{
		border: 0px;
		margin: 0px;
		padding:0px;
		text-decoration: none;
		background-color: yellow;
	}
