

P,td,body {

font: 14px 'arial';
color: #000000;
font-weight: normal;

}

P.times {

font: 15px 'times';
color: #000000;
font-weight: normal;

}

H2.heading {

font: 'technical';

color: #003399;

font-weight: bold;

}


/* Definition for A tag  */

A

{	font:  bold 10px 'arial';

	color : 333399;

	text-decoration : none;	}


/* HOVER effect for IE4+ */

A:HOVER

{	color : 3366CC;	}



/* ACTIVE definition */

A:ACTIVE

{	color : FF0000;

	font-style : italic;	}
	
p.highlight{
	padding: 10px;
	font:  normal 10px 'arial';
	color:#a83838;
	background-color:#e6e6e6;
}
p.highlight2{
	padding: 10px;
	font:  normal 10px 'arial';
	color:#003399;
	background-color:#f1f4f9;
}
a.mainNav{
	font:  bold 14px 'arial';
	letter-spacing: .1em;
}
a.mainNav:hover{
	border-right:#003399 1px solid;
	color : #3366CC;
	margin-right: 5px;
}
a.mainNav3{
	font:  bold 14px 'arial';
	letter-spacing: .1em;
	line-height: 1.8em;
	padding-left: 10px;
	padding-right: 10px;
}
a.mainNav3:hover{
	color : #a83838;	
	border-bottom:#006699 1px solid;
	border-top:#006699 1px solid;
}
/* CURRENT link */

#CURRENT

{	color : #333399;		}

