﻿
/** 
	css class used on the home page. these classes are specific to home page only.
	home page design can be added/modified from here only.	
**/
/*
.bgcolor2
{
	background-color: #C39A53;
}
.insideworkarea
{
	background-color: #FFE590;
}
.inside-white
{
	background-color: #FFFFFF;
}
.inside-heading
{
	background-color: #FFF7DC;
}
.heading
{
	font-family:  Arial;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 3px;
	color: #054586;
}
.subheading
{
	font-family:  Arial;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 3px;
	color: #D9381B;	
}
.subheading-inside
{
	font-family:  Arial;
	font-size: 14px;
	font-weight: normal;
	color: #C5301C;
}
*/

/**
	These classes are used for the new HomePage design
**/
body 
{
	/*background-image: url('images/bgbt.jpg');*/
	font-family: Arial,Verdana,  Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;  
}

.bd
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding-top: 3px;
	padding-left: 5px;
}