

/*  Links  */
a.nav { font-family: Courier, 'Courier New', monospace; font-size: 11px; font-weight: 50; color: #999999; text-decoration: none; border: 0;}
a.nav:hover { font-family: Courier, 'Courier New', monospace; font-size: 11px; font-weight: 50; color: #000000; background: #FFFFFF; text-decoration: none; border: 0;}

a.nav_high { font-family: Courier, 'Courier New', monospace; font-size: 11px; font-weight: 50; color: #000000; text-decoration: none; border: 0;}
a.nav_high:hover { font-family: Courier, 'Courier New', monospace; font-size: 11px; font-weight: 50; color: #000000; text-decoration: none; border: 0;}

a.bodyLink { font-family: Courier, 'Courier New', monospace; font-size: 11px; font-weight: 50; color: #999999; text-decoration: none; border: 0;}
a.bodyLink:hover { font-family: Courier, 'Courier New', monospace; font-size: 11px; font-weight: 50; color: #000000; background: #FFFFFF; text-decoration: none; border: 0;}

a { font-family: Courier, 'Courier New', monospace; font-size: 11px; font-weight: 50; color: #999999; text-decoration: none; border: 0;}
a:hover { font-family: Courier, 'Courier New', monospace; font-size: 11px; font-weight: 50; color: #000000; text-decoration: none; border: 0;}




/*  Text  */

H1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
}

.H1_high {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	color: #666666;
	text-decoration: none;
	margin-top: 0px;
}

H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11.5px;
	line-height: 12px;
	font-weight: 200;
	color: #333333;
	text-decoration: none;
	margin-top: 0px;
}

.bodyText {
	font-family: Courier, 'Courier New', monospace;
	font-size: 11px;
	color: #999999;
	font-weight: 50;
}

.blackText {
	font-family: Courier, 'Courier New', monospace;
	font-size: 11px;
	color: #000000;
	font-weight: 50;
}





/* General */

body {
	background-color:#FFFFFF;
	background-image: url('../images/BG.jpg');
	background-repeat: repeat-y;
	background-attachment: fixed;
	font-family: Courier, 'Courier New', monospace;
	font-size: 11px;
	color: #FFFFFF;
	overflow-y: hidden;
	
}



.logoBG{
	background: url(../images/IMG_logo.jpg) no-repeat; 
	vertical-align: top;
}

hr{
	color: #CCCCCC;
}

div{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-safari-box-sizing: border-box;
	box-sizing: border-box;
}


.dialogue_box{
	display: none;
	margin: auto;
	position: absolute;
	left: 10%;
	top: 40%;
	z-index: 999;
}




/* MISC  */

.dropBox{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-safari-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	line-height: 10px;
	width: 180px;
	height: 20px;
	float: left;
	margin-top: 90px;
	border: 1px solid #CCCCCC;
	padding-top: 4px;
	padding-left: 5px;
	background-image: url('../images/IMG_drop_BG.jpg');
	cursor: pointer;
	z-index: 998;
}

.dropList{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-safari-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	position: absolute;
	width: 180px;
	margin-top: 109px;
	background-image: url('../images/IMG_dropList_BG.png');
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding-top: 3px;
	padding-left: 3px;
	z-index: 998;
}

.dropItem{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-safari-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #333333;
	font-weight: bold;
	width: 178px;
	height: 16px;
	padding-top: 3px;
	padding-left: 5px;
	margin-left: -3px;
	cursor: pointer;
}



























