/* CSS Document */

a{
	font-family : "Verdana,Arial";
	font-size: 9pt;
	color: "#ffffff";
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	font-family : "Verdana,Arial";
	font-size: 9pt;
	color: "orange";
	font-weight: bold;
	text-decoration: none;
}
.title{
	font-family : "Verdana,Arial";
	font-size: 11pt;
	font-weight: bold;
	color: "#124683"
}

.submenu{
	font-family : "Verdana,Arial";
	font-size: 10pt;
	font-weight: bold;
	color: "#ffffff"
}
.submenu A:active
{
    font-size: 10pt;
	font-weight: bold;
	COLOR: #ffffff;
}
.submenu A:hover
{
    font-size: 10pt;
	font-weight: bold;
	COLOR: "orange";
}
.submenu A:link
{
    font-size: 10pt;
	font-weight: bold;
	COLOR: #ffffff;
}

.orangemenu{
	font-family : "Verdana,Arial";
	font-size: 12pt;
	font-weight: bold;
	color: "#ffffff"
}
.orangemenu A:active
{
    font-family : "Verdana,Arial";
	font-size: 12pt;
	font-weight: bold;
	COLOR: #ffffff;
}
.orangemenu A:hover
{
    font-family : "Verdana,Arial";
	font-size: 12pt;
	font-weight: bold;
	COLOR: #2460A9;
}
.orangemenu A:link
{
    font-family : "Verdana,Arial";
	font-size: 12pt;
	font-weight: bold;
	COLOR: #ffffff;
}

.text{
	font-family : "Verdana,Arial";
	font-size: 9pt;
	color: "#000000";
	text-decoration: none;
}
.text_b{
	font-family : "Verdana,Arial";
	font-size: 10pt;
	color: "#000000";
	text-decoration: none;
	font-weight:bold
}
.text_r{
	font-family : "Verdana,Arial";
	font-size: 10pt;
	color: "#EE3439";
	text-decoration: none;
	font-weight:bold
}
.text_blue{
	font-family : "Verdana,Arial";
	font-size: 10pt;
	color: "#124683";
	text-decoration: none;
	font-weight:bold
}

.menu{
	font-family : "Verdana,Arial";
	font-size: 9pt;
	font-weight: bold;
	color: "#ffffff"
}

.menu A:active
{
    COLOR: #ffffff;
}
.menu A:hover
{
    COLOR: #2460A9;
}
.menu A:link
{
    COLOR: #ffffff;
}

.formstyle{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #2460A9;
	border-right: #2460A9 1px solid; 
	border-top: #2460A9 1px solid; 
	border-left: #2460A9 1px solid; 
	border-bottom: #2460A9 1px solid; 
	background-color: #F4D3CA; 
	text-decoration: none;
	font-weight: none;
}