body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #333333;
	color: #FFFFFF;
	top: 15px;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
h1 {
	font-size: 30px;
	color: #ffffff;
}

a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
		font-size: 12px;

}
a:hover {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
		font-size: 12px;

}
a:active {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
		font-size: 12px;

}
a.dark:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.dark:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}

a.dark:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;

}

a.dark:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;

}
a.bcrumb:link {
	color: #a5bd63;
	text-decoration: none;
}

a.bcrumb:visited {
	color: #a5bd63;
	text-decoration: none;
	font-weight: bold;

}

a.bcrumb:active {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;

}

a.bcrumb:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;

}

#navlist {
	left: 0px;
	top: 0px;
	width: 116px;
}

#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	text-align: right;
}
#navlist li {
	margin: 0 0 4px 0;
}
#navlist a {
	/*/*/display: block;
	/*padding: 5px 48px 3px 2px;*/
	padding: 4px 0px 3px 0px;
	width: 116px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background-image:  url(images/css_nav_off.gif); /* */
}

#navlist a:link, #navlist a:visited {
	color: #ffffff;
	text-decoration: none; /* */
}
#navlist a:hover {
	background-image:  url(images/css_nav_on.gif);
	color: #ffffff;
}

#prjlist {
	left: 0px;
	top: 0px;
	width: 700px;
	list-style-type: none;
}
#prjlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
}
#prjlist li {
	margin: 0 0 10px;
	background-color: #333333;
		padding: 5px;
}
h2 {
	font-size: 18px;
	color: #ffffff;
}
h3 {
	font-size: 14px;
	color: #ffffff;
}
.bc {
	font-size: 12px;
	font-style: italic;
}
table {
	font-size: 12px;
}
.arihead {
	font-size: 100px;
	color: #999999;
}

#text {
	overflow: auto;
	padding: 5px;
	height: 300px;
	width: 155px;
	Background-color: #000000;
	scrollbar-base-color: #999999;
	}
.mainimglay {
	width: 480px;
	height: 320px;
	position: absolute;
	background-color: #000000;
}