/* NESVITA 2006 Website Stylesheet
Date Created: November 9, 2006 */

/* General Definitions */

body {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	scrollbar-face-color: #0C7C47;
    scrollbar-shadow-color: #ffffff;
    scrollbar-highlight-color: #ffffff;
    scrollbar-3dlight-color: #0C7C47;
    scrollbar-darkshadow-color: #0C7C47;
    scrollbar-track-color: #8DC63F;
    scrollbar-arrow-color: #ffffff;
}

h1 { font-size: 13px}
h2 { font-size: 12px}
p, ul, li, a, td { font-size: 12px}

a.articlelnk:link {   
	color: #0B6A3D; 
	text-decoration: none;
}
a.articlelnk:visited {   
	color: #0B6A3D; 
	text-decoration: none;
}
a.articlelnk:active {   
	color: #0B6A3D; 
	text-decoration: none; 
}
a.articlelnk:hover {  
	color: #D84391; 
	text-decoration: underline;
}

a.morelnk:link {
	font-weight: bold;
	color: #D84391; 
	text-decoration: none; 
}
a.morelnk:visited {
	font-weight: bold; 
	color: #D84391; 
	text-decoration: none; 
}
a.morelnk:active {
	font-weight: bold;
	color: #D84391; 
	text-decoration: none; 
}
a.morelnk:hover {
	font-weight: bold; 
	color: #0B6A3D; 
	text-decoration: underline; 
}

.hdgreen {  
	font-size: 13px;
	color: #0B6A3D;
	font-weight: bold;
}

.smalltxt9 {  
	font-size: 9px;
}

.smalltxt10 {  
	font-size: 10px;
}

.smalltxt11 {  
	font-size: 11px;
}

a.pivotallnk:link {
	font-size: 9px;
	color: #FFFF99; 
	text-decoration: none
}
a.pivotallnk:visited {   
	font-size: 9px;
	color: #FFFF99; 
	text-decoration: none
}
a.pivotallnk:active {   
	font-size: 9px;
	color: #FFFF99; 
	text-decoration: none
}
a.pivotallnk:hover {  
	font-size: 9px;
	color: #FFFF00; 
	text-decoration: underline
}


