/*BiometriTech Style Sheet*/
/*Script controls the H1 tag's padding and margin*/
h1 {
	color:#000000; 
	font-family:Arial; 
	font-size:12px; 
	text-decoration:none; 
	padding:0; 
	margin:0;
}
/*Daily News Alerts Title*/
.daily {
	font-size: 16px;
	color: #FF9900; 
	font-weight: bold; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	}
	
/*News feed article Titles*/
.headerTitles {
	font-size: 16px;
	color: #003366;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

/*This script controls the look of the headers on the right-hand side*/
.biometritech {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF9900;
}
.getalerts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF9900;
}
.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

/*This script controls the box border for the feature articles and biometritech news*/
.box {
	border: thin solid #006699;
}

/*This script controls the look and feel of the links in Feature Articles*/
a.FeatureArtticles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #006699;
	font-weight: bold;
	line-height: 22px;
}
a.FeatureArtticles:link {
	text-decoration: none;
}
a.FeatureArtticles:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a.FeatureArtticles:hover {
	text-decoration: none;
	color: #FF9900;
}
a.FeatureArtticles:active {
	text-decoration: none;
	color: #FFFFFF;
}

/*This controls the font and color of the information text-content below the feature article links*/
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	}
.content2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	}

/*The script controls right-hand navigation look and feel*/
a.biometritechnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 18px;
	padding: 0px;
}
a.biometritechnav:link {
	text-decoration: none;
}
a.biometritechnav:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a.biometritechnav:hover {
	text-decoration: none;
	color: #FF9900;
}
a.biometritechnav:active {
	text-decoration: none;
	color: #FFFFFF;
}

/*Sript controls the links font and color*/
a.navbiometri {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	font-weight: bold;
	line-height: 22px;
}
a.navbiometri:link {
	text-decoration: none;
}
a.navbiometri:visited {
	text-decoration: none;
	color: #000000;
}
a.navbiometri:hover {
	text-decoration: none;
	color: #FF9900;
}
a.navbiometri:active {
	text-decoration: none;
	color: #000000;
}




a.latestnews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	line-height: 18px;
}
a.latestnews:link {
	text-decoration: none;
}
a.latestnews:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a.latestnews:hover {
	text-decoration: none;
	color: #FF9900;
}
a.latestnews:active {
	text-decoration: none;
	color: #FFFFFF;
}

