/* Links */
a, a:link, a:visited {
 text-decoration: none;
 color: #0095DA;
}
a:link:hover, a:visited:hover {
 text-decoration: none;
 color: #005A8D;
}


/* Page */
body {
	font-family: arial;
	font-size: 12px;
}

h1 {
	font-weight: bold;
	font-size: 18px;
	color: #005387;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	color: #6D6F71;
}

td.content {
	font-size: 12px;
	color: #6E6F72;
	height: 400px;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}

td.footer {
	font-size: 12px;
	font-weight: bold;
	color: #C9CACB;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

td.footer a{
	color: #0095DA;
}

td.yellow_links {
	text-align: right;
	padding-right: 15px;
}

td.yellow_links a:link, td.yellow_links a:visited {
	font-weight: bold;
	font-size: 13px;
	color: #ECB32C;
}

td.breadcrumb {
	width: 898px;
	height: 25px;
	font-weight: bold;
	font-size: 13px;
	color: #6E6F72;
	padding-left: 15px;
}

td.breadcrumb a:link, td.breadcrumb a:visited {
	font-weight: bold;
	font-size: 13px;
	color: #6E6F72;
}

td.blue_column {
	background-image:url(images/submenu_back.gif);
	background-repeat: repeat-x;
	vertical-align: top;
	padding: 14px;
	vertical-align: top;
}

td.date {
	width: 103px;
	height: 25px;
	font-weight: bold;
	font-size: 13px;
	text-align: right;
	color: #6E6F72;
	padding-right: 30px;
}

td.news_heading {
	font-weight: bold;
	font-size: 14px;
	color: #005387;
}

td.news_desc {
	font-weight: bold;
	padding-top: 3px;
	font-size: 11px;
	color: #6D6F71;
}

td.news_more {
	padding-top: 3px;
	font-weight: bold;
	font-size: 11px;
	color: #BCBEC0;
}

td.news_more a:link, td.news_more a:visited { color: #BCBEC0; text-decoration: none }
td.news_more a:hover, td.news_more a:visited:hover { color:#0095DA; text-decoration: none}

.loginfield {
	width: 117px;
	height: 20px;
	font-size: 11px;
	margin-top: 3px;
	color: #6E6F72;
	padding-left: 5px;
	vertical-align: middle;
	border:solid 0 #fff;
	background: transparent 
	url("images/search_field.gif") no-repeat;
}
.loginbutton {
	vertical-align: middle;
}

td.navtab, td.navtabcurrent {
	background-image:url(images/menu_back.gif);
	background-repeat: none;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	width: 143px;
	height: 31px;
}
td.navtab {
	color: white;
}
td.navtabcurrent {
	color: #ECB32C;
}
td.navtab a:link, td.navtab a:visited { color: white; text-decoration: none }
td.navtab a:hover, td.navtab a:visited:hover { color:#ECB32C; text-decoration: none}

td.navtabcurrent a:link, td.navtabcurrent a:visited { color: #ECB32C; text-decoration: none }
td.navtabcurrent a:hover, td.navtabcurrent a:visited:hover { color: white; text-decoration:none}

td.navsub, td.navsubcurrent {
	font-weight: bold;
	font-size: 13px;
	height: 10px;
}
td.navsub {
	color: #005387;
}
td.navsubcurrent {
	color: #0071B8;
}
td.navsub a:link, td.navsub a:visited { color: #005387; text-decoration: none }
td.navsub a:hover, td.navsub a:visited:hover { color:#0071B8; text-decoration: none}

td.navsubcurrent a:link, td.navsubcurrent a:visited { color: #0071B8; text-decoration: none }
td.navsubcurrent a:hover, td.navsubcurrent a:visited:hover { color: #005387; text-decoration:none}

.languages {
	width: 103px;
	height: 25px;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	text-align: center;
}

a.lang:link, a.lang:visited { color: #BCBEC0; text-decoration: none }
a.lang:hover, a.lang:visited:hover { color:#6E6F72; text-decoration: none}

a.lang_active:link, a.lang_active:visited { color: #6E6F72; text-decoration: none }
a.lang_active:hover, a.lang_active:visited:hover { color: #BCBEC0; text-decoration:none}

