
/* CSS Document */

body {
	margin:7px;
	}
	
td {
	color:#FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

/* ID Styles */
		
#dateformat {
	color: #999999;
	letter-spacing:0.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

#navigation td {
	border-bottom: 1px solid #666666;
	}
	
#navigation a {
	color: #999999;
	line-height:16px;
	text-decoration: none;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 12px;
	}
	
#navigation a:hover {
	color:#FFFF99;
	background-color: #333333;
	}
		
/* Class Styles */
		
.myh1 {
	color:#FF9900;
	letter-spacing:0.1em;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	}
			
.myh2 {
	color:#6699CC;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	}

.myh3 {
	color:#006600;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	}

.myh4 {
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	}

a.link1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
a.link1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #0099CC;
	text-decoration: underline;
}

.mysm1 {
	color:#888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	font-variant: normal;
	font-style: italic;
	}

.mysm2 {
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	}

.mypic1 {
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	}

