html, body {
	min-height: 		100%;
	font-family:		arial, sans-serif;
	font-size: 			10pt;
	color:				#013e7f;
	overflow:			hidden;
}

* html {
	height:				100%;
}


#index {
	background-color: 	#2D4492;
	color: 				white;
	overflow:			hidden;
}

#indexcontent {
	position:		absolute;
	top:			50%;
	width: 			500px;
	left:			50%;
	margin-left:	-250px;
	margin-top:		-300px;
}

#choice {
	text-align: 	center;
	line-height: 	25px;
	margin-top:		150px;
	position:		absolute;
	width:			500px;
	left:			50%;
	margin-left:	-250px;
	overflow:		hidden;
}

.introcontainer {
	margin:			0px;
	padding-left:	120px;
}
.introlink {
	margin-left:	15px;
	height:			25px;
	font-family: 	arial, sans-serif;
	display:		block; 
	text-decoration:none;
	line-height: 	25px;
	vertical-align: middle;
	font-size: 		12pt;
	color:			#ffffff;
	float:			left;
}
.introlink_selected {
	cursor:			pointer;
	font-weight: 	bold;
}
.introlinkcontainer {
	cursor:			pointer;
}
.introimagecontainer {
	float:left;
	width:40px;
	height:25px;
}

