<style type="text/css">
html {
width: 100%;
height: 100%;
}

body,p,td {
        scrollbar-arrow-color:#ffffff;
	scrollbar-base-color:#eaeaea;
	scrollbar-dark-shadow-color:#636563;
	scrollbar-face-color:#003366;
	scrollbar-highlight-color:#eaeaea;
	scrollbar-shadow-color:#eaeaea;
	font-family:arial, helvetica, sans-serif;
	font-size:14px; color:#003366; 
	}

.bodystyle {
        width: 100%;
	height: 100%;
	background-color: #6699cc;  //eaeaea  
	font-family:arial, helvetica, sans-serif;
	font-size:18px; color:#003366; 
	background-image: url(../../img/bg(1).gif);
	margin: 0.3in auto;      
}

.bodystyle1 {
	//background-color: #6699cc;  //eaeaea  
	font-family:arial, helvetica, sans-serif;
	font-size:18px; color:#003366; 
        background: url(./../img/violetflame1.jpg); 
        //background-repeat: no-repeat;
        //background-size: 100%;
        //background-image: url(../../img/bg(1).gif);
        margin: 0.3in auto;      
}

.container {
width: auto;
margin: 0 0 0 0; /* top, right, bottom, left */
padding: 0px;
display: block;
text-align: left;
border: 0px solid #000;
}

.mastertable {
	  border: 3px double #d4a017; 
	  background-color: #eee8cd; 
}

.bnrtable {
	border: 7px double #ffffff;
	background-color:#ccccdd;
	font-color:#003366;
	}

.bnrtable1 {
	border: 7px double #ffffff;
	background-color:#ccccdd;
	font-family:arial, helvetica, sans-serif; 
	font-size:14px; //main font-size
	}

.bnrtable2 {
	border: 7px double #ffffff;
	background-color:#ccccdd;
	font-family:arial, helvetica, sans-serif; 
	font-size:14px; 
	}

.bnrtable3 {
	border: 7px double #ffffff;
	background-color:#ccccdd;
	font-family:arial, helvetica, sans-serif; 
	font-size:16px; 
	}

.navtable {
	border: 7px double #ffffff;
	background-color : #f3f3ff; 
	 }

.cnttable {
	border: 7px double #ffffff;
	background-color:#eee8cd;  //news-bgcolor  
	padding-left:5;
	padding-top:2;
	padding-right:5;
} 

table.hovertable {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#003366; //333333
	cellspacing:0;
	cellpadding:0;
	border-width:0px;
	border-color:#999999;
	border-collapse:collapse;
}

table.hovertable th {
	background-color:#c3dde0;
	border-width: 0px;
	padding: 6px;
	border-style: solid;
	border-color: #a9c6c9;
}

table.hovertable tr {
	background-color:#ffffff;   //d4e3e5

}

table.hovertable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #a9c6c9;
}

.table1{
width:1090;
height:32;
border:0;
border-collapse: collapse;
margin-left:100px;
}

