BODY { 
	font-size : 14px;
	font-family : Arial;
	color : #747678;
} 
TABLE { 
	font-size : 12px;
	font-family : Arial;
	color : #747678;
} 
INPUT { 
	font-family : Arial;
	font-size : 12px;
} 
TEXTAREA { 
	font-size : 12px;
	font-family : Arial;
} 
SELECT { 
	font-size : 12px;
	font-family : Arial;
} 
.btn {
	color : white;
	font-family : arial;
	font-size : 9pt;
	font-weight: bold;
	background-color : #F99D0E;
	border: 2px solid #747678;
}
.txt {
	line-height: 120%;
	font-size : 14px;
	padding: 10px;
}
.SiteMapPath{
	font-size : 12px;
	padding: 10px;
	text-align: right;
}
a:active { 
	color : #d6880e;
	text-decoration : none;
} 
a:link { 
	color : #d6880e;
	text-decoration : none;
} 
a:visited { 
	color : #d6880e;
	text-decoration : none;
} 
a:hover { 
	color : #d6880e;
	text-decoration : underline;
}
.technologiesOff
{
	border: 0;
	Filter: Gray Alpha(opacity=30);
}
.technologiesOn
{
	border: 0;
}
.modalForeground
{
        width: 665px;
        color: #101e53;
        padding: 10px;
        line-height: 20px;
        border: solid 1px #d6880e;
        background-color: White;
}
.modalBackground {
        background-color: Gray;
	filter: alpha(opacity=70);
        opacity: 0.7;
}
#marqueecontainer
{
        position: relative;
        width: 159px; /*marquee width */
        height: 165px; /*marquee height */
        overflow: hidden;

}