

/*  Links  */
a {  font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 11.5px; font-weight: normal; color: #333333; line-height: 15px; text-decoration: underline; border: 0;}
a:hover {  font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 11.5px; font-weight: normal; color: #666666; line-height: 15px; text-decoration: underline; border: 0;}

a.nav {  font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 10px; color: #333333; font-weight: bold; text-decoration: none;}
a.nav:hover {  font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 10px; color: #666666; font-weight: bold; text-decoration: none;}

a.nav_high {  font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 10px; color: #666666; font-weight: bold; text-decoration: none;}
a.nav_high:hover {  font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 10px; color: #666666; font-weight: bold; text-decoration: none;}

a.newsHigh {  font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 11.5px; color: #000000; font-weight: bold; line-height: 15px; text-decoration: underline; border: 0;}
a.newsHigh:hover {  font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 11.5px; color: #000000; font-weight: bold; line-height: 15px; text-decoration: underline; border: 0;}

a.bodyLink {  font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 11.5px; color: #8C8C8C; line-height: 15px; text-decoration: none;}
a.bodyLink:hover {  font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 11.5px; color: #8C8C8C; line-height: 15px; text-decoration: underline;}




/*  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: 10px;
	line-height: 12px;
	font-weight: 200;
	color: #333333;
	text-decoration: none;
	margin-top: 0px;
}

.bodyText {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11.5px;
	line-height: 15px;
	color: #333333;
	margin-bottom: 0px;
}





/* General */

html {
    overflow-y: scroll;
}


body {
	background-color:#e6ecec;
}


.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;
	position: absolute;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
	line-height: 10px;
	width: 180px;
	height: 20px;
	float: left;
	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;
	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: 997;
}

.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;
}



























