/* CSS Document */



* {
	margin: 0;
	padding: 0;
	list-style:none;
	outline: none;
	}

img, fieldset {
	border: 0;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height:17px;
	
	



	}
	
h3.elegant { letter-spacing: -1px; font-family:"Trebuchet MS", Garamond, Georgia; font-weight: bold; font-size: 170%; text-shadow: #666666 0.2em 0.2em; color:#006699; font-style:oblique; }

/* Link styles */

a:link {
	color:#333;
	font-weight: 700;
	text-decoration: none;
	font-family: Tahoma ;
	font-size: 11px;
	}

a:visited {
	color:#333;
	font-weight: 700;
	text-decoration: none;
	font-family: Tahoma ;
	font-size: 11px;
	}
	
a:hover {
	color:#E57100;
	text-decoration: none;
	font-family: Tahoma ;
	font-size: 11px;
	}

a:active {
	text-decoration: none;
	font-family: Tahoma ;
	font-size: 11px;
	}
	
	h3.fed { color: #660099; letter-spacing: -.08em; font-size: 500%; font-family: Verdana, Arial, Helvetica, sans-serif; }
h3.fed span { color: #999999; margin: 0 0 0 -.1em; font-size: 105%; }

h3.y1 { float: left; font-size: 500%; font-family: Garamond, Georgia, "Times New Roman"; text-transform: uppercase; margin: 0;
font-weight: 0; color: #FF0000; }

h3.y2 { float: left; font-size: 350%; font-family: Garamond, Georgia, "Times New Roman"; text-transform: uppercase; margin: 15px 0 0 -10px; font-weight: 0; color: #FF0000; }

h3.y3 { float: left; font-size: 350%; font-family: Garamond, Georgia, "Times New Roman"; text-transform: uppercase; margin: 8px 0 0px -5px; font-weight: 0; color: #FF0000; }

h3.y4 { float: left; font-size: 300%; font-family: Garamond, Georgia, "Times New Roman"; text-transform: uppercase; margin: 12px 0 0px -5px; font-weight: 0; color: #FF0000; }

h3.y5 { float: left; font-size: 350%; font-family: Garamond, Georgia, "Times New Roman"; text-transform: uppercase; margin: 6px 0 0px -1px; font-weight: 0; color: #FF0000; }

h3.y6 { float: left; font-size: 350%; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 4px 0 0px -1px; font-weight: 0; color: #FF0000; }

p.tag a { font-size: 85%; text-align: center; color: #FF3300; }
p.tag a:hover { background: #FFFF66; }


/* FORM
--------------------------------------------------------- */
form {
	margin: 5px;
	padding: 5px;
}

input, select {
	
}

select, .inputbox {
	padding: 2px;
}

textarea {
	padding-left: 6px;
}

.button {
	border: 0px solid  #000;
	padding: 3px 3px;
   background: url(../images/button_bg.png);
	color: #fff;

	font-size:9px;
	font-weight: 500;
	 



}

.button:hover, .button:focus {
	border: 0px solid  #999999;
}

.inputbox {
	border: 1px solid #666666;
	background: #fff;
	
	
	
}

.inputbox:hover, .inputbox:focus {
	border: 1px solid #999999;
}

	

