body {
background: rgb(186,137,198); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JhODljNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(left,  rgba(186,137,198,1) 0%, rgba(255,255,255,1) 30%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(186,137,198,1)), color-stop(30%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(186,137,198,1) 0%,rgba(255,255,255,1) 30%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(186,137,198,1) 0%,rgba(255,255,255,1) 30%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(186,137,198,1) 0%,rgba(255,255,255,1) 30%); /* IE10+ */
background: linear-gradient(left,  rgba(186,137,198,1) 0%,rgba(255,255,255,1) 30%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba89c6', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */

}
hr {
	border: 0;
	width: 80%;
	color: #800080;
/*   background-color: #FEEEFE */
	height: 4px;
	border: dotted;

}

.pop {
color: #9B6BA7;
width:100%;
line-height:28px;
margin:6px;
padding:6px;
   background-color: #FEEEFE;
border:thin solid purple;
-webkit-border-radius: 14px;
-moz-border-radius: 14px;
border-radius: 14px;

}
h3 {
	color: #800060;
}
.h4 a, a.h4, 
{ 
	font-family: verdana,arial,helvetica; 
	font-size: 12px; 
	color:#FF0066; 
	text-decoration: underline; 
}  

.pagenum
{
        font-family: verdana,arial,helvetica;
        font-size: 12px;
        color:#FF0066;
        text-decoration: underline;
	text-align: center;
}


.h4 a:hover, a.h4:hover
{ 
	color:#134411; 
	text-decoration: none;
} 

.h3 a, a.h3
{ 
	font-family: verdana,arial,helvetica; 
	font-size: 13px; 
	color:#FF0066; 
	text-decoration: underline; 
}  


.textfield{ 
    BORDER: #555555 1px solid; 
    FONT: 12px Verdana,Geneva,sans-serif; 
    WIDTH: 170px; 
    COLOR: black; 
    HEIGHT: 18px; 
    BACKGROUND-COLOR: #FEEEFE
}

.button{ 
    BORDER: #666666 1px solid; 
    FONT: 12px Verdana,Geneva,sans-serif; 
    COLOR: #111111; 
    BACKGROUND-COLOR: #FF99CC; 
    width:90 ;
    height:20;
}

.navbutton{
    BORDER: #990099 6px ridge;
    FONT: 14px Verdana,Geneva,sans-serif;
    width:110 ;
    height:20;
    COLOR: #990099;
    BACKGROUND-COLOR: #FFF2FF;
}

.navbutton a{
    COLOR: #990099;
    text-decoration: none;
}



.maintable{
	#border-top: medium dotted #990099;
	#border-right: medium dotted #990099;
	#border-bottom: medium dotted #990099;
}

.maintable td{
border-left: medium dotted #990099;
}


.maintable th{
	background-color: #FFF2FF;
	font-size: 16px;
        color: #990099;
	border: medium dotted #990099;
        #border-bottom: medium dotted #990099;
}

