
/* BODY APPEARANCE */
* { font: Verdana, Arial, sans-serif; }
body {
	background: #ffffff;
	color: #000000;
	padding: 0;
	margin: 0;
}

/* DEFAULT LINK */
:link,:visited { COLOR:#0F4BA0 }
/*:active { COLOR:#003B90 }*/

.bottom-navigation,a.bottom-navigation:link,a.bottom-navigation:visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

.bottom-separator {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

html {
	background-color:#999;
	font-size: 100%;
}
body #wrapper {
	max-width: 100%;
	min-width: 400px;
	background-color: white;
}
header {
	padding: 0;
	color: #333;
	line-height: normal;
	font-size: 14px;
}
header #heading #signin {
	text-align: right;
	height: 25px;
}
header #heading #links {
	overflow: hidden;
	margin-top: 10px;
	text-align: right;
}
header #heading {
	overflow: hidden;
}
header #heading #title {
	float: left;
}
header #heading #title #env {
	margin-left: 220px;
	font-size: 22px;
	font-weight: bold;
	color: red;
}
header #heading #title h1 {
	font-size: 22px;
	font-weight: bold;
	color: #67676f;
	margin-bottom: 5px;
}
body header #heading, body #heading{
	margin: 0 20px 5px 60px;
}
#wrapper #breadcrumbs {
	margin-bottom: 0px;
	-webkit-box-shadow: inset 0 3px 4px -3px #696867,inset 0 -3px 4px -3px #696867;
	-moz-box-shadow: inset 0 3px 4px -3px #696867,inset 0 -3px 4px -3px #696867;
	box-shadow: inset 0 3px 4px -3px #696867,inset 0 -3px 4px -3px #696867;
}
#wrapper #breadcrumbs ul.breadcrumb {
	padding: 3px 0;
	background-color: transparent;
	margin: 0 20px 0px 60px;
}
#banner a {
	text-decoration: none;
}
#links a, #breadcrumbs a {
	font-size: 12px;
	color: #5d5e68;
}
#title #env a {
	color: red;
}

.language {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline
}

.languagenolink {
	font-style: normal;
	font-weight: normal;
}
.language:visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline
}
.language:link {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline
}
.language:active {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline
}
.dateupdate {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	margin-left: 25px;
}

/* CONTENT AREA APPEARANCE */

.text1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #000000;
	font-weight: normal;
	font-style: normal
}

.text1-b {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	color: #000000;
	font-weight: bold;
	font-style: normal
}

.text2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	color: #000000;
	font-weight: normal;
	font-style: normal
}

.text2-b {
	font-family: Verdana, Arial, sans-serif;
	font-size: 120%;
	color: #000000;
	font-weight: bold;
	font-style: normal
}

.title1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 200%;
	font-weight: bold;
	color: #000000;
	font-style: normal
}

.title2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 175%;
	font-weight: bold;
	color: #000000;
	font-style: normal
}

.title3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #000000;
	font-style: normal
}

.title4 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #000000;
	font-style: normal
}

@media print { 
	img.resize{width: 150px}
}