body { color: white; font-size:12pt; font-family: Arial, Helvetica, sans-serif; background: #0000bc; margin: 0; padding: 0 }

p    { color: #fff; font-size: 12pt; font-family: Arial, Helvetica, sans-serif; line-height: 15pt; text-decoration: none; margin-top: 0px }
i    { font-size: 12pt; font-family: Arial, Helvetica, sans-serif; font-style: italic; line-height: 15pt; text-decoration: none }

h1   { color: #4f4e72; font-size: 18pt; font-family: Arial, Helvetica, sans-serif; margin: 0; padding: 0.5em 0 1em 0.5em; padding-bottom:6px }
h2   { color: #ffffff; font-size: 14pt; font-family: Arial, Helvetica, sans-serif; font-style: italic; font-weight: bold; line-height: 14pt; text-decoration: none }
h3   { color: #ffffff; font-size: 16pt; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 18pt; margin-bottom:.2em; }
h4   { color: #6666666; font-family: Arial, Helvetica, sans-serif; font-weight: normal; margin: 1.33em 0 }
	
#header { background-color: white; }

#header ul {
		list-style: none;
		padding: 0;
		margin: 0;
		background: white;
		float: left;
		width: 100%;
    }
    
	#header li {
		float: left;
		margin: 0 1em 0 0;
    }
    
	#header a    { color: #a4a4f1; font-weight: bold; text-decoration: none; display: block; padding: 0 0.5em; width: 6em; border-bottom: 0.5em solid #a4a4f1 }
	
	#header a:hover    { color: #6e6eeb; border-color: #6e6eeb }
	
	#header #selected a     { color: #0000bc; border-color: #0000bc }
	
	#content {
		clear: both;
		color: white;
		padding: 1em;
	}
	
	#content p {
		margin: 0 0 1em 0;
	}
	
a:link  { color: #ffd700; text-decoration: none }
a:visited  { color: #ffd700; text-decoration: none }
a:hover  { color: #ffe13f; text-decoration: underline }
table  { font-size: 12pt; line-height: 15pt }

.float_left {
		float: left;
		padding:0px;
		/*clear:both;*/
		}

.pad_left	{
		padding-left:4px;
			}
			
.clear_both {
  		clear:both;
  		/*height:1px;*/
  		overflow:hidden;
		}			
		
.center {
		text-align:center;
		margin:0 auto;
		}		