@CHARSET "UTF-8";

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video
	{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

body {
	line-height: 1;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

DIV.my_container {
	margin-top: 50px;
	font-size: 15px;
}

DIV.my_container H1,DIV.my_container H2,DIV.my_container H3 {
	color: #0C5185;
	margin-top: 40px;
	margin-bottom: 20px;
}

DIV.my_container I {
	font-style: italic;
}

DIV.my_container UL LI {
	margin-left: 14px;
	padding-left: 10px;
	padding-top: 4px;
	list-style-type: square;
}

DIV.my_container BR.ln15 {
	line-height: 30px;
}

DIV.my_container TABLE.tab_omape TD {
	padding: 4px;
}

DIV.my_container TABLE.tab_omape TR TD:FIRST-CHILD {
	font-weight: bold;
}

DIV.my_container TABLE.my_tab {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

DIV.my_container TABLE.my_tab TD,DIV.my_container TABLE.my_tab TH {
	padding: 4px;
	border: 1px solid #444444;
}

DIV.my_container TABLE.my_tab TH {
	font-weight: bold;
	border-bottom: 2px solid #444444;
}

DIV.my_container TABLE.my_tab TBODY TR:nth-child(2n+1) {
	background-color: #eeeeee;
}

DIV.my_container TABLE.my_tab TBODY TR:HOVER {
	background-color: #dddddd;
}

DIV.my_container P{
	text-align: justify;
} 

/* footer */
html {
	position: relative;
	min-height: 100%;
}

body { /* Margin bottom by footer height */
	margin-bottom: 80px !important;
	background: url("../img/bg3.jpg") no-repeat scroll center top; 
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 70px;
	background-color: #f5f5f5;
	border-top: 1px solid #E7E7E7;
}

.topjump {
    background: url("../img/up.png") no-repeat scroll left top transparent;
    bottom: 18px;
    display: none;
    height: 50px;
    margin-right: -630px;
    outline: 0 none;
    position: fixed;
    right: 50%;
    width: 50px;
	z-index: 10;
}

.topjump span {
    display: none;
}

.topjump:hover {
    background-position: left -51px;
}

.navbar-default .navbar-nav{
	font-weight: bold !important;;
}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{
	color:#ffffff !important;
	background-color: #337AB7 !important;
}

.navbar-default{
	-webkit-box-shadow: 0px 10px 20px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px 10px 20px 0px rgba(255,255,255,1);
	box-shadow: 0px 10px 20px 0px rgba(255,255,255,1);
}

A.a_img{
	border: 1px solid #0C5185;
	padding: 4px;
	margin: 10px;
	margin-right: 0;
	background-color: #eeeeee;
	display: inline-block;
	cursor: pointer;
}

A.a_img:HOVER {
	background-color: #ffffff;
	border: 1px solid #1b3c51;
}