body {
	margin-top: 0px;
	font-family:arial;
	font-size:13px;
}

.hand {
	cursor:hand;
}

.fontLarge{
	font-family:arial;
	font-size:20px;
}

.fontLargeRed{
	font-family:arial;
	font-size:20px;
	color:red;
}


.fontBlack{
	font-family:arial;
	font-size:12px;
	color:black;
}

.fontWhite{
	font-family:arial;
	font-size:12px;
	color:white;
}

.fontRed{
	font-family:arial;
	font-size:12px;
	color:red;
}


.fontWhiteBold{
	font-family:arial;
	font-size:12px;
	color:white;
	font-weight:bold; 
}


.fontSmall{
	font-family:arial;
	font-size:10px;
}

.large {
	font-family:arial;
	font-size:28px;
	font-weight:bold;
}

#wrapper {
	position:relative;
	width:800px;
	
}

#mnuDrilling {	
	left:46px;
	top:202px;
}

#mnuTapping {	
	left:143px;
	top:202px;
}

#mnuMulti {	
	left:249px;
	top:202px;
}

.menuTop {
	position:absolute;
	background:#000000;
	display:none;
	width:200px;
	padding-bottom:2px;
}


.menuItem {
	position:relative;
	text-align:left;
	line-height:25px;
	background:#2d3091;
	color:white;
	width:97%;
	cursor:pointer;
	font-family:arial;
	font-size:13px;
	font-weight:bold;
}

#colLeft {
	float:left;
	padding-left:50px;
	padding-top:10px;
	width:200px;
}

#colRight {
	float:right;
	padding-right:50px;
	width:200px;
}

a:link {
	color:#2e3192;
}

a:visited {
	color:#2e3192;
}

a:hover {
	color:#2e3192;
}

a:active {
	color:#2e3192;
}

.fontWhite a:link {
	color:white;
}

.fontWhite a:visited {
	color:white;
}

.fontWhite a:hover {
	color:white;
}

.fontWhite a:active {
	color:white;
}

.fontLargeRed a:link {
	color:red;
}

.fontLargeRed a:visited {
	color:red;
}

.fontLargeRed a:hover {
	color:red;
}

.fontLargeRed a:active {
	color:red;
}
