.company{
	font-family: verdana,arial,helvetica;
	font-size: 15px;
	color: #000000;
	font-weight:bold;
}

.slogan {
	font-family: verdana,arial,helvetica;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.magin {
	padding:5px;
}
table { 
	max-width:90em;
	font-size:100%;
} 
body { font-size:76%;
	margin:0;
	padding:0;
	background-color:#CFCFCF;
}

a:link {
	color: #5399D7;
	text-decoration: underline;
}
a:visited {
	color: #33628D;
	text-decoration: underline;
}
a:hover {
	color: #0CF;
	text-decoration: underline;
}
a:active {
	color: #0CF;
	text-decoration: underline;
}
a img { 
	border: none;
	text-decoration:none;
}
.bgmenu { 
	background-image:url(images/bgnav.jpg); 
	background-position:top;
	background-repeat:repeat-x;
	background-color:#E6AC74;
}
.bgtoggle{ 
	background-image:url(images/bgtoggle.jpg); 
	background-position:top; 
	background-repeat:repeat-x;
	background-color:#E6AC74;
}
.bgbody{ background-color:#FFFFFF;}
.bgtop{background-image:url(images/bgtop.jpg);}
.bgbottom{ background-image:url(images/bgbottom.jpg);}
.bgnav_b{ background-image:url(images/bgnav_b.jpg);}
.menu_b{ background-image:url(images/menu_b.jpg);}
.padding{ 
	padding-left:5px;
	padding-right:5px;
}

.maxwidth {
max-width:90em;
width:expression( 
    document.body.clientWidth > (1500/12) * 
    parseInt(document.body.currentStyle.fontSize)?
        "90em":
        "auto" );
}

.navigation {
max-width:20em;
width:expression( 
    document.body.clientWidth > (1500/12) * 
    parseInt(document.body.currentStyle.fontSize)?
        "20em":
        "auto" );
}

.ShadowBox {
	background-color: #FFF;
	left: -7px;
	border: 1px solid #666;
	top: -7px;
	position: relative;
}
.Shadow {
	background-color: #666;
	margin-left: 10px;
	margin-top: 15px;
}
.Priority_Value_Green {
	color: #00B050;

}

.Priority_Value_Blue {
	color: #548DD4;
}

.Priority_Value_Orange {
	color: #E36C0A;
}

h4 {
	color: #09F;
	text-shadow: -2px 2px 2px #333;
	font-family: verdana, arial, helvetica;
	font-size: 25px;
	font-weight: bolder;
	Filter: Shadow(Color=#404040, Direction=225);
}

h5 {
	font-family: verdana, arial, helvetica;
	font-size: 20px;
	font-weight: bolder;
}

tipbox {position: absolute; 
           width: 150px; 
           z-index: 100;
           border: 1pt black solid; 
           background: yellow; 
           visibility: hidden}

