/* Last revised by kaa on 4/1/07 */

/* Default for document */
	body { 
		background-color: white; 
		color: Black; 
		font-family: Georgia, Times New Roman, Times, serif;
		margin-top: 10px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
		padding: 0px 0px 0px 0px;
		min-height: 400px;
		}

	/* Default links */
		a:link { color: #990000; text-decoration:  none; }
		a:visited { color: #990000; text-decoration:  none; }
		a:hover { text-decoration:  underline; }
		a:active { color: #990000; text-decoration:  underline; }
		:link img, :visited img {border: none;}

			
/* Format table (main page content) */
	table {
		width: 670px;		
		margin-left: auto;
		margin-right: auto;
		position: absolute;
		top: 50px;
		bottom: 50px;
		border-top: #990000 10px solid;
		border-bottom: #990000 10px solid;
		caption-side: bottom;
		}
	
/* Format table cells */

	td { 
		font-size: 10pt;
		line-height: 13pt;
		color: black; 
		text-align: center; 
		vertical-align: top;
/*		border: yellow 5px solid; */
		}

	.text {
		margin: 0;
		padding: 0;
		}

	.blocktext {
		margin: 0;
		padding: 40px 0 0 5%;
		text-align: justify; 
		}

	img {
		height: 400px;
		padding: 0 2px 0 2px;
		}

	img.horiz {
		height: 250px;
		padding: 25px 2px 0 2px;
		}

	img.blank {
		height: 0px;
		padding: 0;
		}

	p.name {
		font-size: 20pt;
		line-height: 24pt;
		font-variant: small-caps; 
		color: #990000;
		padding: 20px 0 7px 0;
		margin: 0;
		}

	ul {
		margin-left: 5em;	
		text-align: left;		
		}

	li {
		list-style: square;
		}

	.redirect	{
		font-size: 8pt;
		line-height: 13pt;
		color: black; 
		text-align: center; 
		}

/* Format embedded forms */

	iframe { 
		text-align: center; 
		vertical-align: top;
		}

/* Format navigation bars */
	table.navbott {
		width: 670px;		
		margin-left: auto;
		margin-right: auto;
		position: static;
		border: 0;
		background-color: #CC9999;
		padding: 3px 0 -1px 0;
		margin: 0;
		}

	.navbott td, .navbott a {
		color: white;
		font-size: 9pt;
		line-height: 11pt;
		}
		
	.navbott	td:hover, .navbott	td:active, 
	.navbott	td:hover a, .navbott	td:active a { 
		 text-decoration:  none; 
		 background-color: white;
		 color:  #990000;
		 }
	
/* Copyright notice */

	caption	{
		width: 670px;		
		margin-left: auto;
		margin-right: auto;
		font-size: 10px; 
		color: #999999;
		text-align: center; 
		padding-top: 3px;
		}
	 
		caption a:link { color: #666666; text-decoration:  none; }
		caption a:visited { color: #666666; text-decoration:  none; }
		caption a:hover { text-decoration:  underline; }
		caption a:active { color: #666666; text-decoration:  underline; }
		

