@font-face {
	font-family: StensilS;
	src: url('font/StencilStd.otf');
}

@font-face {
	font-family: BebasN;
	src:url('font/BebasNeue-Regular.otf');
}

@font-face {
	font-family: SingaporeS;
	src:url('font/singaporesling.ttf');
}

@font-face {
	font-family: SingaporeSBold;
	src:url('font/singaporeslingbold.ttf');
}

body {
    font-family: BebasN, Arial;
    /*color: #333;*/
    /*color: #e8fa0c;*/
    font-size: 0.95em;
	/*background-image: url('../images/HRV_White.png');
	background-image: url('../images/HRV_Back.jpg');*/
	background-image: url('../images/carbon2.jpg');
	/*background-color: #a8b0bb;*/
	/*background-repeat: no-repeat;*/
	background-repeat: repeat;
	background-size: auto;
	background-position: center;
}

img {
  max-width: 100%;
  height: auto;
}

.responsive {
  width: 100%;
  max-width: 280px;
  height: auto;
}

.images {
  width: 100%;
  max-width: 280px;
  height: auto;
  max-height: 300px;
  vertical-align: middle;
}

.judul {
	color: #FF0000;
    font-weight: normal;
    font-weight: 400;
    margin: 0;
    text-align: center;    
    font-size: 1.4em;
	font-family: StencilS, Tahoma;
}

.hr1 { display: block; margin-before: 0.5em; margin-after: 0.5em; margin-start: auto; margin-end: auto; overflow: hidden; border-style: inset; border-width: 1px; color:#ff0000; margin-bottom: 1px;}
.hr2 { display: block; margin-before: 0.5em; margin-after: 0.5em; margin-start: auto; margin-end: auto; overflow: hidden; border-style: inset; border-width: 1px; color:#ff0000; margin-top: -3px;}

.about {
	font-family: StensilS;
	color: #ffffff;
	font-size: 12px;
}

table.blueTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: auto;
  /*text-align: left;*/
  border-collapse: collapse;
}
table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}
table.blueTable tbody td {
  font-size: 13px;
}
table.blueTable tr:nth-child(even) {
  background: #D0E4F5;
}
table.blueTable thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
table.blueTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
}
table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
}
table.blueTable tfoot td {
  font-size: 14px;
}
table.blueTable tfoot .links {
  text-align: right;
}
table.blueTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}