@charset "utf-8";
/* CSS Document */

.company{
	font-family: verdana,arial,helvetica;
	font-size: 15px;
	color: #E76E34;
	font-weight:bold;
}

.slogan {
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	color: #E76E34;
	font-weight: bold;
}

.magin {
	padding:5px;
}
table { 
	font-size:100%;
} 
body { font-size:76%;
	margin:0;
	padding:0;
	color:#1D1D1D;
	background-color:#000000;
}

a:link {color: #750D0D; text-decoration: none;}
a:visited {color: #750D0D; text-decoration: none;}
a:hover {color: #B2007B; text-decoration: underline;}
a:active {color: #B2007B; text-decoration: underline;}

.topwhite{background-image: url(images/topwhite.jpg);}
.whiteline{background-color:#E76E34; padding:1px;}
.border{background-color:#E76E34; border:#F26623 solid 1px;}
.pad{padding:6px 3px 6px 3px;}
.bgtshadow{background-image: url(images/tshadow40.jpg);}
.bgbshadow{background-image: url(images/bshadow40.jpg);}
.bgheader{background:#000000;}
.bgnavigator{background-color:#E76E34;}
.bgbody{
	background-color:#F2F2F2; 
	border:#BBB7B7 solid 1px;}
.bgfooter {background-color:#E76E34;}
.black{background-color:#000000;}