<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

body{

		color:#555;

		font-size:14px;

		font-family:Verdana, Geneva, sans-serif;

		font-weight:normal;
		padding:0px;
		margin:0px;

}

h3{font-weight:normal; font-size:20px;}

h2{font-weight:normal; font-size:26px; border-bottom:1px dashed #eaeaea; padding-bottom:5px;}



.header{background:#008F6C; top:0; height:80px; border-bottom:4px solid #008061;}
.footer{ width:100%; float:left; background:#008F6C; height:50px; border-top:4px solid #008061;}



.table1 td{

		border:1px solid #f0f0f0;

		background:#f9f9f9;

		padding:8px 5px;

}

.table1 td.special{

		background:#41B7D8;

		color:#fff;

		border:1px solid #268DAA;

}

.list1{margin:0px auto; float:left; width:100%;}

.list1 li{ list-style:none;}

.list1 li a{

color:#fff;

text-decoration:none;

display:block;

float:left;

margin:3px 5px;

width:30%;

text-align:center;

	

background: #41b7d8; /* Old browsers */

background: -moz-linear-gradient(top,  #41b7d8 0%, #33a6c6 51%, #41b7d8 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41b7d8), color-stop(51%,#33a6c6), color-stop(100%,#41b7d8)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #41b7d8 0%,#33a6c6 51%,#41b7d8 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #41b7d8 0%,#33a6c6 51%,#41b7d8 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #41b7d8 0%,#33a6c6 51%,#41b7d8 100%); /* IE10+ */

background: linear-gradient(to bottom,  #41b7d8 0%,#33a6c6 51%,#41b7d8 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41b7d8', endColorstr='#41b7d8',GradientType=0 ); /* IE6-9 */

transition: all .3s linear;

   -o-transition: all 3s linear;

   -moz-transition: all 3s linear;

   -webkit-transition: all 3s linear;	

border-radius:4px;

-moz-border-radius:4px;

-webkit-border-radius:4px;

color:#fff; 

font-size:16px; 

padding:26px 10px;}



.list1 li a:hover{

	background: #666666; /* Old browsers */

background: -moz-linear-gradient(top,  #666666 0%, #444444 51%, #666666 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(51%,#444444), color-stop(100%,#666666)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #666666 0%,#444444 51%,#666666 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #666666 0%,#444444 51%,#666666 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #666666 0%,#444444 51%,#666666 100%); /* IE10+ */

background: linear-gradient(to bottom,  #666666 0%,#444444 51%,#666666 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#666666',GradientType=0 ); /* IE6-9 */

}

.main-div{margin:0px auto;

display:block;

}

.outer-div{width:95%;}

.outer-inner-div{width:100%; float:left;}

.font-12{ font-size:12px; display:block; margin:10px 0px 0px 0px;}
.top-menu{margin:0px auto; width:20%; padding:10px;  text-align:center; }
.top-menu-list li{display:inline;}
.top-menu-list li a{background:#008F6C; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; color:#fff; text-decoration:none; font-size:14px; padding:5px 10px; font-family:Calibri, Verdana;}
.top-menu-list li a:hover{background:#008061;}
.main-container{margin-left:23%;}

ul.top-menu-list {
    padding: 0px 81px 0px;
}

@media screen and (min-device-width: 360px) and (max-device-width: 768px) { 
  ul.top-menu-list {
    padding: 0px 30px 0px;
}

}</pre></body></html>