	html
	{
		height:100%;
	}
	
	body
	{
		height:100%;
		margin:0px;
	}
	
	body,td,th,p,div,span {
		font-family: Trebuchet MS, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
	}
	
	a
	{
		color:#9C2024;
	}
	
	p
	{
	}

	.bg
	{
		background-color:#91887E;
		background-image:url('../img/bg.gif');
	}
	
	.mainTable
	{
		width:760px;
	}

	.contentTable
	{
		width:100%;
	}
	
	
	.title
	{
		font-weight:bold;
	}
	
	.contentTitle, .subTitle
	{
		font-size:25px;
	}
	
	.pagePageTitle
	{
		font-size:20px;
		color:#000000;
		font-family: Times new roman;;
	}
	
	.contentText
	{
		
	}
	
	.contentLink
	{
		
	}

	.contentImageleft
	{
		margin-top:3px;
		margin-right:10px;
		margin-bottom:10px;
		padding:1px;
		float:left;
	}
	
	.contentImageright
	{
		margin-top:3px;
		margin-left:10px;
		margin-bottom:10px;
		padding:1px;
		float:right;
	}	 

	.contentImageright
	{
		margin-top:3px;
		margin:10px;
		padding:1px;
		float:center;
	}	 
	
	/* Menu */
	
	.navMain_false
	{
		text-decoration:none;
		color:#9C2024;
		font-family:Arial;
	}
	
	.navMain_false:hover
	{
		text-decoration:underline;
		color:#000000;
		font-family:Arial;
	}
	
	.navMain_true
	{
		text-decoration:underline;
		color:#000000;
		font-family:Arial;
	}
	
	.sponsorLink
	{
		text-decoration:none;
		color:#000000;
	}
	
	.hideExtraText
	{
	    display: block;
	    overflow: hidden;
	    white-space: wrap;
	    text-overflow: ellipsis;
	}
