/* fosi.css */


body {
		background-color:#fffaf0;
		font-family:arial,helvetica,sans-serif;
		font-size:12px;		
	}
	div#wrapper {
		width:auto;
		background-color:#fffaf0;
		margin:0px auto;
		border:0px solid #bbb;
		padding:0px;
	}	
	div#header {
		border:0px solid #bbb;
		width:auto;
		height:200px;
		padding:0px;
		font-size:30pt;
		font-weight:600;
		color:#000000;
		background-color:#fffaf0;
		text-align:center;
	}
	a:link {
			color: #006400;
			background:transparent;
			text-decoration: underline; 
			}
	a:active {
			color: #ffff00;
			background:transparent;
			text-decoration: underline; 
			}
	a:visited {
			color: #006400;
			background:transparent;
			text-decoration: underline; 
			}
	a:hover {
			color: #000000;
			background:transparent;
			text-decoration: none; 
			}

	div#nav {
		width:16%;
		border:1px solid #bbb		
		padding:10px;
		background-color:#fafad2;
		text-align:left;
		padding:5px;
		float:left;
	}
	div#main {		
		float:right;
		position:top;
		border:0px solid #bbb;
		margin-top:1px;
		margin-left:10px;
		background-color:#fffaf0;
		width:80%;
		color:#000000;		
		text-align:left;
		padding:0px;
		font-size:16pt;
	}
	div#ref {
		background-color:#fffaf0;
		color:#000000;
		font-size:8pt;
	}		
	div#footer {
		float:right;
		width:100%;
		height:50px;
		background-color:#fffaf0;
		color:#000000;
		font-size:16pt;
		}
	div#med_title {		
		font-size:20pt;
		font-weight:600;
		color:#000000;
		text-align:left;
	}
	div#small_title {		
		font-size:15pt;
		font-weight:600;
		color:#000000;
		text-align:left;
	}
	div#vsmall_title {		
		font-size:12pt;
		font-weight:600;
		color:#000000;
		text-align:left;
		}
	table {
		font-size:15pt;
		background-color:#ffffff;
		color:#000000;
		}
	