.roundcorners {
margin: 0.2in auto;
color: #fff;
width: 50%;
padding: 5px;
text-align: center;
background-color: #99aabb;
border: 1px solid #ffffff;

/* Do rounding (native in Firefox and Safari) */
    
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 9px;
background: -moz-linear-gradient(top, #ffffcc, #6699cc);  
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffcc), to(#6699cc)); 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffcc', endColorstr='#6699cc'); /* for IE */
}

.myBoxc {
    margin: 0.2in auto;
    color: #fff;
    width: 35%;
    padding: 4px;
    text-align: center;
    background-color: #99aabb;
    border: 1px solid #ffffff;

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: -moz-linear-gradient(top, #ffffcc, #6699cc);  
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffcc), to(#6699cc)); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffcc', endColorstr='#6699cc'); /* for IE */  
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffcc', endColorstr='#6699cc'); /* for IE */ 
}

.myBoxt {
    margin: 0.2in auto;
    color: #fff;
    width: 63%;
    padding: 7px;
    text-align: center;
    background-color: #99aabb;
    border: 1px solid #ffffff;

    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: -moz-linear-gradient(top, #ffffcc, #6699cc);  
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffcc), to(#6699cc));  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffcc', endColorstr='#6699cc'); /* for IE */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffcc', endColorstr='#6699cc'); /* for IE */
}

.myBoxu {
    margin: 0.2in auto;
    color: #fff;
    width: 50%;
    padding: 5px;
    text-align: center;
    background-color: #99aabb;
    border: 1px solid #ffffff;

    /* Do rounding (native in Firefox and Safari) */
    
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: -moz-linear-gradient(top, #ffffcc, #6699cc);  
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffcc), to(#6699cc)); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffcc', endColorstr='#6699cc'); /* for IE */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffcc', endColorstr='#6699cc'); /* for IE */
}

.small {padding-top:4px; padding-left:3px; padding-right:9px; padding-bottom: 9px; font-size: .9em; text-align: center;
}


.large {padding-left:5px; padding-top:2px; padding-right:9px; padding-bottom: 9px; text-align: left;
}

.largec {text-align: center;
}

td { 
padding: .1em;
border: 1px #ccc solid;
}

ul {list-style-image: url(./../img/bulletb.gif);}
ol,ul {margin-left: .9em; padding-left:9px;}

/* Content Links */
a { text-decoration:none; color:#006699;}   //f88017  0000ac mousover color//

a img { border:none;
} 

a:hover {text-decoration:none; color:#3366ee;  //mouseover color //
display: block // 
}

/* Main Navigation links */
.mainnav{
	width: 100%;
	padding-left: 2px;
	padding-right: 2px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	border-bottom: 3px double #cccccc;
}

a.sidenav {
	width: 27%;
	color:#d4a017;  //5c6eff
	text-decoration:none;
}

a.sidenav1 {
	width: 30%;
	color:#003366;   
	text-decoration:none;
}

a.sidenav2 {
	width: 100%;
	color:#eaeaff;       
	text-decoration:none; 
	font-weight: bold;
}

a.roundedCorners {
	width: 100%;
	color:#fff;  //eaeaff       
	text-decoration:none; 
	font-weight: bold;
}

a.roundedCorners:hover {
	width: 100%;
	color:#696909;   //6699cc
}

a.sidenav:hover {
	width: 17%;
	color:#000033;
	background-color: #eaeaff;
}

a.sidenav1:hover {
	width: 30%;
	color:#000033;
	background-color: #eaeaff;
}

a.sidenav2:hover {
	width: 100%;
	color:#696909;   //6699cc
}

a.specialeffects  {
      width: 100%;
	color:#003366;
	text-decoration:none; 
}

a.specialeffects:hover {
      width: 100%;
	color:#000033;
	background-color: #5cb3ff;   //eaeaff
} 
	
.footer {
	font-family:arial,helvetica;
	font-size:9px;
	color:#ffffff;
	text-align:right;
	margin-left: 8;
	margin-right: 8;
	}

.cwklink {
	font-family:arial,helvetica;
	font-size:9px;
	color:#ccffff;
	text-align:center;
	letter-spacing :.05em;
}

/* Headline style */

h1 {
	font-size: 15px; 
	font-weight:bold;
	color:#000069;
	text-align:left;
}

h2 {
	font-size: 15px;
	color:#696902;  //003366
	text-align:left;
}


/*Heading 1 */
h3 {
	font-family: georgia;
	font-weight:bold;
	font-size: 20px;
	color: #cc3000;      //696902   //696969               
	text-align: left; margin-left:.7em; padding-left:0px; margin-right:1em;
	}

h4 {
	font-size:15px;
	font-weight:bold;
	color:#00069; 
	margin-left:1em; padding-left:0px; margin-right:1em;
	text-decoration:none;
	}

h4a { 
	text-align: center;
	font-size:15px;
	font-weight:bold;
	color:#00069;   //696902 
	margin-left:1em; padding-left:0px; margin-right:1em;
	text-decoration:none;
	}


/*Heading 2 */
h5 {
	font-size:17px;
	color:#003366;
	text-align: left;
	font-weight: bold;
	//margin-left: 2px;
	//padding: 2px;
}

/*Style 1 */
h6 {
	font-size:11px;
	font-weight: normal;
	color:#000000;
	text-align: justify;
	margin-left : 0;
	border: 1px solid #9999ff;
	padding: 3px;
}

h7 { 
      white-space: nowrap; 
	display: block;
	text-align:center;
	font-weight: bold;
	font-size: 43px; 
	margin-left: auto;
	margin-right: auto;
}

h8 {
	display: inline;
	text-align: center;
	font-weight: bold;
	font-size: 23px;
	margin-left: auto;
	margin-right: auto;
}
</style>






