HTML,BODY {
	background-color: Black;
	color: Black;
	font-family: Helvtica, Sans-Serif, Arial;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	
}

TABLE {
	border-style: solid;
	border-width: 0px;
	border-color: red;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

TD {
	border-style: solid;
	border-width: 0px;
	border-color: green;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

P {
	font-family: sans-serif;
	font-size: medium;
	color: #cccccc;
	text-align: left;
}
P.title2 {
	font-family: sans-serif;
	font-size: x-large;
	color: #cccccc;
	text-align: left;
	padding: 0px;
	margin: 40px 0px 0px 0px;
}



.rollover a {
	display: block;
	width: 62px;
	height: 55px;
	padding: 0px;
	font: bold 13px sans-serif;;
	color: #333;
	text-decoration: none;
}

.btHome {
	background: url('../images/icon_home.png') 0 0 no-repeat;
}
.btMe {
	background: url('../images/icon_me.png') 0 0 no-repeat;
}
.btAi {
	background: url('../images/icon_ai.png') 0 0 no-repeat;
}

.rollover a:hover {
	background-position: 0 -55px;
	color: #049;
}

.rollover a:active {
	background-position: 0 -110px;
	color: #fff;
}





#menu {
	
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu li.menu {
	float: left;
	position: relative;
	list-style: none;
	background-color: #560000;
	margin: 2px 6px;
	padding: 2px 10px;
	border: solid 1px #aa0000;
	cursor: pointer;
	width: 60px;
	text-align: center;
}

#menu li.menu:hover {
	background-color: #704040;
}

#menu a {
	color: #cccccc;
	text-decoration: none;
}

#menu li ul {
	display: none;
	position: absolute;
	top: 21px;
	left: -7px;
	background-color: #560000;
	margin: 2px 6px;
	padding: 2px 10px;
	border: solid 1px #aa0000;
	cursor: pointer;
	width: 150px;
	text-align: left;
}

#menu li.menuitem {
	font-size: smaller;
	float: left;
	position: relative;
	list-style: none;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 100%;
	text-align: left;
}

#menu li.menuitem:hover {
	background-color: #704040;
}

#menu li:hover ul {
	display: block;
}


H1 {
	color: #eeeeee;
}

H2 {
	color: #eeeeee;	
}


DIV.box {
	position: relative;
}

A.java {
	color: #e3e092;
	text-decoration: none;
	font-weight: normal;
}
A.java:hover {
	color: #584110;
}

A {
	color: #e3e092;
	text-decoration: none;
	font-weight: normal;
}
A:hover {
	color: #584110;
}

A.next {
	color: #cccccc;
	text-decoration: none;
	font-weight: bolder;
}
A.next:hover {
	color: #ffffff;
}




.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}
