@charset "utf-8";
/* CSS Document */

body,a,input
{
	margin: 0px;
	padding: 0px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	font-weight:normal;
	line-height: 1.6em;
	color: #333333;
	text-decoration:none;
	background-color: #F7F7F7;
}

a img
{
	border: none;
}

h1,h2
{
	font-size: 18px;
	margin: 0px;
	padding-bottom: 0.5em;
}

h2
{
	color: #666666;
}

p, p a, .emp
{
	/*color: #b5b5b5;*/
	font-style:italic;
	padding-bottom: 1em;
	margin: 0px;
}

a.menu
{
	/*color: #b5b5b5;*/
	font-style:italic;
}

a:hover,a.selected
{
	text-decoration:underline;
	cursor:pointer;
}

a:hover div
{
	/*color:#00F;*/
	display:inline;
}

.collaborator
{
	font-weight:bold;
	font-style:italic;
}.career-title {
	/*color: #231f20;*/
	font-weight: bold;
}
.soft {
	font-style: italic;
	/*color: #b5b5b5;*/
}

input
{
	border: none;
	background-color: #F7F7F7;
}

input.default
{
	text-decoration:underline;
}

.link
{
	cursor:pointer;
}

.link:hover
{
	text-decoration:underline;
}

.imageLink
{
	font-style:italic;
}

.transparent
{
/*	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;*/
	opacity: 0;
}

#logo
{
	padding-top: 0.5em;
}

#topLine
{
	background-color:#bcbcbc;
	width:100%;
	height:1px;
	margin-top:-0.5em;
}

#creditLink
{
	color:#999999;
	font-style:italic;
	padding-bottom:20px
}

.linkCursor
{
	cursor:pointer;
}