.title {
    font-family: Verdana, Arial, sans-serif;
    font-size : 12pt;
    font-weight: bold;
    color: #000000;
}

.context_title {
    font-family: Verdana, Arial, sans-serif;
    font-size : 10pt;
    color: #004F65;
}

.txt {
    font-family: Verdana, Arial, sans-serif;
    font-size : 10pt;
    color: #000000;
}
.txt a:link, .txt a:visited, .txt a:active {
	color: #B4452C;
	text-decoration: none;
}

.txt a:hover {
	color: #B4452C;
	text-decoration: underline;
}

.txt_header {
    font-family: Verdana, Arial, sans-serif;
    font-size : 8pt;
    color: #FFFFFF;
}
.txt_header a:link, .txt_header a:visited, .txt_header a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.txt_header a:hover {
	color: #B4452C;
	text-decoration: none;
}

.txt_nav {
    font-family: Verdana, Arial, sans-serif;
    font-size : 8pt;
    font-weight: bold;
    color: #FFFFFF;
}
.txt_nav a:link, .txt_nav a:visited, .txt_nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.txt_nav a:hover {
	color: #FF8000;
	text-decoration: none;
}

.txt_nav_sel, .txt_nav_sel a:link, .txt_nav_sel a:visited, .txt_nav_sel a:active, .txt_nav_sel a:hover {
    font-family: Verdana, Arial, sans-serif;
    font-size : 8pt;
    font-weight: bold;
    color: #FF8000;
}

.txt_small {
    font-family: Verdana, Arial, sans-serif;
    font-size : 6pt;
    color: #FFFFFF;
}

.txt_small a:link, .txt_small a:visited, .txt_small a:active {
    color: #FFFFFF;
    text-decoration: none;
}

.txt_small a:hover {
	color: #FF8000;
	text-decoration: none;
}

.line {
	color: #004F65;
	border: none;
}

.forms {  
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	background-color: #FFFFFF; 
	border: 1px #000000 solid; 
}

.button {  
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	background-color: #FFFFFF; 
	border: 1px #000000 solid; 
}

.warning {
	background-color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bolder;
    font-size : 9pt;
    color: red;
}