@charset "utf-8";
/* CSS Document */

/* Text style*/
<!--
.textBlack11 {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

.textBlack12 {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

.textBlack13 {
	font-family: Verdana;
	font-size: 13px;
	color: #000000;
	line-height: 20px;
}

.textBlack13bold {
	font-family: Verdana;
	font-size: 13px;
	color: #000000;
	font-weight:bold;
}

.textBlack14 {
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
}

.textBlack14bold {
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	font-weight:bold;
}

.textBlack16 {
	font-family: Verdana;
	font-size: 16px;
	color: #000000;
}

.textBlack16bold {
	font-family: Verdana;
	font-size: 16px;
	color: #000000;
	font-weight:bold;
}

.textBlack18 {
	font-family: Verdana;
	font-size: 18px;
	color: #000000;
}

.textBlack14TNR {
	font-family: "Times New Roman";
	font-size: 14px;
	color: #036;
}

.textBlue13 {
	font-family: Verdana;
	font-size: 13px;
	color: #000099;
}

.textBlue13Bold {
	font-family: Verdana;
	font-size: 13px;
	color: #000099;
	font-weight:bold;
}

.textBlue14 {
	font-family: Verdana;
	font-size: 14px;
	color: #000099;
}

.textBlue14Bold {
	font-family: Verdana;
	font-size: 14px;
	color: #000099;
	font-weight:bold;
}

.textBlue16 {
	font-family: Verdana;
	font-size: 16px;
	color: #000099;
}

.textBlue16Bold {
	font-family: Verdana;
	font-size: 16px;
	color: #000099;
	font-weight:bold;
}

.textLightBlue13 {
	font-family: Verdana;
	font-size: 13px;
	color: #006699;
}

.textLightBlue13bold {
	font-family: Verdana;
	font-size: 13px;
	color: #006699;
	font-weight:bold;
}

.textLightBlue14 {
	font-family: Verdana;
	font-size: 14px;
	color: #006699;
}

.textLightBlue14bold {
	font-family: Verdana;
	font-size: 14px;
	color: #006699;
	font-weight:bold;
}

.textBlue15bold {
	font-family: Verdana;
	font-size: 15px;
	color: #006699;
	font-weight:bold;
}

.textBrown13 {
	font-family: Verdana;
	font-size: 13px;
	color: #663300;
}

.textBrown13Bold {
	font-family: Verdana;
	font-size: 13px;
	color: #663300;
	font-weight:bold;
}

.textGreen13 {
	font-family: Verdana;
	font-size: 13px;
	color: #006600;
}

.textGreen13Bold {
	font-family: Verdana;
	font-size: 13px;
	color: #006600;
	font-weight:bold;
}

.textGreen16bold {
	font-family: Verdana;
	font-size: 16px;
	color: #006600;
	font-weight:bold;
}

.linkBlue11 {
	font-family: Verdana;
	font-size: 11px;
	color: #003366;
}

.linkBlue13 {
	font-family: Verdana;
	font-size: 13px;
	color: #003366;
}

.linkGreen13 {
	font-family: Verdana;
	font-size: 13px;
	color: #006666;
}

.textGray13 {
	font-family: Verdana;
	font-size: 13px;
	color: #666666;
}

.textGray11 {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
}

.textRed13 {
	font-family: Verdana;
	font-size: 13px;
	color: #CC0000;
}

.textRed13Bold {
	font-family: Verdana;
	font-size: 13px;
	color: #CC0000;
	font-weight: bold;
}

.textTopMenu {
	font-family: Verdana;
	font-size: 14px;
	color: #999999;
}

.textViolet13 {
	font-family: Verdana;
	font-size: 13px;
	color: #6600CC;
}

.textViolet13bold {
	font-family: Verdana;
	font-size: 13px;
	color: #6600CC;
	font-weight:bold;
}
<!--


.menuTitle{
cursor:pointer;
margin-bottom: 5px;
background-color: #D6ADD6;
color:#000000;
width:500px;
padding:2px;
text-align:center;
font-weight:bold;
/*/*/border:opx solid #000000;/* */
}

.submenu{
margin-bottom: 0.5em;
}

/* Top menu*/
<!--
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframeauramenu{
font-weight: bold;
font-size: 90%;
width: 100%;
}

.wireframeauramenu ul{
padding: 5px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
overflow: hidden;
}

.wireframeauramenu ul li{
display: inline;
}

.wireframeauramenu ul li a{
color: #494949;
padding: 6px 20px 6px 20px;
margin: 0;
text-decoration: none;
border-right: 1px dashed #BBB; /*right border between menu items*/
}

.wireframeauramenu ul li a:hover{
color: black;
background: transparent url(images/lightred.gif) center center no-repeat; /*background of menu item onMouseover*/
}

.wireframeauramenu ul li.current a{
color: black;
background: transparent url(images/lightred.gif) center center no-repeat; /*background of menu item onMouseover*/
}

</style>
<!--

