﻿
body 
{
    font-family: Arial;
    font-size:11px;
    color: #666666;
}
   
h1
{
    font-size:1.5em;
	border-bottom: solid 1px #cccccc;
    margin-top: 2px;
	margin-bottom: 2px;
    }
    
#Main h1
{
	color: #669933;
    } 

h2
{
    font-size:1.4em;
	border-bottom: solid 1px #cccccc;
	margin-top: 2px;
	margin-bottom: 2px;
    }
    
h3
{
   
    font-size:1.1em;
    line-height: 1.0em;
    margin-top: 2px;
	margin-bottom: 2px;
    }


    
input, textarea
{
    border: solid 1px #cccccc;
    
    }
        
p
{
    text-align: justify;
    
    }
      
A 
{
color: #990000;
}

A:hover {
text-decoration: none;
color: #999999;
}

.ThinHR
    {
        
     border-top: solid 1px #cccccc;
     border-bottom: solid 1px white;
     border-left: solid 1px white;
     border-right: solid 1px white;
     clear: both;
           
     }   
     
     
.DotHR
    {
     border-top: dotted 1px #cccccc;
     border-bottom: solid 1px white;
     border-left: solid 1px white;
     border-right: solid 1px white;
     clear: both;
           
     }   
     
.Heading
    {
    font-size:1.4em;
    font-weight: bold;
    line-height: 1.2em;
    float:left;
  
	    } 
	    
.HeadingDate
{ 
    float: right;
    font-weight: bold;
    line-height: 1.4em;
    }   
	     

    
.BlogItem
{
    text-align: justify;
    }

.type
{text-align: right; vertical-align:top; color:#cccccc}


.val
{text-align: left; vertical-align:top}

.ValSum 
{
    border: solid 1px #cccccc;
    background-color: White;
    color: #990000;
    margin-bottom: 10px;
    }
    
.ValCont
{
    color: #990000;
    }

.BlogFeed
{
   float: left;
   width: 540px;
   background-color: #333333;
   color: #cccccc;
    }

#Main .BlogFeed h1
{
    margin: 10px;
    color: #cccccc;
    border-bottom: solid 1px #cccccc;
    }
    
.BlogFeed h1 a
{
    text-decoration: none;
    color: #cccccc;
    }

.BlogFeed h1 a:hover
{
    text-decoration: none;
    color: #cccccc;
    }

.BlogFeedItem
{
    width: 245px;
    padding: 10px;
    float: left;
    } 

.BlogFeedItem h2 a
{
    text-decoration: none;
    color: #cccccc;
    }

.BlogFeedItem p
{  text-align: left;
    margin-top: 5px;
    color: #cccccc;
    }
    
.BlogFeedItem img
{
    float: left;
    margin: 5px 10px 5px 0px;
    }
