
	{!--body--}
		body.text{
			background:#330000;
		}
		


	{!--font--}
		font.title{
			font-family:"Times New Roman";
			font-size:40px;
			color:#999966;

		}
		p.title{
			text-indent:10px;
			margin-top:0px;
			margin-bottom:0px;
		}
		font.subtitle{
			font-family:"Times New Roman";
			font-size:15px;
			color:#669966;
			font-style:italic;
		}
		p.subtitle{
			text-indent:30px;
			margin-top:-20px;
			margin-bottom:0px;
		}
		font.desc{
			font-family:Verdana;
			font-style:italic;
			font-weight:normal;
			text-decoration:none;
			color:white;
			font-size:12px;
			line-height:2;
		}
		font.desc_header{
			font-family:Verdana;
			font-style:normal;
			font-weight:bold;
			text-decoration:none;
			color:#99ccff;
			font-size:13px;
			line-height:2;
		}
		font.norm{
			font-family:Verdana;
			font-style:normal;
			text-decoration:none;
			color:#99ccff;
			font-size:12px;
			line-height:2;
		}
		font.error{
			font-family:Verdana;
			font-style:normal;
			text-decoration:none;
			color:red;
			font-size:12px;
			line-height:1.5;
		}
		
	{!--div--}
		div {
			background:black;
		}
		div.navbutton {
			height:24px;
			width:90px;
			text-align:center; 
			border-style:solid;
			border-color:#669966;
			border-width:1px;
			margin:5px;
			display:inline;
		}
		div.navbuttonx2 {
			height:24px;
			width:130px;
			text-align:center; 
			border-style:solid;
			border-color:#669966;
			border-width:1px;
			margin:5px;
			display:inline;
		}
		div.top {
			background:#333366;
			border-style:double;
			border-color:#330000;
			border-left-width:0;
			border-right-width:0;
			border-top-width:0;
			border-bottom-width:20px;
		}
		div.title {
			background:#000033;
			border-style:double;
			border-color:#333366;
			border-left-width:0;
			border-right-width:0;
			border-top-width:0;
			border-bottom-width:20px;
		}
		div.body{
			border-style:solid;
			border-color:#333366;
			border-width:1px;
			padding:25px;
			font-family:Verdana;
			color:#99ccff;
			font-size:12px;
			line-height:1.5;
		}
		div.footer{
			font-family:Verdana;
			color:#99ccff;
			font-size:12px;
			text-align:center;
			background:#330000;
			margin:10px;
			
		}
		
		
		
		
	{!--link--}
		a.nav:link {
			color:6666ff; 
			font-weight:bold; 
			text-decoration:none;
		}
		a.nav:visited {
			color:6666ff; 
			font-weight:bold; 
			text-decoration:none;
		}
		a.nav:hover {
			color:ccccff; 
			font-size:larger;
		}
		a.nav:active { ;} 
		
		a:link {
			color:blue;
			text-decoration:none;
		}
		a:visited {
			color:yellow;
			text-decoration:none; 
		}
		a:hover {
			color:red;
			text-decoration:underline; 
		}
		a:active { 
			color:yellow;
		} 
		
	{!--image--}
		img{
			border:0px;
			margin:5px;
		}
		
		img.floatRight { 
    		float: right; 
    		margin: 4px; 
		}
		
		img.floatLeft { 
    		float: left; 
    		margin: 4px; 
		}


	{!--form_elements--}		
		input{
			color: #999966;  
			background-color: #333366; 
			border-color:#669966;
		}
		textarea{
			color: #999966;  
			background-color: #333366; 
			border-color:#669966;
			scrollbar-base-color:#369;}}
		}
	
	{!--graphic elements--}
		hr{
			color:#669966;
		}
			

