/* GLOBAL CSS */


body{
	margin: 20px 0px 20px 0px;
	background-image:url(../images_root/backgrounds/stripes.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:150%;
}
h1{
	font-size:14pt;
	font-weight:normal;
	text-transform:uppercase;
}
h2{
	font-size:14pt;
	font-weight:normal;
}

img{
	border:none;
}

#headline h1{
	color:white;
	display:inline;
	font-size:11pt;
	font-weight:bold;
}

.rail_arrow_link{
	text-transform:uppercase;
	font-size:8pt;
	font-weight:bold;
}

/* BEGIN HEADER ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#header{
	width:765px;
	height:88px;
	padding:48px 20px 0px 20px;
	background-image:url(../images_root/backgrounds/big_button_gradient.jpg);
}
#logo{
	line-height:110%;
	text-transform:uppercase;
	font-weight:bold;
	width:300px;
}
#logo img{
	margin-bottom:5px;
}
.logo_name{
	font-size:12pt;
}
.logo_tag{
	font-size:9pt;
}
#top_nav{
	float:right;
	text-align:right;
	width:350px;
	margin-top:50px;
}
#top_nav img{
	vertical-align:text-bottom;
	margin-left:15px;
	margin-right:3px;
}
a.top_link:link, a.top_link:visited{
	text-transform:uppercase;
	font-size:9pt;
	text-decoration:none;
	font-weight:bold;
	color:#019587;
}
a.top_link:hover, a.top_link:active{
	text-transform:uppercase;
	font-size:9pt;
	text-decoration:none;
	font-weight:bold;
	color:#95010F;
}