/*  ******************************************** */
/*	Business solutions Inc Stylesheet            */  
/*  ******************************************** */
/*  ******************************************** */
body		{ margin: 0px;	}

.White		{ background-color: white; width: 700px; padding: 0px 20px;}
.Gray		{ background-color: #efefef; }
.Red		{ background-color: #840000; height: 250px;}

.Mask		{ background-image: URL("images/RibbonMask.gif");		background-repeat: repeat-x; }
.GrayLeft	{ background-image: URL("images/RibbonGrayLeft.gif");	background-repeat: repeat-y;	background-position: right; }
.GrayRight	{ background-image: URL("images/RibbonGrayRight.gif");	background-repeat: repeat-y;	background-position: left; }
.RedLeft	{ background-image: URL("images/RibbonRedLeft.gif");	background-repeat: repeat-y;	background-position: right; }
.RedRight	{ background-image: URL("images/RibbonRedRight.gif");	background-repeat: repeat-y;	background-position: left; }
.Slogan		{ color: #FFE0E0; font-family: verdana; font-size: 12pt; text-align: Center; }

img 		{ margin: 0px; border: none;}

/*  ******************************************** */
A			{ color: #990000; font-family: verdana; font-size: 10pt; font-weight: bold; font-style: italic; text-decoration: none;}
A:hover		{ text-decoration: underline; }

A.Button	{
	color:				black;
	background-image:	URL("images/RibbonButton.gif");
	background-repeat:	no-repeat;
	background-position: center center;
	font-family: 		Verdana;
	font-weight: 		normal;
	font-size: 			11px;
	font-variant:		small-caps;
	text-decoration: 	none;
	height:				23px;
	width:				95px;
	text-align:			center;
	padding: 			4px;
	margin:				5px;
}
A.Button:hover	{
	text-decoration: 	none;
	background-image:	URL("images/RibbonButtonHover.gif");
	}
/*  ******************************************** */
table {
	font-family:	tahoma, arial;
	font-size:		10pt;
	font-weight:	normal;
	color:			#333333;
	}
#BodyLeft	{ padding: 0px 20px 10px 0px; }
#BodyMiddle	{ padding: 0px 20px 10px 0px; }
#BodyRight	{ padding: 0px  0px 10px 0px; }

/*  ******************************************** */
h1	{ 
	font-family:	tahoma, arial;
	font-size:		14pt;
	font-weight:	normal;
	color:			#333333;
	margin:			0px 0px 10px 0px;
	}
h2	{ 
	font-family:	tahoma, arial;
	font-size:		11pt;
	font-weight:	150%;
	color:			#666666;
	text-align:		center;	
	margin:			0px 20px 10px 20px;
	}
/*  ******************************************** */
Div.Mini {	}
TABLE.mini	{	
	background-image:	URL(Images/RibbonMiniBack.gif);
	background-repeat:	repeat-y;
	background-color:	#D6BEBC; 
	border-collapse:	collapse;
	border:				none;
	padding:			3px;
	width:				150px;
	margin-bottom:		15px;
	}		
TH.mini		{	
	background-image:	URL(Images/RibbonMiniTop.gif);
	background-repeat:	no-repeat;
	background-position:top;
	border:				none;
	border-bottom:		1px solid #dddddd;
	text-align:			left;
	padding:			8px;
	font-size:			10pt;
	font-weight:		bold;
	font-style:			italic;
	}
TD.mini		{	
	border:				none;
	border-bottom:		1px solid #dddddd;
	padding:			10px;
	font-size:			9pt;
	font-weight:		normal;
	text-align: 		left;
	}
/*  ******************************************** */
@Media Print {
	body 		{ margin:	0px;	}
	.NoPrint 	{ display: 	none;	}
	#HM_MENU1 	{ display: 	none;	}
	.Slogan		{ display: 	none;	}	
	.Red 		{ background-color: #840000; height: 25px;	}
}

/*  ******************************************** */