body {
	margin: 0px;
	font-family: Tahoma, verdana, sans-serif;
	font-size: 0.8em;
	color: #b2b2b2;
}
h1, h2, h3, h4 {
	color: #3760a6;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.9em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1em;
	color: #7e7e7e;
}
p {
	line-height: 140%;
}
a {
	color: #333;
}
a:link {
	color: #0064ff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0064ff;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #0064ff;
}
img {
	border-width: 0px;
	border-style: none;
}
.bgHeader {
	background-image: url(../images/bg_header_footer.jpg);
	background-repeat: repeat-x;
}
.bgFooter {
	background: url(../images/bg_header_footer.jpg) repeat-x left bottom;
}
.copyright {
	margin-top: 15px;
}
.fontgary_profile {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #808080;
}
.blackfont {
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	color: #000;
}
.companyName {
	font-weight: bold;
	color: #3760a6;
}

.fontgary {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #b2b2b2;
}

/* logo-slideshow */

	#logo-slideshow ul, #logo-slideshow li {
		margin:0;
		padding:0;
		list-style:none;
		}
	#logo-slideshow li {
	/* 
			define width and height of list item (slide)
			entire logo-slideshow area will adjust according to the parameters provided here
		*/ 
		width:900px;
	height:100px;
	overflow:hidden;
		}	
