*{margin:0px;border:0px;padding:0px;-webkit-text-size-adjust:none;}
body{background: #ffffff;width: 100%;padding: 0px;font-size: 10pt;font-family: arial;color: #5c5c5c;}
p{margin: 2px 0px 2px 0px;padding: 0px;}
li{list-style: none;}
a{color: #960000;text-decoration: none;}
a:hover{color: #555555;text-decoration: none;}
.new{color: #000000;}
.bold{font-weight: bold;}
.small{font-size: 7pt;}
.gray, .small-text {color: #555555;}
.black{color: #5c5c5c;}
.select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.header
{
 background-repeat: no-repeat;
    background-position: center;
	background-color:#AED6F1;
   
	color: #FFFFFF;
	 border-top-width: 1px; border-top-color: #3498DB;
 border-top-style: solid;
  border-bottom-width: 1px; 
  border-bottom-color: #3498DB;
 border-bottom-style: solid;
	 
	text-align: center; 
	text-decoration:none; 
 
	}
.sea
	{
	background-color: #5D6D7E;
   
	color: #FFFFFF;
	 border-top-width: 1px; border-top-color: #e8e8e8;
 border-top-style: solid;
  border-bottom-width: 1px; 
  border-bottom-color: #e8e8e8;
 border-bottom-style: solid;
	padding: 6px 4px; 
	text-align: center; 
	text-decoration:none; 
	}
.srch {
  
	background-color:#E8DAEF; 
   	 padding: 6px 4px;
	text-align: center; 
}
	.update {
	background: #308BCF  repeat-x;
	z-index: 1;
	position: relative;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	color: #FFFFFF;
	border-bottom: 1px solid #308BCF;
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.4);
	-moz-box-shadow: inset 0px 1px 0px rgba(255,255,250,0.1);
	-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,250,0.1);
}

  .cat1	{
	background-color: #308BCF; 
	
  z-index: 1;
	position: relative;
	
  color: #FFFFFF;
	 border-top-color: #8BC2DA;
  border-top-style: solid; 
  border-bottom-color: #e8e8e8;                                      
  border-bottom-style: solid;
	padding: 6px 4px; 
	text-align: center;
	font-weight: bold; 
	text-decoration:none; 
	font-size: 16px;
box-shadow: inset 0px 1px 0px rgba(255,255,255,0.4);
	-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.4);
	-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.4);
}

.rum {
    background: none repeat scroll 0 0 #000000;
    border-bottom: 1px solid #EDE9DC;
    color: #1079A8;
    display: block;
    padding: 10px;
    text-decoration: none;
}

	

	.menu
	{
	background-color: #308BCF; 
	color: #FFFFFF;
	 border-top-color: #8BC2DA;
  border-top-style: solid; 
  border-bottom-color: #e8e8e8;                                      
  border-bottom-style: solid;
	padding: 6px 4px; 
	text-align: center; 
	text-decoration:none; 
	font-size: 13px;}
	
.table
{
background-color:#85C1E9;
width:50%;
border: 1px solid black;	
margin-left: 150px;

}
.line1 {

    background: none repeat scroll 0 0 #ede9dc;
    border-bottom: 1px solid #ccc;
    
    display: block;
    padding: 10px;
text-decoration: none;}

.line
{
	
    border-bottom: 1px solid white;
	display: block;
    padding: 10px;
text-decoration: none;
}
      
.linef
{
	color: #960000;
	background: #ffffff;
	padding: 10px;
	border-bottom: 1px solid #ede9dc;
	text-decoration: none;
	display: block;
}  
	
	.cat {
	background: #308BCF url(/light_background-wallpaper-1366x768.JPEG) repeat-x;
	z-index: 1;
	position: relative;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	color: #FFFFFF;
	border-bottom: 1px solid #308BCF;
	box-shadow: inset 0px 1px 0px rgba(255,255,255,0.4);
	-moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.4);
	-webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.4);
}



{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: arial;
}



.pagination {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin-top: 10px;
}
.pagination li {
  display: inline;
  text-align: center;
}
.pagination a {
  float: left;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 12px;
  color: #fff;
  margin-left: -1px;
  border: 1px solid transparent;
  line-height: 1.5;
}
.pagination a.active {
  cursor: default;
}
.pagination a:active {
  outline: none;
}



.button a {
  margin: 0 5px;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #F7C12C;
}

.button a.prev {
  -moz-border-radius: 50px 0 0 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px 0 0 50px;
  width: 100px;
}

.button a.next {
  -moz-border-radius: 0 50px 50px 0;
  -webkit-border-radius: 0;
  border-radius: 0 50px 50px 0;
  width: 100px;
}

.button a:hover {
  background-color: #FFA500;
}

.button a.active, .button a:active {
  background-color: #308BCF;
}



.footer
{ background-color: #308BCF; 
	
	border-top: 1px solid #308BCF;
	padding: 10px;
	color: #ffffff;
	
	position: relative;
bottom: 4px}






