/* links */

A:link, A:Active, A:visited {
	color: #666666;
	text-decoration: none;
}

A:Hover {
	color: #ffffff;
	text-decoration: none;
} 

A.nav:link, A.nav:Active, A.nav:visited {
	color: #999999;
	text-decoration: none;
}

A.nav:Hover {
	color: #cccccc;
	text-decoration: none;
} 

A.contentLink:link, A.contentLink:Active, A.contentLink:visited {
	color: #0066ff;
	text-decoration: none;
}

A.contentLink:Hover {
	color: #000000;
	text-decoration: none;
} 

A.email:link, A.email:Active, A.email:visited {
	color: #9cbcdb;
	text-decoration: none;
}

A.email:Hover {
	color: #000000;
	text-decoration: none;
} 

A.nav2:link, A.nav2:Active, A.nav2:visited {
	color: #cccccc;
	text-decoration: none;
}

A.nav2:Hover {
	color: #666666;
	text-decoration: none;
}

A.client:link, A.client:Active, A.client:visited {
	color: #990000;
	text-decoration: none;
}

A.client:Hover {
	color: #aaaaaa;
	text-decoration: none;
} 

/* text */

body, p, table, td {
	color: #999999;
	font-family:  Arial, sans-serif;
	font-size: 11px;
}

.homePage {
	letter-spacing: 3;
}

.homePage2 {
	letter-spacing: 1;
}

.navTitle {
	color: #000000;
}

.alert {
	color: #990000;
}

.hdr {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.title {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}

.title2 {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}

.footer {
	color: #999999;
	font-family:  Arial, sans-serif;
	font-size: 10px;
}

form, input {
	font-size: 11px;
}



