html, body, td {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color:#484543;
	/*
    background:#FFFFFF url(images/bg_about.jpg); background-repeat: no-repeat;*/
	}
strong {color:#000000}
li {color:#0093DD}
.grey {color:#484543;}

	
.homebg {/*individual backgrounds per page*/
background-image: 
url('images/home_b.jpg');
background-repeat: no-repeat;
background-position: 0% 0%;
}

.aboutbg {
background-image: 
url('images/aboutus_b.jpg');
background-repeat: no-repeat;
background-position: 0% 0%;
}

.projectbg {
background-image: 
url('images/projects_b.jpg');
background-repeat: no-repeat;
background-position: 0% 0%;
}

.trainbg {
background-image: 
url('images/training_b.jpg');
background-repeat: no-repeat;
background-position: 0% 0%;
}

.clientbg {
background-image: 
url('images/client_b.jpg');
background-repeat: no-repeat;
background-position: 0% 0%;
}

.contactbg {
background-image: 
url('images/contact_b.jpg');
background-repeat: no-repeat;
background-position: 0% 0%;
}

.strip{
background-image: 
url('images/strip_bg.gif');
background-repeat: repeat-y;
background-position: center;
}

.content 
{
padding:14px 39px 20px 271px;
}

.nav {font-size: 12px; font-weight: bold; color:#0B73B1; /*word-spacing: 5px*/ }
/*.navbox {position: absolute; left: 37px; top: 193px; font-size: 13px; font-weight: bold; color:#FFFFFF; background-color:#484543;}*/
.subhead {font-size: 20px; color:#0093DD; letter-spacing: 8en; word-spacing: 2en}
.intro {font-size: 14px;}

.blue {color:#0093DD;}
.otherblue {color:#0B73B1; font-weight: bold} 
.picture { position: relative; right: 456px; top: 204px;}

 
a:link { color: #0093DD;}
a:visited { color: #0093DD;}
a:hover { color: #0093DD;}
a:active { color: #0093DD;}

.navbox a:link { color: #FFFFFF; text-decoration: none;}
.navbox a:visited { color: #FFFFFF; text-decoration: none;}
.navbox a:hover { color: #0B73B1; text-decoration: none;}
.navbox a:active { color: #72C2EE; text-decoration: none;}


