/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #293848;
	background-image: url(../images/bg_gradient.jpg);
	background-repeat:repeat-x;
}

a:link {
	color: #036;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #036;
}
a:hover {
	text-decoration: underline;
	color: #06C;
}
a:active {
	text-decoration: none;
	color: #036;
}

p {
	font-family: "Verdana, Geneva, sans-serif";
	margin-left: 7px;
	margin-right: 7px;
	text-align: justify;
	color:#333333;
	font-size: 17px;
}

.pcenter {FONT-SIZE: 12px; COLOR: #272727; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none; text-align: center; margin-left:17px; margin-right:15px;}

li {
	font-family: "Verdana, Geneva, sans-serif";
 
	color:#333333;
	font-size: 15px;
}

h1 {
 
	margin-left: 7px;
	 
	color: #343434;
	font-weight: 700;
	font-family: 'Ultra', sans-serif;   
	font-size: 19px;
	line-height: 12px;
	text-transform: uppercase;
	text-shadow: 0 0px white, 0 4px #CCC;
}

h2 {
 
	margin-left: 7px;
	 
	color: #343434;
	font-weight: 700;
	font-family: 'Ultra', sans-serif;   
	font-size: 15px;
	line-height: 7px;
	text-transform: uppercase;
	text-shadow: 0 0px white, 0 4px #CCC;
	padding-top: 5px;
}

.gallery img {
 
     -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
        max-width: 100%;
		-ms-overflow-style: none

}
.gallery:hover img {
 
     -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
-ms-overflow-style: none
 
 
}
 


.gallerycats {
	border: double;

}

.gallery {
  width:175px;
  height:110px;
  overflow: auto;
  -ms-overflow-style: none
}

.texta { font-size: 15px; background-color: #E2EBFA; border: 1px solid #333333; color:#333333}

input.btn{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:70%;
   background-color:#fed;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');}