﻿body {
   background-color: #404040;
    font-family: Arial, Tahoma; 
    color:#75B4B2;
    font-size:10;
    line-height:1.5
   
}

.newback
{
   background-repeat:no-repeat;
   background-image:"~/images/fuzzyback_ground.jpg";
}
    
p   
{
   background-color: #172C2B;      
   font-family: Arial, Tahoma; 
   color: White;
   font-size:10;
}
    
H1
{
				font-family: Arial, Tahoma;
				color: White;
				font-size: medium;
				font-weight: bold;
}
H2
{
    font-family: Arial, Tahoma;
    color: White;
    font-size:16px;
    font-weight: bold;
}
H3
{
    font-family: Arial, Tahoma;
    color: White;
    font-size:12px;
    font-weight: bold;
}

.tdNews
{
    background-color:gray;
    font-size:10;
    font-family: Arial, Tahoma, Calibri;
    color:white;   
    line-height:1.5;
    
}

.menu
{
   color:White;
   background-color:#172C2B;
   font-size:8;  
    
}


.menulink

{
    color:White;
    background-color:#172C2B;
    font-size:8;
    text-decoration:none;
    width:800px;
    height:35px;
    border-bottom: solid 1 white;
 
     
}

.container
{
   azimuth:center;
   background-image:/images/untitled-1.gif;
   background-color: #172C2B;     
   font-family: Arial, Tahoma; 
   color: White;
   font-size:10;
   width:800px;
   overflow:hidden; 
   text-decoration:none;
  
   
}


.copyright 
{
    font-family:Arial, Tahoma;
    font-size:10px;
    color:White;
}

hr
{
    color:Silver;
    
}
a, a:link, a:active, a:hover
{
    color: White;
    font-size: 8;
    font-weight:bold;
    text-decoration: none;
}



/********************************************/
/*
/* shadow containter 

#shadow-container {
	position:relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position:relative;
	left: -1px;
	top: -1px;
}
 
	#shadow-container .shadow1 {
		background: #F1F0F1;
	}
 
	#shadow-container .shadow2 {
		background: #DBDADB;
	}
 
	#shadow-container .shadow3 {
		background: hotpink;
	}

	#shadow-container .container {
		background: #172C2B;
		border: 1px solid #848284;
		padding: 10px;
	}
*/ 
