body {
margin: 0px;
padding: 0px;
background-color:#ffffff;
}

body, td, p, table, dl, ul, ol, form {
font-family: Verdana, Arial, Helvetica, Sans-Serif; 
font-size: 11px;
color: #999999;
}

H1, H2, H3, H4, H5, H6 { 
font-family: Verdana, Arial, Helvetica, Sans-Serif;
color: #999999;
margin: 10px 0px 10px 0px;
}

dt {
font-weight: bold;
}

hr {
color: #999999;
height: 1px;
}

/* form styles */
form {
display: inline;
}
.formfield {
font-size: 10px; 
border-top: #cccccc solid 1;
border-bottom: #eeeeee solid 1;
border-right: #eeeeee solid 1;
border-left: #cccccc solid 1;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #F7F7F7;
color: #999999;
}

/* text styles */
.indent {
padding: 2px 0px 0px 10px;
}
.bodytext {
font-family: Verdana, Arial, Helvetica, Sans-Serif; 
font-size: 11px;
font-weight: 400;
line-height: 16px;
color: #999999;
padding: 10px;
}
a {
font-size: 11px;	
font-family: Verdana,Arial,Helvetica,san-serif;
font-weight: 500;
color: #666666;
text-decoration: none;
}
a:visited {
color: #666666;
text-decoration: none;
}
a:active {
color: #666666;
text-decoration: underline;
}
a:hover {	
color: #666666;
text-decoration: underline;
}

/* site specific styles */
a.service {
font-size: 14px;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-weight: bold;
color: #999999;
padding: 15px;
text-decoration: none;
}
a.service:visited {
color: #999999;
text-decoration: none;
}
a.service:active { 
color: #99cccc;
text-decoration: none;
}
a.service:hover {
color: #99cccc;
text-decoration: none;
}

.nav {
font-size: 13px;	
font-family: Verdana,Arial,Helvetica,san-serif;	
font-weight: 600;
color: #999999;
}

a.nav {
color: #999999;
text-decoration: none;
}
a.nav:visited {
color: #999999;
text-decoration: none;
}
a.nav:active { 
color: #999999;
text-decoration: underline;
}
a.nav:hover {
color: #999999;
text-decoration: underline;
}

span.portfolio_nav {
border: solid 1px #999999;
width: 18px;
height: 18px;
background-color: #eeeeee;
text-align: center;
vertical-align: middle;
padding: 4px 4px 4px 4px;
cursor: pointer;
}

span.portfolio_nav_on {
border: solid 1px #999999;
width: 18px;
height: 18px;
background-color: #cceecc;
text-align: center;
vertical-align: middle;
padding: 4px 4px 4px 4px;
cursor: pointer;
}

/* misc styles */


/* color styles */
.c0 {
background-color: #ffffff;
}
.c1 {
background-color : #eeeeee;
}
.c2 {
background-color : #999999;
}
.c3 {
background-color : #666666;
}

/* border styles */
.box_bound {
border: solid 1px #999999; 
}
.tb_bound {
border-top: solid 1px #999999;
border-bottom: solid 1px #999999;
}
.side_bound {
border-left: solid 1px #999999;
border-right: solid 1px #999999;
}
.left_bound {
border-left: solid 1px #999999; 
}
.right_bound {
border-right: solid 1px #999999; 
}
.bottom_bound {
border-bottom: solid 1px #999999; 
}

/* footer styles */
.footer {
background-color: #666666;
border: solid 1px #666666;
}

a.footer, a.footer:hover, a.footer:visited, a.footer:active {
font-size: 9px;
font-family: Verdana,Arial,Helvetica,san-serif;
color: #ffffff;
text-decoration: underline;
}