/* CSS Document */

	body {
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		background-color: #ffffff;
		vertical-align:middle;
	}

	td{
		font-family:tahoma, Arial;
		font-size:11px;
		color:#000000;
	}

	h1, h2, h3 {
		letter-spacing: -1px;
		text-transform: lowercase;
		margin: 5px 0;
	}
	
	h1 {
		font-size: 150%;
		font-weight: bold;
	}

	h2 {
		font-size: 120%;
		font-weight: bold;
	}

	h3 {
		font-size: 105%;
		font-weight: bold;
	}
	
	.menuPlus{
		font-weight:bold;
		height:25;
		width:25;
		font-size:9pt;
		color:#FFFFFF;

	}
	
	.menuLink{
		font-size:8pt;
		color:#666666;
		border-bottom:none;
		text-decoration:none;
	}
	
	a{
		color:#000000;
		text-decoration:none;
		border-bottom:1px #000000 dotted;
	}
	
	.copyright{
		font-size:8pt;
		color:#afafaf;
	}
	
	.test{
		font-size:10pt;
		color:#5ca3d2;
	}
	
	
	
	
