﻿body {
}

/* Default CSS Stylesheet for a new Web Application project */

BODY 
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
}

.TextSmallItalics
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 8px;
    font-style:italic;
}

.TextTitle1
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 48px;
}

.TextTitle2
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
}

.TextMenu
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
}

.TextContent
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
}

.TextFooter
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 22px;
}

#logo1
{
    height: 80px;
    width:105px;
    padding:0px;
    border-color:black;
    border-right:0px;
    border-left:1px;
    border-top:1px;
    border-bottom:0px;    
    border-style:solid;
    vertical-align:middle;
}

#logo2
{
    height: 80px;
    width:105px;    
    padding:0px;
    border-color:black;  
    border-left:0px;  
    border-right:1px;
    border-top:1px;
    border-bottom:0px;
    border-style:solid;
    vertical-align:middle;    
}

#header
{
	font-family: Verdana, Helvetica, sans-serif;
    height: 80px;
    width:490px;
    border-color:black;
    border-left:0px;
    border-right:0px;
    padding:0px;
    border-top:1px;
    border-bottom:0px; 
    border-style:solid;           
}

#menu
{
	font-family: Verdana, Helvetica, sans-serif;
	padding:0px;
    font-size: 10px;  
    border-top:0px;
    border-left:1px;
    border-right:0px;
    border-bottom:0px; 
    width:175px;  
    height:435px;
    border-color:black;         
    border-style:solid;               
    text-align: left;
    text-indent: 2px;
}

#content
{
    clear: both;
    text-align: left;
    padding:0px;
    height:435px; 
    width:525px;
    border-top:0px;
    border-left:0px;
    border-right:1px;
    border-bottom:0px; 
    font-size: 12px;
    border-color:black;         
    border-style:solid;               
    font-family: Verdana, Helvetica, sans-serif;
}

#footer
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;    
    height:20px;
    width:700px;    
    text-align: center;
    padding:0px;
    border-top:0px;
    border-left:1px;
    border-right:1px;
    border-bottom:1px; 
    border-style:solid;
    border-color:black;     
}