BODY {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	color : Menutext;
	margin: 0px;
	background-attachment : fixed;
	background-color : White;
	background-image : url("../images/smlflag.gif");
	
}

TABLE {
	width : 100%;
	padding : 0;
}

IMG {
	vertical-align : middle;
	padding : 0;
	border : 0;
} 

H2 {
	font-size : 14pt;
	font-style : normal;
	font-weight : bold;
	color : white;
	text-color : White;
	height : 24px;
	background-color : #006633;
	
}

.sectiontitle {
	font-size : 14pt;
	font-style : normal;
	font-weight : bold;
	text-color : #006633;
	height : 24px;
	color : #006633;
	
}

.standard {
    font-size : 9pt;
    font-style : normal;
    color : Menutext;
}

.bold {
    font-size : 9pt;
    font-style : normal;
    font-weight : bold;
    color : Menutext;
}

.boldupper {
	text-transform : uppercase; 
	font-weight : bold;
}

.upper {
	text-transform : uppercase; 
	font-weight : normal;
}

.larger {
    font-size : 10pt;
    font-style : normal;
    color : Menutext;
}

.smaller {
    font-size : 8pt;
    font-style : normal;
    color : Menutext;
}

.title {
    font-size : 12pt;
    font-style : normal;
    font-weight : bold;
    color : Menutext;
}


.whitebold {
    font-size : 9pt;
    font-style : normal;
    font-weight : bold;
    color : White;
}

.selectedStandard {
    font-size : 9pt;
    font-style : normal;
    color : highlighttext;
    background-Color: highlight;
}

.button {
    font-size : 9pt;
    font-style : normal;
    color : Menutext;
    width: 120px;
    height: 22px;
    margin: 4px;
    cursor: default;
}

.smallbutton {
    font-size : 9pt;
    font-style : normal;
    color : Menutext;
    width: 60px;
    height: 18px;
    margin: 4px;
    cursor: default;
}

.mover {
    font-size : 9pt;
    font-style : normal;
    color : Menutext;
    width: 220px;
}

.BRGbar {
    background-color : #006633;
    text-color : white;
}

.BRGbold {
    font-size : 9pt;
    font-style : normal;
    font-weight : bold;
    color : white;
    background-color : #006633;
    text-color : white;
}

.BRGtitle {
    font-size : 12pt;
    font-style : normal;
    font-weight : bold;
    color : white;
    background-color : #006633;
    text-color : white;
}

.BRGfadebar {
	font-size : 9pt;
	font-style : normal;
	font-weight : bold;
	color : White;
	text-color : White;
	height : 18px;
	background-color : transparent;
	background-image : url("../images/BRGfade6.gif") ; 
	background-repeat : no-repeat;
}

.BRGopaquebar {
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	color : White;
	width : 50%;
	height : 18px;
	background-color : #006633;
	filter : alpha(opacity=85, finishopacity=75 , style=1);
	-moz-opacity : 0.85;
	opacity : 0.85;
}

.BRGinline {color : White; text-decoration : none; }
.BRGinline:link { color : White; text-decoration : none;  }
.BRGinline:visited { color : White; text-decoration : none;  }
.BRGinline:hover { color : Gold; text-decoration : none;  }

.BRGtinline {color : black; text-decoration : none; }
.BRGtinline:link { color : black; text-decoration : none;  }
.BRGtinline:visited { color : black; text-decoration : none;  }
.BRGtinline:hover { color : gold; text-decoration : none;  }

.blackbold {
    font-family : "MS Sans Serif";
    font-size : 9pt;
    font-style : normal;
    font-weight : bold;
    color : white;
    background-color : Black;
    text-color : white;
}


.hiddun {
    display:none;
    }

.nothid {
    display: inline;
    }

