a.menu:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;



}
a.menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;


}
a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	background-color: #CCCC99;
	font-size: 12px;



}
.support_td {
	padding: 10px;


}
a.admin:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;

}
a.admin:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;

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

}
s {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	background-color: #CCCC99;
	text-decoration: none;
	font-size: 12px;

}
.sadmin {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCC99;
	text-decoration: none;
}
a {
	color: #0000CC;
	text-decoration: underline;
}
html, body {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	background-color: #464646;
	font-size: 16px;
	background-image: url(/images/9N-8N-NAA.png);
	background-attachment: fixed;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC9;
}
.height {
	height: 100%;
	background-color: #F3F7DE;
}
.tableborder {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #EEEEEE;
	background-color: #CCCC99;
}
a:link {
	color: #0000CC;
}
a:visited {
	color: #0000CC;
}
a:hover {
	color: #FF0000;
}
.bulletin {
	background-color: #FF9;
	padding: 3px;
	border: 1px dashed #C00;
}
.justified {
	text-align: justify;
}

.smallfont {
	font-size: 14px;
	text-align: justify;
	border: 1px solid #333;
}
.tinyfont {
	font-size: 10px;
}
.subheading {
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	background-color: #FFFFFF;
	text-align: left;
}
.toptable {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: bold;
	color: #FFF;
}
.description {
	font-size: 12px;
	text-align: center;
}
.paddingleft {
	padding-left: 10px;
	background-color: #F3F7DE;
}
.paddingright {
	padding-right: 15px;
}
.trbkgnd {
	background-image: url(/images/ntc_homepage_04.png);
}
.trbkgndxmas {
	background-image: url(/images/ntc_homepage_xmas_04.png);
}

/*Image Hosting Dropdown*/
.dropbtn {
	color: white;
	font-size: 12px;
	border: none;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 82px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}   

.dropdown-content a {
    color: black;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;	
}

.dropdown-content a:hover {
	background-color: #CC9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
	background-color: #CC9;
	color: #000;
}
