/* Normal text & bold */

.nortext {
	font-family:Verdana;
	color:#000000;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	text-align:justify;
}
.stext
{
	font-family:Verdana;
	color:#000000;
	font-size: x-small;
	font-weight:normal;
	text-decoration:none;
	text-align:justify;	
}

.textbold {
	font-family:Verdana;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}


.textitalic {
	font-family:Verdana;
	color:#000000;
	font-size:12px;
	text-decoration:underline;
	font-style:italic;
}

/* header */

.header {
	font-family:Verdana;
	color:#9F0640;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.midheader {
	font-family:Verdana;
	color:#9F0640;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}


.header2 {
	font-family:Verdana;
	color:#FFF0F3;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
.header3 {
	font-family:Verdana;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

/* norlink */

a.normal:link { 
	text-decoration: underline; 
	font-family:Verdana; 
	color: #000000;
	font-weight:bold;
} 

a.normal:visited { 
	text-decoration: underline; 
	color: #000000;
	font-weight:bold;
} 

a.normal:hover {
	color: #000000;
	text-decoration:underline;
	font-weight:bold;
} 

a.normal:active { 
	color: #000000; 
	text-decoration: underline;
	font-weight:bold;
} 

/* Link text */

a:link { 
	text-decoration: underline; 
	font-family:Verdana; 
	color: #000000;
	font-weight:bold;
} 

a:visited { 
	text-decoration: underline; 
	color: #000000;
	font-weight:bold;
} 

a:hover {
	color: #9F0640;
	text-decoration: none;
	font-weight:bold;
} 

a:active { 
	color: #000000; 
	text-decoration: underline;
	font-weight:bold;
} 

/* Link text2 */

a.linkpage:link { 
	text-decoration: underline; 
	font-family:Verdana; 
	color: #A50029;
	font-weight:bold;
} 

a.linkpage:visited { 
	text-decoration: underline; 
	color: #A50029;
	font-weight:bold;
} 

a.linkpage:hover {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
} 

a.linkpage:active { 
	color: #A50029; 
	text-decoration: underline;
	font-weight:bold;
}