/* CSS Document */

body{
	align: center;
 color: #333333;
	background: #f2f2f2 url(images/gradient.jpg) repeat-x left top;
	margin: 0px;
	padding: 0px;
	font: normal 11px/16px "Arial";
}

h1 {margin:0; padding:0; margin-top: 0; margin-bottom: 0; color: #2a2d5c; font-weight: bold; font-size:16px; FONT-FAMILY: arial}
h2 {margin:0; padding:0; margin-top: 0; margin-bottom: 0; color: #2a2d5c; font-weight: bold; font-size:16px; FONT-FAMILY: arial}
h3 {margin:0; padding:0; margin-top: 0; margin-bottom: 0; color: #9E0B0F; font-weight: bold; font-size:14px; FONT-FAMILY: arial}

h4{
	text-align:left;
	font-size: 14px;
	color: #9e0b0f;
	display: block;
	padding: 10px 0px;
	margin: 0px;
	font-weight: bold;
}


A:link { COLOR: blue ; TEXT-DECORATION: none}
A:visited { COLOR: blue ; TEXT-DECORATION: none}
A:hover { COLOR: blue ;TEXT-DECORATION: underline}
A:active { COLOR: blue; TEXT-DECORATION: none}

.estaus {FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: arial}
.estaus A:link { COLOR: blue; TEXT-DECORATION: none }
.estaus A:visited { COLOR: blue; TEXT-DECORATION: none }
.estaus A:active { COLOR: blue; TEXT-DECORATION: none }
.estaus A:hover { COLOR: blue; TEXT-DECORATION: underline}

.estaussm {FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: arial}
.estaussm  A:link { COLOR: blue; TEXT-DECORATION: none }
.estaussm  A:visited { COLOR: blue; TEXT-DECORATION: none }
.estaussm  A:active { COLOR: blue; TEXT-DECORATION: none }
.estaussm A:hover { COLOR: blue; TEXT-DECORATION: underline}

.estawhite {FONT-SIZE: 13px; COLOR: #ffffff; FONT-FAMILY: verdana}
.estawhite A:link { COLOR: ffffff; TEXT-DECORATION: none }
.estawhite A:visited { COLOR: ffffff; TEXT-DECORATION: none }
.estawhite A:active { COLOR: ffffff; TEXT-DECORATION: none }
.estawhite A:hover { COLOR: ffffff; TEXT-DECORATION: underline}

img{ border:none;}

.menutop {FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: arial; font-weight:bold;}
.menutop A:link { COLOR:#000000; TEXT-DECORATION: none }
.menutop A:visited { COLOR:#000000 ; TEXT-DECORATION: none }
.menutop A:active { COLOR:#000000 ; TEXT-DECORATION: none }
.menutop A:hover { COLOR:#000000 ; TEXT-DECORATION: underline}

.footerwhite {FONT-SIZE: 11px; COLOR: #FFFFFF; FONT-FAMILY: arial; }
.footerwhite A:link { COLOR:#FFFFFF; TEXT-DECORATION: none }
.footerwhite A:visited { COLOR:#FFFFFF; TEXT-DECORATION: none }
.footerwhite A:active { COLOR:#FFFFFF; TEXT-DECORATION: none }
.footerwhite A:hover { COLOR:#FFFFFF; TEXT-DECORATION: underline}

.footerblack {FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: arial;}
.footerblack A:link { COLOR:#000000; TEXT-DECORATION: none }
.footerblack A:visited { COLOR:#000000; TEXT-DECORATION: none }
.footerblack A:active { COLOR:#000000; TEXT-DECORATION: none }
.footerblack A:hover { COLOR:#000000; TEXT-DECORATION: underline}

.footergray {FONT-SIZE: 11px; COLOR: #9092A8; FONT-FAMILY: arial; }
.footergray A:link { COLOR:#9092A8; TEXT-DECORATION: none }
.footergray A:visited { COLOR:#9092A8; TEXT-DECORATION: none }
.footergray A:active { COLOR:#9092A8; TEXT-DECORATION: none }
.footergray A:hover { COLOR:#9092A8; TEXT-DECORATION: underline}

.footergray {FONT-SIZE: 11px; COLOR: #9092A8; FONT-FAMILY: arial; }
.footergray A:link { COLOR:#9092A8; TEXT-DECORATION: none }
.footergray A:visited { COLOR:#9092A8; TEXT-DECORATION: none }
.footergray A:active { COLOR:#9092A8; TEXT-DECORATION: none }
.footergray A:hover { COLOR:#9092A8; TEXT-DECORATION: underline}

.breadcrumb {font-size: 10px;	color: #737373; FONT-FAMILY: arial;}
.breadcrumb a { font-size: 10px;	color: #737373;	text-decoration: none;}
.breadcrumb a:hover {	font-size: 10px; color: #737373; text-decoration: underline;}

.language {FONT-SIZE: 11px; COLOR: #FFFFFF; FONT-FAMILY: arial; }
.language A:link { COLOR:#FFFFFF; TEXT-DECORATION: none }
.language A:visited { COLOR:#FFFFFF; TEXT-DECORATION: none }
.language A:active { COLOR:#FFFFFF; TEXT-DECORATION: none }
.language A:hover { COLOR:#FFFFFF; TEXT-DECORATION: underline}


ul{margin: 0px; padding: 0px; padding-left: 35px;}

li{margin: 0px; padding: 3px 0px;}


/* navigation_wrap */
td.background1{
	height: 41px;
	width: 688px;
	color: #FFFFFF;
	overflow:hidden;
}

#navigation_wrap {
	height: 41px;
	width: 688px;
	display: block;
	margin: 0px 0px;
	background: url(images/navigation.gif) repeat-x;
}
#navigation_wrap ul{
	margin: 0px; padding: 0px;
}
#navigation_wrap ul li{
	float: left;
	height: 41px;
	line-height: 40px;
	margin: 0px; padding: 0px;
	list-style-image: none;
	display: block;
	overflow: hidden;
}

#navigation_wrap ul li a, #navigation_wrap ul li a:active{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	padding: 13px 17px;
	font-size: 13px;
	text-transform: uppercase;
}

#navigation_wrap ul li a:hover{
	color: #ffffff;
	text-decoration: none;
	padding: 13px 17px;
	font-size: 13px;
	text-transform: uppercase;
	background: url(images/navigation-over.gif) repeat-x 0px 0px;
}
