body {
	margin: 0px;
	padding: 0px;
}
td {
	font-family: Georgia;
	font-size: 14px;
	color:#333;
}
.positionTitle {
	font-size: 19px;
	font-family: Georgia;
	color:#000;
}
.projectTitle {
	font-size: 21px;
	font-family: Georgia;
	line-height:27px;
	color:#333;
}
.projectHeading {
	font-weight: bold;
	text-transform:capitalize;
	font-family: Verdana;
	font-size: 13px;
	color:#999;
}
a:link {
	color:#06C;
	text-transform:capitalize;
	font-family: Verdana;
	font-size: 13px;
	text-decoration:none;
}
a:visited {
	color:#06C;
	text-transform:capitalize;
	font-family: Verdana;
	font-size: 13px;
	text-decoration:underline;
}


a.visitlink:link,
a.visitlink:visited {
	font-size: 12px;
	font-family: Georgia;
	color:#C30;
	text-transform:capitalize;
	text-decoration:none;
}
a.visitlink:hover,
a.visitlink:active {
	font-size: 12px;
	font-family: Georgia;
	color:#C30;
	text-transform:capitalize;
	text-decoration:underline;
}




#top_navi {
	float:left;
	width:252px;
	margin:0;
}
#top_navi ul {
	margin: 0;
	padding: 0;
}

#top_navi ul li {
	display: inline;
	list-style-type: none;
    float: left;
    text-indent: -9999px;
}
#top_navi a {
    display: block;
    height:45px;
	width:84px;
    background-color: Transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
	-moz-outline-style: none;
}

#top_navi a#navi_top_1{
    background-image: url(/images/navi/web.jpg);
}
#top_navi a#navi_top_2 {
    background-image: url(images/navi/print.jpg);
}
#top_navi a#navi_top_3{
    background-image: url(images/navi/motion.jpg);
}


#top_navi a#navi_top_1:hover, 
#top_navi a#navi_top_2:hover,
#top_navi a#navi_top_3:hover{
    background-position: 0 -45px;
}

#current_section a#navi_top_1{
    background-image: url(/images/navi/web_on.jpg);
}
#current_section a#navi_top_2 {
    background-image: url(images/navi/print_on.jpg);
}
#current_section a#navi_top_3{
    background-image: url(images/navi/motion_on.jpg);
}
#current_section a#navi_top_1:hover, 
#current_section a#navi_top_2:hover,
#current_section a#navi_top_3:hover{
    background-position: 0 0px;
}

.thumb_cell{
	border-left:1px solid #b2b2b2;
	border-right:1px solid #b2b2b2;
	border-bottom:1px solid #b2b2b2;

}

a .thumbnail{
		border:3px solid #ffffff;
}
a:hover .thumbnail{
		border:3px solid #ff3300;
}
.thumbnailselected{
		border:3px solid #ff3300;
}