﻿  	   BODY {	
				font-family: Arial;
				font-size: 10pt;
				color: Black;
				padding-bottom:0px; 
				padding-left:0px; 
				padding-right:0px; 
				padding-top:0px;
				margin-bottom: 0px;
				margin-left: 0px;
				margin-right: 0px;
				margin-top: 0px;
	        }
	        
	       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.postedby { color: gray;}
 	   		A.postedby:visited { color: gray;}
			A.postedby:hover { color: white;}
			
			A.SideLink { color: #8d5b14; font-size:10pt; font-weight:bold;}
 	   		A.SideLink:visited { color: #8d5b14; font-size:10pt; font-weight:bold;}
			A.SideLink:hover { color: #e5a447; font-size:10pt; font-weight:bold;}
			
            A.MenuLink { color: #ffffff; font-size:20px; font-weight:bold;}
 	   		A.MenuLink:visited { color: #ffffff; font-size:20px; font-weight:bold;}
			A.MenuLink:hover { color: #baffbc; font-size:20px; font-weight:bold;}
			
			A.TagClass1 { color:White; font-weight:bold;}
 	   		A.TagClass1:visited { color:White; font-weight:bold;}
			A.TagClass1:hover { color: #8ecbff; font-weight:bold;}
			
			A.TagClass2 { color: #D8F3FF; font-weight:bold;}
 	   		A.TagClass2:visited { color: #D8F3FF;font-weight:bold;}
			A.TagClass2:hover { color: #8eff96; font-weight:bold;}
			
			A.top { color:#5d480c; font-size:9pt; font-weight:bold;}
 	   		A.top:visited { color:#5d480c; font-size:9pt; font-weight:bold;}
			A.top:hover { color: #d6b352; font-size:9pt; font-weight:bold;}

			.BlogHeading {font-size : 24pt; color: #0073a3;}
			.CommentHeading {font-size : 24pt; color: Green;}
			.ArchiveHeading {font-size : 18pt; color: #0073a3;}
			.BlogDate {font-size : 10pt; color: #8da6b0;}
			.TopNewsHeading {font-size : 20pt; font-weight:bold; color: #C48233;}
			.TopNewsSection 	
			{
				background-color:#FFF0D8;
				border-style:solid; 
				border-width:1px; 
				border-color:#FFCF87; 
			}
			
			A.TopNewsLink {text-decoration: none; color: #1D7099; font-size:16pt;}
 	   		A.TopNewsLink:visited {text-decoration: none; color: #1D7099; font-size:16pt}
			A.TopNewsLink:hover { color: #459ecc; font-size:16pt}
			
			.CommentUser {font-size : 14pt; color: #004e86;}
			.CommentText {font-size : 10pt; color: Black;}
			.CommentDate {font-size : 8pt; color: #7c7c7c;}



            .csharpcode, .csharpcode pre
            {
	            font-size: small;
	            color: black;
	            font-family: Consolas, "Courier New", Courier, Monospace;
	            background-color: #feffe6;
	            /*white-space: pre;*/
            }

            .csharpcode pre { margin: 0em; }

            .csharpcode .rem { color: #008000; }

            .csharpcode .kwrd { color: #0000ff; }

            .csharpcode .str { color: #006080; }

            .csharpcode .op { color: #0000c0; }

            .csharpcode .preproc { color: #cc6633; }

            .csharpcode .asp { background-color: #ffff00; }

            .csharpcode .html { color: #800000; }

            .csharpcode .attr { color: #ff0000; }

            .csharpcode .alt 
            {
	            background-color: #f4f4f4;
	            width: 100%;
	            margin: 0em;
            }

            .csharpcode .lnum { color: #606060; }
            
            .BottomLinks
            {
				font-size:10px;	
				text-align:center;
            }
            
            .commentBlock
            {
                padding:5px; 
                border-style:solid; 
                border-width:1px; 
                border-color:#DADADA; 
                background-color:#EBEBEB; 
                float:right; 
                width:250px;
            }
            
            .InsertScripts
            {
				font-size:12px;
				color: Gray;	
            }
            
            .ErrorMessage
            {
            	font-size: 20px;
            	color: Red;
            }
