/* MASTER CSS PAGE */
/* Copyright 2009, Web Habitat, Inc. All rights reserved. */
/* Business Layout Style #1 */

/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body {
	color: #191919;
	background: #b8b5e9 url(images/Background.gif) repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
p { 
	margin-top: 0; 
	text-align: justify;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #c000ff;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #c000ff;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #0000ff;
	}
	
/* special classes  */
.bodybigtext {
	font-size: 14px;
	line-height: 16px;
}
.address {
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.heading {
	font-size: 18px;
	line-height: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
.bodytext {
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.footer {
	font-size: 10px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}




