/* LINK STYLES CSS						*/
/* 1) General Link						*/
/* 2) Non underlined link				*/
/* 3) Free normal button.				*/
/* 4) Free tiny button.					*/
/* 5) Inline button.						*/

/* GENERAL LINK							*/

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

/* NON UNDERLINED LINK	- BLACK		   */

a.nu {
	font-size: 1.1em;
	text-decoration: none;
	padding-left: 0.2em;
	padding-right: 0.2em;
	}

a.nu:link {
	color: #333333;
	}

a.nu:visited {
	color: #888888;
	}

a.nu:hover {
	color:#ffffff;
	background-color:#999999;
	text-decoration:underline;
	}

/* NON UNDERLINED LINK	- RED		   */

a.nur {
	font-size: 1.1em;
	text-decoration: none;
	padding-left: 0.2em;
	padding-right: 0.2em;
	}

a.nur:link {
	color: #ee0000;
	}

a.nur:visited {
	color: #cc0000;
	}

a.nur:hover {
	color:#ffffff;
	background-color:#dd0000;
	}

/* NON UNDERLINED LINK	- BLUE	   */

a.nub {
	font-size: 1.1em;
	text-decoration: none;
	padding-left: 0.2em;
	padding-right: 0.2em;
	}

a.nub:link {
	color: #0000ee;
	}

a.nub:visited {
	color: #0000cc;
	}

a.nub:hover {
	color:#ffffff;
	background-color:#0000dd;
	}
	
/* FREE NORMAL BUTTON					*/

a.nbutton {
	font-size:1.1em;
	padding:0.3em 0.5em 0.3em 0.5em;
	text-decoration:none;
	}

a.nbutton:link {
	color:#ffffff;
	background-color: #82864A;
	border-top:0.25em solid #eeeeee;
	border-right:0.25em solid #888888;
	border-bottom:0.25em solid #888888;
	border-left:0.25em solid #eeeeee;
	}

a.nbutton:visited {
	color:#cccccc;
	background-color:#929854;
	border-top:0.25em solid #eee;
	border-right:0.25em solid #888;
	border-bottom:0.25em solid #888;
	border-left:0.25em solid #eee;
	}

a.nbutton:hover {
	color:#000000;
	background-color:#eeFFdd;
	border-top:0.25em solid #aaaaaa;
	border-right:0.25em solid #dddddd;
	border-bottom:0.25em solid #dddddd;
	border-left:0.25em solid #aaaaaa;
	}
	
/* FREE TINY BUTTON						*/

a.tbutton {
   font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.0em;
   padding:0.15em 0.5em 0.18em 0.5em;
	text-decoration:none;
	}

a.tbutton:link {
	color:#ffffff;
	background-color:#929854;
	border-top:0.15em solid #dddddd;
	border-right:0.15em solid #999999;
	border-bottom:0.15em solid #999999;
	border-left:0.15em solid #dddddd;
	}

a.tbutton:visited {
	color:#dddddd;
	background-color:#929854;
	border-top:0.15em solid #dddddd;
	border-right:0.15em solid #999999;
	border-bottom:0.15em solid #999999;
	border-left:0.15em solid #dddddd;
	}

a.tbutton:hover {
	color:#000000;
	background-color:#eeFFdd;
	border-top:0.15em solid #999999;
	border-right:0.15em solid #dddddd;
	border-bottom:0.15em solid #dddddd;
	border-left:0.15em solid #999ddd;
	}

/* INLINE BUTTON							*/

a.ibutton {
	font-size: 0.9em;
   padding-top: 0.0em;
	padding-right: 0.5em;
	padding-bottom: 0.0em;
	padding-left: 0.5em;
	text-decoration: none;
	}

a.ibutton:link {
	color: #000000;
	background-color:#ccddcc;
	border-top: 0.1em solid #999;
	border-right: 0.1em solid #999;
	border-bottom: 0.1em solid #999;
	border-left: 0.1em solid #999;
	}

a.ibutton:visited {
	color: #777777;
	background-color:#eeeeff;
	border-top: 0.1em solid #999;
	border-right: 0.1em solid #999;
	border-bottom: 0.1em solid #999;
	border-left: 0.1em solid #999;
	}

a.ibutton:hover {
	color:#000000;
	background-color: #FFFFCC;
	border-top: 0.1em solid #999;
	border-right: 0.1em solid #999;
	border-bottom: 0.1em solid #999;
	border-left: 0.1em solid #999;
	}
