﻿			h1{
				 color:#012d74;
				 font-size:16px;
				 font-weight:900;
				 font-family:Verdana;
			}
			h2{
				 color:#012d74;
				 font-size:14px;
				 font-weight:900;
				 font-family:Verdana;
			}
			h3{
				 color:#012d74;
				 font-family:Verdana;
				 font-weight:300;
				 font-size:13.5px;
			}
			
			.small{
				font-size:9px;
				color:black;
}
			
			td{
				font-family:Verdana;
				font-size:13.5px;
				color:#012d74;
}
			
			div {
				position: absolute;
				font: 8pt/10pt Verdana;
				color: #012d74;
			}

			a {
				font-weight: bold;
				text-decoration: none;
				color: #012d74;
				border-bottom: dotted 1px #012d74;

			}
			
			a.img{
				border-bottom:none;
			}

			a:hover{
				color: #012d74;
				text-decoration: none;
				border-bottom: none;
			}
			

			#header h1 {
				font: bold 24pt/30pt Verdana;
				margin: 10px;
			}

			#logo {
				left: 0px;
				top: 7px;
				width: 97px;
				bottom: 0px;
			}

			#header {
				left: 97px;
				top: 0px;
				right: 0px;
				height: 40px;
				font: bold 20pt/24pt Verdana;
			}

			#navigation {
				right: 0px;
				top: 40px;
				width: 161px;
				bottom: 175px;
				text-align:right;
			}

			#content {
				left: 125px;
				top: 50px;
				right: 125px;
				bottom: 50px;
				background: url(images/yinyang_bg.jpg);
				background-repeat: no-repeat;
				background-position: center center;
			}
			
			.content{
			text-align:center;
			position:relative;
			top:40px;
			}

			
			#content2 {
				left: 125px;
				top: 50px;
				right: 125px;
				bottom: 50px;
			}

			#content p {
				margin: 10px;
			}
			
			.copyright {
				border-top: dotted 1px #012d74;
				width:100%;
				display:block;
				font-size:11px;
				FONT-FAMILY: 'Verdana','sans-serif';
				border-bottom:0px;margin-top:20px;
			}