﻿html, body 
{
    font-family: Tahoma;
    font-size: 11pt;
    margin: 0px;
    padding: 0px;
    height:100%;
}
.DIV_website
{
    
    background-color: Orange;
    position: static;
  
}
.DIV_website_header
{
    height:100px;
}
.DIV_website_footer
{
    height:100px;
}
.DIV_website_content
{
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 10px;	
}
.DIV_website_content_back
{
	margin-top: 20px;
	padding: 25px;
	width: 500px;
	background-image: url('../_images/transparent_white.png');
	
}
.LargeTextboxStyle
{
	width: 280px;	
}
	.SmallTextboxStyle
{
	width: 45px;
}
	.MediumTextboxStyle
{
	width: 250px;
}
.TD_Menu_Back
{
	background-color: #00a1bb;	
}


.BorderBorderBlue
{
	background-color: #00a1bb;
	min-height: 26px;
}
.Title1
{
 font-size: 18px;
}
.TD_MenuItem a 
{
	color: White;
	text-decoration: none;
}
.TD_MenuItem 
{
	padding-left: 20px;
}