@charset "UTF-8";
body {
	margin: 0px;
	background-image: url(images/bg_fingerprint.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#content {
	margin:0;
	width: 900px;
	float: left;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: normal;
	line-height: 22px;
}
.txt_blue20 {
	color: #2DA6E4;
	font-size: 20px;
	font-weight: bold;
}

.txt_blue26 {
	color: #2DA6E4;
	font-size: 26px;
	font-weight: bold;
}


#nav {
	width:232px;
	float: left;
}

#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 29px;
	color: #252525;
	font-weight: bold;
	text-decoration: none;
	line-height: 27px;
}

#nav a:hover {
	background-color: #2DA6E4;
	color:#EEEEEE;
}

#nav li {
	list-style-type: none;
}

#content li {
	list-style-type: none;
	list-style-image: url(images/p_arrowbullet.gif);
	list-style-position: outside;
}
.body12grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888888;
}
a.project {
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2DA6E4;
}
a.project:hover {
	color: #26BAC3;
}
.grey_header {
	font-family: Helvetica, Arial, Geneva;
	font-size: 26px;
	font-weight: bold;
	color: #252525;
}
#TICKER {
	background-color: #3EC1C9;
	color: #FFFFFF;
	height: 22px;
	position: fixed; 
	bottom: 0px; 
	left: 0px; 
	width: 100%;
}
.ticker_type {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Helvetica, Arial, Geneva;
}
.grey14px {
	font-family: Helvetica, Arial, Geneva;
	color: #6F6F6F;
	line-height: 30px;
}

