﻿body 
{
	border: 0;
	margin: 0;
	font-family: Verdana;
	font-size: 10pt;
}


.tabbar 
{
}

.tabbar td 
{
	vertical-align: top;
}

.tabbar td div a 
{
	padding-top: 15px;
	text-align: center;
	text-transform: uppercase;
	color: navy;
	font-family: Verdana;
	font-size: 7pt;
	font-weight: bold;
     display:block;
	background: url(images/tab.gif) no-repeat left top;
	text-decoration: none;
	height: 30px;
	width: 121px;
}

#selected_tab
{
	background: url(images/tab_selected.gif) no-repeat left top;
}

.tabbar td div a:hover
{
	background: url(images/tab_over.gif) no-repeat left top;
	cursor: pointer;
}

.side_menu 
{
}

.side_menu td div 
{
}

.side_menu td div a
{
	display: block;
	height: 22px;
	width: 224px;
	padding-top: 8px;
	padding-left: 4px;
	border-bottom: solid 1px gray;

	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
		
	background: url(images/side_menu.gif) no-repeat left top;
	text-decoration: none;
	color: #3F3F3F;
}

.side_menu td div a:hover
{
	cursor: pointer;
	background: url(images/side_menu_over.gif) no-repeat left top;
	color: white;
}

.call_box 
{
	background-repeat:no-repeat;
	 background: url(images/call_box.gif) no-repeat left top; 
	 color: white;
	 font-family: Verdana;
	font-size: 7pt;
	font-weight: bold ;
	padding-left: 75px;
	padding-top: 20px;
}

.contact 
{
	width: 250px;
	height:40px;
	color:White;
	font-weight: bold;
	 font-family: Verdana;
	font-size: 7pt;
	 background: url(images/thin_panel.png) no-repeat left top; 
	 padding: 15px 0px 0px 20px;
}

.blue 
{
	color: #006699;
}

.text
{
	font-family: Verdana;
	font-size: 8pt;
}

.small_text 
{
	font-weight: bold;
	 font-family: Verdana;
	font-size: 7pt;
}

.white
{
	color: White;
}

.light_gray
{
	color: Gray;
}


