		UL.tabNavigation {
		    list-style: none;
		    margin: 0;
		    padding: 0;
			height:24px;
			overflow:hidden;
			margin-top:16px;
		}

		UL.tabNavigation LI A {
			background-color:#245bb5;
			color:white !important;
		    text-decoration: none !important;
			font-family:Arial;
			font-size:11px;
			text-align:center;
			margin-right:6px;
			font-weight:bold;
			margin-top:0;
			width:155px;
			height:24px;
			line-height:24px;
			display:block;
			float:left;
			border:#666666 solid 1px;
			border-bottom:0;
		}
		
		#fifthlink {
			margin-right:0;
		}

		UL.tabNavigation LI A.selected,
		UL.tabNavigation LI A:hover {
		    background-color: #b31919;
			
		}
		UL.tabNavigation LI A:hover {
		  	text-decoration:underline !important;
		}
	
		.tabs div {
			clear:both;
			border:1px solid #666666;
			margin-right:11px;
			padding:10px;
			background:white;
			font-family:Tahoma;
		}
		
		.tabs div h2 {
			font-weight:bold;
			font-size:14px;
		}
		
		.tabs div p {
			font-size:12px;
			margin-top:9px;
			margin-bottom:9px;
			line-height:17px;
		}
		#clickblogs { border: 1px solid #666666; padding: 10px; width: 787px;}
		#clickblogs .clickblog {
			float: left;
			width: 140px;
			margin-right: 17px;
		}
		#clickblogs .clickblog h3 a {
			text-decoration: none;
			font-weight: bold;
			color: #B31919;
			font-size: 0.8em;
			height: 25px;
			overflow: hidden;
			display: block;
			}
			#clickblogs .clickblog p a {
				text-decoration: none;
				}
			#clickblogs .clickblog p a:hover {
				text-decoration: underline;
			}
