﻿  	   BODY {	
				font-family: Arial;
				font-size: 10pt;
				color: Black;
	        }
	        
	       table 
			{
    			font-family: Arial;
    			font-size: 10pt;
    			color: Black;
			}
	        
            A:link {text-decoration: none; color: #1D7099;}
            A:visited {text-decoration: none; color: #1D7099;}
 	   		A:hover { color: #459ecc;}
 	   		
            A.Link { color: #004257; font-size:16pt; font-weight:bold;}
 	   		A.Link:visited { color: #004257; font-size:16pt; font-weight:bold;}
			A.Link:hover { color: #2998bc; font-size:16pt; font-weight:bold;}
			
			A.top { color:#514019; font-size:9pt; font-weight:bold;}
 	   		A.top:visited { color:#514019; font-size:9pt; font-weight:bold;}
			A.top:hover { color: #b8a16e; font-size:9pt; font-weight:bold;}
			
			A.Menu { color:White; font-size:14pt; font-weight:bold;}
 	   		A.Menu:visited { color:White; font-size:14pt; font-weight:bold;}
			A.Menu:hover { color: #ffc6c6; font-size:14pt; font-weight:bold;}
			
			A.ControlLink { color:#960000; font-size:10pt; font-weight:bold;}
 	   		A.ControlLink:visited { color:#960000; font-size:10pt; font-weight:bold;}
			A.ControlLink:hover { color: #ff0000; font-size:10pt; font-weight:bold;}
			
			
 	   		.LinkDescription {font-size : 10pt; color: #484848;}
 	   		.LinkDetails {font-size : 8pt; color: #743700;}
 	   		
 	   		.Rating  
 	   		{
 	   			color:#d87f00; 
 	   			font-size:20px; 
 	   			font-weight:bold;
 	   		}
 	   		
 	   		A.Rating { color:#d87f00; font-size:20px; font-weight:bold;}
 	   		A.Rating:visited { color:#d87f00; font-size:20px; font-weight:bold;}
			A.Rating:hover { color: #ff0000; font-size:20px; font-weight:bold;}
 	   		
 	   		.CommentsHeading { font-size:16pt; font-weight:bold;}
 	   		
 	   		.MainContent 
 	   		{
 	   			background-color:White; 
 	   			border-style:solid; 
 	   			border-color:#B7B6B0; 
 	   			border-width:2px; 
 	   			padding:10px; 
 	   		}
 	   		
 	   		.PageHeading
 	   		{
 	   			font-size: 32px;
 	   			color: #004257;
 	   			font-weight:bolder;
 	   		}
 	   		
 	   		.FieldLabel
 	   		{
 	   			font-size:16px;
 	   			font-weight:bold;
 	   			color: #6B4A0D;
 	   		}
 	   		
 	   		.NormalLinkRow td
 	   		{
 	   			color:#fdfbf1;
 	   		    border-width:2px;
 	   		    border-color:#E0DED7;
 	   		    border-style:solid;
 	   		    padding:5px;
 	   		}
 	   		
 	   		.AlternatingLinkRow td
 	   		{
 	   			color:#fffffc;
 	   		    border-width:2px;
 	   		    border-color:#E5E5E3;
 	   		    border-style:solid;
 	   		    padding:5px;
 	   		}
 	   		
 	   		.ViewTypeButton
 	   		{
 	   			background-color:#D3DFE2;
 	   			width:120px;
 	   			text-align:center;
 	   			padding:4px;
 	   		}
 	   		
 	   		.CategoryHeadingBackground
 	   		{
 	   			background-color:#D3DFE2;
 	   			width:100%;
 	   			text-align:left;
 	   			padding:4px;
 	   		}
 	   		
 	   		.PagerStyle
 	   		{
 	   			background-color:#D3DFE2;
 	   			padding:4px;
 	   		}
 	   		
 	   		.HeaderControls
 	   		{
 	   			height:107px; 
 	   			width:950; 
 	   			text-align:right; 
 	   			margin-top:40px; 
 	   			margin-right:10px;
 	   			color:#FFF0E0;
 	   		}