﻿body {
}
.div_WithBorder
{
    width:900px;
    color:Green; 
    border-top:solid thin; 
    border-bottom:solid thin; 
    border-left:solid thin; 
    border-right:solid thin; 
}

.divtop
{
    width:600px;
    color:White; 
    border-top:solid thin; 
    border-bottom:solid thin; 
    border-left:solid thin; 
    border-right:solid thin; 
    background-color:Green;
}

.div_news
{
    width:30%;
    color:Brown; 
    border-top:solid thin; 
    border-bottom:solid thin; 
    border-left:solid thick; 
    border-right:solid thick; 
}

.TableOuter
{
    border-right: black thin solid; 
    border-top: black thin solid; 
    border-left:black thin solid; 
    border-bottom: black thin solid;
}

.Table1
{
    color:black;
	font-family:Verdana; 
	font-size:9pt;
	line-height:15pt;
    border-right: blue thin solid; 
    border-top: blue thin solid; 
    border-left:blue thin solid; 
    border-bottom: blue thin solid;
    padding:10px 5px 5px 5px;    
}

.Para
{
    color:black;
	font-family:Verdana; 
	font-size:9pt;
	line-height:27pt;
	text-align:justify;
    padding:10px 10px 10px 10px;
}

.navigation
{
    color:black;
	font-family:Verdana; 
	font-size:10pt; 
	line-height:15pt;
	text-align:justify;
    padding:10px 10px 10px 10px;
}
.head
{
    color:black;
	font-family:Verdana; 
	font-size:9pt;
	line-height:15pt;
	text-align:justify;
    padding:10px 10px 10px 10px;
    text-decoration:none;
}

a:Hover
{
    text-decoration:underline;
    color:White;   
    font-weight:bold;    
}
a
{
    text-decoration :none;
}