/* CSS Document */

body {
	background-color:#c0bfbb;
	font-family:Georgia, Times New Roman,Times,serif;
	text-decoration:none;
	color:#000000;
	}

h1 {
	font-size:12pt;
	line-height:18px;
	letter-spacing:0.25px;
	font-weight:bold;
	}
	
h2 {
	font-size:9pt;
	line-height:18px;
	letter-spacing:0.25px;
	background-color:#ffffff;
	}

h3 {
	font-size:9pt;
	line-height:18px;
	letter-spacing:0.25px;
	text-decoration:underline;
	}

p,a {
	font-size:9pt;
	line-height:18px;
	letter-spacing:0.25px;
	text-decoration:none;
	}
	
td {
	font-size:9pt;
	letter-spacing:0.25px;
	text-decoration:none;
	}

th {
	font-size:9pt;
	letter-spacing:0.25px;
	text-decoration:underline;
	font-weight:normal;
	text-align:left;
	}

.underline {
	text-decoration:underline;
}


#content	{
	position:absolute;
	top:20px;
	left:30px;
	z-index:1;
	}

a:link { 
	color:#000000;
	}
	
a:visited { 
	color:#000000; 
	}
	
a:focus { 
	color:#000000; 
	}
	
a:hover { 
	color:#000000;
	background-color:#ffffff;
	}
	
a:active { 
	color:#000000;
	}
