/*TILT COLORS
* Standard Font: #838383
* Links: #669933
*/
/* Global Element Declarations */

body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial;	
	font-size: 9pt;
	color: #838383;
	background-color: #FFFFFF;
}

font
{
	font-family: Arial;	
	font-size: 9pt;
	color: #838383;
}

table
{	
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
td
{
	margin: 0;
	padding: 0;
	font-size: 9pt;
}
h1
{
	font-size: 10pt;
	color: #669933;
	margin: 0;
	font-weight: normal;
}
h2
{
	font-size: 10pt;
	color: #838383;
	margin: 0;
	font-weight: normal;
}
a:link
{
	color: #669933;
	font-size: 9pt;
	text-decoration: none;
}
a:visited
{
	color: #669933;
	font-size: 9pt;
	text-decoration: none;
}
a:hover
{
	color: #669933;
	font-size: 9pt;
	text-decoration: underline;
}
a:active
{
	color: #669933;
	font-size: 9pt;
	text-decoration: none;
}
p
{
	margin-right: 4px;
	text-align: justify;
}

.section
{
	color: #666666;
	font-size: 10pt;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	border-color: #84A777;
	width: 100%;
	
}

/* CSS Class Definitions */
.siteBorder
{
	border-style: solid;
	border-width: 1px;
	border-color: #BCBCBB;
	margin:5px auto 0px auto;
}

.addy
{
	color: #669933;
	font-size: 8pt;
}

/* navigation a tags */
a:link.nav
{
	color: #666666;
	font-size: 11pt;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	width: 100%;
}
a:visited.nav
{
	color: #666666;
	font-size: 11pt;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	width: 100%;
}
a:hover.nav
{
	color: #666666;
	font-size: 11pt;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	border-color: #84A777;
	width: 100%;
}
a:active.nav
{
	color: #666666;
	font-size: 11pt;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	width: 100%;
}

/* stealth a tags */
a:link.stealth
{
	color: #838383;
	font-size: 8pt;
	text-decoration: none;
}
a:visited.stealth
{
	color: #838383;
	font-size: 8pt;
	text-decoration: none;
}
a:hover.stealth
{
	color: #669933;
	font-size: 8pt;
	text-decoration: underline;
}
a:active.stealth
{
	color: #838383;
	font-size: 8pt;
	text-decoration: none;
}
.enlargedbox {
	text-align: center;
	vertical-align: middle;
	height: 500px;
	width: 600px;
	border: 1px solid #999999;
	margin-top: 5px;
	margin-left: -300px;
	position: relative;
	left: 50%;
}


/*Start client logos styling*/
.logo_arrangement, .logo_arrangement a {
	padding:0 0 10px 4px;
	margin: 0px 0px 0px 0px;
	display: block;
	list-style-type: none;
	}
	

/*End client logos styling*/
