@charset "utf-8";
/* CSS Document */

/*Apply this class to the text you'd like a different link color. Text that 
 is not a link will appear in this style.*/

#navbar {
}

/*These are the 	link style definitions.*/
a.navbar:link {
	color: #139B48
}
a.navbar:visited {
	color: #000000;
	text-decoration: none
}
a.navbar:hover {
	color: #13669A;
	text-decoration: underline
}
a.navbar:active {
	color: #000000
}


#navbar2 {
}

/*These are the 	link style definitions.*/
a.navbar2:link {
	color: #0F5286;
	font-size:10px
}
a.navbar2:visited {
	color: #000000;
	text-decoration: none;
	font-size:10px
}
a.navbar2:hover {
	color: #13669A;
	text-decoration: underline;
	font-size:10px
}
a.navbar2:active {
	color: #000000;
	font-size:10px
}



#navbar3 {
}

/*These are the 	link style definitions.*/
a.navbar3:link {
	color: #0F5286;
	font-size:10px
}
a.navbar3:visited {
	color: #000000;
	text-decoration: none
}
a.navbar3:hover {
	color: #13669A;
	text-decoration: underline;
	font-weight:normal
	
}
a.navbar3:active {
	color: #000000
}

/*alternate like color*/
#navbar4 {
}
a.navbar4:link {
	color: #0F5286;
}
a.navbar4:visited {
	color: #000000;
	text-decoration: none
}
a.navbar4:hover {
	color: #13669A;
	text-decoration: underline
}
a.navbar4:active {
	color: #000000
}	

#navbar5 {
}

/*These are the 	link style definitions.*/
a.navbar5:link {
	color: #0F5286;
	font-size:11px
}
a.navbar5:visited {
	color: #000000;
	text-decoration: none;
	font-size:11px
}
a.navbar5:hover {
	color: #13669A;
	text-decoration: underline;
	font-size:11px
}
a.navbar5:active {
	color: #000000;
	font-size:11px
}



#navbar6 {
}

/*These are the 	link style definitions.*/
a.navbar6:link {
	color: #0F5286;
	font-size:16px;
	font-weight:bold
}
a.navbar6:visited {
	color: #000000;
	text-decoration: none;
	font-size:16px;
	font-weight:bold
}
a.navbar6:hover {
	color: #13669A;
	text-decoration: underline;
	font-size:16px;
	font-weight:bold
}
a.navbar6:active {
	color: #000000;
	font-size:16px;
	font-weight:bolder
}