@charset "UTF-8";
/* CSS Document */
html {width:100%}

body {font-family:Verdana, Helvetica, sans-serif; font-size:12px; line-height:20px; color: #333; min-width:90%; background-color:#164A95; -webkit-text-size-adjust: none; margin-top: 15px; margin-bottom: 15px;}

a {color: #15A9FC;outline:none; text-decoration:none; cursor:pointer;}
a:hover { color: #15A9FC; text-decoration: underline;}

.resize_horizontal{
width:95%;
}

/*.inside_box {
overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;
overflow-x: hidden;
width:auto;
height: 100%;
vertical-align:top;
}*/

.Rounded_Box1 {
padding: 15px;
background: #FFF;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
	
width:75%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
  
overflow-y: hidden;
overflow-x: hidden;
background-color: #FFF;

/* Internet Explorer 10 */
display:-ms-flexbox;
-ms-flex-pack:center;
-ms-flex-align:center;

/* Firefox */
display:-moz-box;
-moz-box-pack:center;
-moz-box-align:center;

/* Safari, Opera, and Chrome */
display:-webkit-box;
-webkit-box-pack:center;
-webkit-box-align:center;

/* W3C */
display:box;
box-pack:center;
box-align:center;
}

/****************************footer************************/
.footer {
	padding: 15px 0 10px;
	text-align: center;
	font-size:10px;
}