body{
font-size: 12px;
font-family:Tahoma, Verdana, sans-serif;
margin:0px;
color:gray;
background-color:;
}

#layout{
margin: auto;
width:1000px;
}


#header{
background-image: url(../../../images/hg_top.gif);
background-repeat:repeat-x;
padding-top:10px;
}

#main{
margin-top:5px;
font-color: white;
}


.link{
color:#C3162B;
text-decoration: none;  
}

.textlink{
color:black;
text-decoration: none;  
}

.link:hover{
color:gray;
text-decoration: underline;   
}

.h5{
font-size:12px;
font-weight:bold;
}