body
	{
		padding: 0px;
		margin: 0px;	
	}
.header
	{
		background-image: url('../images/normal/header.jpg');
		background-repeat: repeat;
		height: 176px;
	}
a:link,a:visited
	{
		color:#003366;
		text-decoration:none;
	}
a:hover
	{
		color:#CC3300;
		text-decoration:underline;
	}

.menuTitle
	{
		font-size: 14px;
		text-decoration: none;	
		text-align: left;
		width: 160px;
		color : #333333;
	}
.menuLinks
	{
		font-size: 11px;
		color:#000000;
		text-decoration: none;	
		text-align: center;
		font-family:Arial;
		font-weight: normal;
		
	}