@charset "utf-8";
/* GENERAL */
*{margin:0;padding:0;}
table,th,td{padding:0;border-collapse:collapse;border:0;}
h1,h2,h3,h4,h5,h6{padding:0;}
h2{margin-bottom:10px;}
ol,ul,li{padding:0;}
img,fieldset,a img{border:0;}
img{_position:relative; max-width: 100%};
i{font-style:normal;}
a{color:#106ab7;}
a:link{color:#277AB5;}
a:hover{color:#900;}
a:visited{color:#036;}

body{color:black;background:#808080;font-size:100%;font-family:Arial,sans-serif;}

.layout-web-page { width:930px;margin:0 auto;padding:0 0px 0 0px; background:#e0e0e0; }
.title-section   { width:920px; height:100px; background:#5AA9FF;color:black;font-size:36px;line-height:28px;padding-left:10px;padding-top:10px;padding-bottom:10px;}
.title-section h1{font-size:36px;font-weight:700;line-height:36px;}
.title-section a {text-decoration:none;color:black;}

.title-menu{
	background:#0000FF; color:#ffffff;
	padding:5px;
    border-radius: 5px;

}

.layout-web-page .page_left{
	float:left;
	margin-left:0px;
	width:130px;
	height:500px;
	background:#e0e0e0;
	margin-top:0px;
	padding:5px;
}
.layout-web-page .page_center{
	float:left;
	width: 630px;
	height:100%;
	background:#f0fff0;
	margin-top:0px;
	padding:8px;
}
.layout-web-page .page_right{
	float:right;
	width:130px;
	height:500px;
	background:#e0e0e0;
	margin-top:0px;
	padding:5px;
}

/* OTHER */
.clear{clear:both;font-size:0;height:0;overflow:hidden;}
.right_align{float:right;margin-left:10px;}
.left_align{float:left;margin-right:10px;}
.container{max-width:1000px;margin:0 auto;padding:0 10px 0 20px;}

.button-link {
    display: block;
    text-decoration: none;
    height: 60px;
    width: 341px;
    background-color: #FF001C;
    color: white;
    text-align: center;
    border-radius: 10px;
    vertical-align: middle;
    line-height: 60px;
    margin: 0 auto 16px auto;
    font-weight: bold;
    -moz-transition: ease-out 0.5s;
    -o-transition: ease-out 0.5s;
    transition: ease-out 0.5s;
}
.button-link:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
	color:blue;
}
