@charset "UTF-8";

/* CSS Document */

/*//////////////////// BODY ////////////////////*/

body { 
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: top;
	background-attachment:fixed;	
	margin: 0px;
	padding: 0px;
	border:none;
}

/*//////////////////// DIVs ////////////////////*/

div.image {
	float: none;
	margin: 0px;
	position: absolute;
	border: none;
}

div.imageopaque {
	float: none;
	margin: 0px;
	position: absolute;
	border: none;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

div.mainarea {
	float: none;
	width: 800px;
	height: 800px;
	margin: 0px;
	border: none;
	position: absolute;
	border: none;
	text-align: left;
}

div.equipmentNav {
	float: none;
	width: 150px;
	height: 140px;
	margin: 0px;
	position: absolute;
	border: none;
}

div.logo {
	float: none;
	width: 300px;
	height: 100px;
	margin: 0px;
	border: none;
	position: absolute;
	border: none;
	text-align: left;
}

div.announcement {
	float: none;
	width: 700px;
	height: 40px;
	margin: 0px;
	border: none;
	position: absolute;
	border: none;
	text-align: right;
	font-family: arial;
	font-weight: book;
	word-spacing: 2px;
	line-height: 20px;	
	font-size: 20px;
	color: #333333;
	letter-spacing: 0.8px;
}

div.maintext {
	float: none;
	margin: 0px;
	border: none;
	position: absolute;
	border: none;
	text-align: left;
	font-family: arial;
	font-weight: book;
	word-spacing: 1px;
	line-height: 18px;	
	font-size: 12px;
	color: #333333;
	letter-spacing: 0.4px;
}

div.topmenu {
	float: none;
	width: 160px;
	height: 40px;
	top: 150px; 
	margin: 0px;
	border: none;
	position: absolute;
	border: none;
}

/*//////////////////// LINK ////////////////////*/

.linkStyle1 a:link {
	color: #0099CC;
	background-color: none;
	text-decoration: none;		
}

.linkStyle1 a:visited {
	color: #999999;
	background-color: none;
	text-decoration: none;	
}

.linkStyle1 a:hover {
	color: #0099CC;
	background-color: none;
	text-decoration: none;
}

.linkStyle1 a:active {
	color: #0099CC;
	background-color: none;
	text-decoration: none;
}

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

.linkStyle2 a:visited {
	color: #FFFFFF;
	background-color: none;
	text-decoration: none;	
}

.linkStyle2 a:hover {
	color: #FF6600;
	background-color: none;
	text-decoration: none;
}
.linkStyle2 a:active {
	color: #FFFFFF;
	background-color: none;
	text-decoration: none;
}

.linkStyle3 a:link {
	color: #333333;
	background-color: none;
	text-decoration: none;		
}

.linkStyle3 a:visited {
	color: #333333;
	background-color: none;
	text-decoration: none;	
}

.linkStyle3 a:hover {
	color: #FF6600;
	background-color: none;
	text-decoration: none;
}

.linkStyle3 a:active {
	color: #333333;
	background-color: none;
	text-decoration: none;
}

/*////////////////////// P /////////////////////*/

p.headline {
	font-family: arial;
	font-weight: bold;
	word-spacing: 1px;
	line-height: 24px;	
	font-size: 16px;
	color: #000000;
	letter-spacing: 0.6px;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
}


/*////////////////////// P.WHITE /////////////////////*/

p.white {
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: left;
	top: 0px;
}


/*///////////////////// PRE ////////////////////*/

pre {
	font-size: 9px;
	color: #333333;
	vertical-align: top;
	text-align: left;
}


