/*****************/
/*     Styles    */
/*****************/

* html a:hover
{
visibility:visible
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background-color: #fff;

}

p {
	margin: 0px 0px 10px 0px;
}

.nomargin {
	margin: 0px 0px 0px 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 10px 0px;
	font-style: normal;
	color: #003359;
	font-weight: normal;
	text-decoration: none;

}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 16px;
	color: #666;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 13px;
}

h6 {
	font-size: 12px;
}


a:link {
	color: #3a4a58;
	text-decoration: none;
}

a:hover	{
	color: #000;
	text-decoration: none;
}

a.noborder {
	border-bottom: none;
	text-decoration: none;
}

img {
	border: none;
}


	#HomeButtonLayer a.homebutton, a.homebutton:visited {
		display:block;
		padding:0px 0px 0px 15px;
		margin:0px;
		color:#394A58;
		background:url(../images/button_home_background.gif) center left no-repeat;
	}

	#HomeButtonLayer a.homebutton:hover {
		display:block;
		padding:0px 0px 0px 15px;
		margin:0px;
		color:#394A58;
		background:url(../images/button_home_background_f2.gif) center left no-repeat;
	}


	#HomepageFooterLayer a, a:visited {
		color:#FFF;
		text-decoration:none;
	}

	#HomepageFooterLayer a {
		color:#fff;
		text-decoration:none;
	}

	#HomepageFooterLayer a:hover {
		color:#A4AEB5;
		text-decoration:none;
	}

	#HomepageFooterLayer a.button, a.button:visited {
		display:block;
		padding:0px 0px 0px 25px;
		margin:0px;
		background:url(../images/allion_footer_graphic.jpg) center left no-repeat;
	}

	#HomepageFooterLayer a.button:hover {
		display:block;
		padding:0px 0px 0px 25px;
		margin:0px;
		background:url(../images/allion_footer_graphic_f2.jpg) center left no-repeat;
	}

	#FooterLayer a, #FooterLayer a:hover {
		color:#ccc;
		text-decoration:none;
	}

	#InternalFnavLayer a, a:visited, a:hover {
		color:#FFF;
		text-decoration:none;
	}

	#InternalFooterLayer a, a:visited, a:hover {
		color:#A4AEB5;
		text-decoration:none;
	}



/* Custom styles */

	#FnavLayer a, #FnavLayer a:link, #FnavLayer a:visited {
		color:#999;
	}

	#FnavLayer a:hover {
		color:#AD1525;
	}

/*
#divname, .classname {
	display properties(margin, width, z-index, etc...)

	font styles (font-width, color, text-alignment, etc...)

	theme related (border, background, etc...)
}
*/

