	body {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
	}

	td {
		font-weight:normal;
		color:#333333;
	}
	
	.navigation{
		font-size:10pt;
		text-align:right;
		color:#fff;
		font-weight:bold;
		padding-right:13px;
		font-smooth: never;
	}
	
	.navigation:hover{
		font-size:10pt;
		text-align:right;
		color:#fff;
		font-weight:bold;
		padding-right:13px;
		font-smooth: never;
	}

	a.nav {
		text-align:right;
		color:#FFFFFF;
		font-weight:bold;
		padding-leftt:15px;
	}

	a.nav:hover {
		text-align:right;
		color:#FFFFFF;
		font-weight:bold;
		padding-leftt:15px;
	}	

	a {
		color:#0E368D;
		text-decoration:none;
	}

	a:hover {
		color:#0E368D;
		text-decoration:underline;
	}	

	h1, h2 {
        color: #0E368D;
	}

	.top {
		height:117px;
		background-image: url(images/topbg.jpg);
		background-repeat: no-repeat;
	}
	
	.left {
		width:170px;
		height:600px;
		background-color:#FFFFFF;
		background-image: url(images/leftbg.jpg); 
		background-repeat: no-repeat;
	}
