/*
	GlobalFont CSS 
*/


* BODYTD */

body {
	font-size:14px;
	color:#fff;
	line-height:140%;
}

/*
body table {
        background-color:#000000 !important;
}
*/

#area{
        background-color:#000000 !important;
}

/*
body form table td {
background-color:#000000 !important;
}
*/


td {
	font-size:14px;
	color:#000;
	line-height:130%;
}

.big {
	font-size:16px;
}
.middle {
	font-size:15px;
}
.small {
	font-size:12px;
}

.site-seo {
	font-size:13px;
	color:#000;
	line-height:130%;
}



/* Link */
a {
	color: #003399;
}
a:hover {
	color: #FF4210;
}
a:active {
	color: #FF4210;
}
a:visited {
	color: #0066cc;
}



HR {
  color: #000;
}




.crumbsList {
        display:none;
}


