﻿body {
}

.greentext
{
	font-family:Verdana;
	color:#73b900 ;
	font-size:7pt;
}
.greentextbold
{
	font-family:Verdana;
	font-weight:bold;
	color:#73b900 ;
}
.greentext10
{
	font-family:Verdana;
	font-size:10pt;
	color:#73b900 ;
}
.greentext10bold
{
	font-family:Verdana;
	font-size:10pt;
	font-weight:bold;
	color:#73b900 ;
}
.greentext9
{
	font-family:Verdana;
	font-size:9pt;
	color:#73b900 ;
}
.greentext9bold
{
	font-family:Verdana;
	font-size:9pt;
	font-weight:bold;
	color:#73b900 ;
}
.greentext8
{
	font-family:Verdana;
	font-size:8pt;
	color:#73b900 ;
}
.greentext8bold
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	color:#73b900 ;
}

.orangetext
{
	font-family:Verdana;
	color:#db921a ;
}
.orangetextbold
{
	font-family:Verdana;

	font-weight:bold;
	color:#db921a ;
	font-size:7pt;
}

.orangetext10
{
	font-family:Verdana;
	font-size:10pt;
	color:#db921a ;
}
.orangetext10bold
{
	font-family:Verdana;
	font-size:10pt;
	font-weight:bold;
	color:#db921a ;
}
.orangetext9
{
	font-family:Verdana;
	font-size:9pt;
	color:#db921a ;
}
.orangetext9bold
{
	font-family:Verdana;
	font-size:9pt;
	font-weight:bold;
	color:#db921a ;
}
.orangetext8
{
	font-family:Verdana;
	font-size:8pt;
	color:#db921a ;
}
.orangetext8bold
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	color:#db921a ;
}

.menut
{
	font-family:Verdana;
	font-weight:bold;
	color:#db921a ;
	font-size:7pt;
}



A.menut:visited
{
	color:#db921a ;
}

A.menut:hover
{
	color:#73b900 ;
}

A.menut:link
{
	color:#db921a ;
}

A.menut:active
{
	color:#db921a ;
}




A:hover
{
	color:#73b900 ;
}

.texteditor
{
	
}
.modalBackground
{
	background-color:#333333;
	opacity:0.5;
	-moz-opacity: 0.5; 
	filter: alpha(opacity=50);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	/*background: url('Img/ModalImageBg.gif');*/
}
.modalPopup
{
    text-align:center;
    padding-top: 30px; 
    border-style:solid; 
    border-width:1px; 
    background-color:White; 
    width:300px; 
    height:100px;
}



