﻿/*
 * html looks
 */
html, body, form { height: 100% }
body {
    color: #fff;
    background: #036FD7 
}
a { color: #ccffff !important }
a:hover { color: #ffffcc !important }
h4 { 
    color: #FFFF42; 
    margin-bottom: 10px 
}


/*
 * splash
 */
#tblBox {
    width: 100%;
    height: 100%;
}
#tblSplash {
    width: 820px;
    margin: 0 auto;
}
#tblBox td, #tblSplash td { vertical-align: middle }
div.a_05 {
	position: relative;
	width: 410px;
	height: 118px;
}
div.a_05 div.text {
	position: absolute;
	overflow: hidden;
	width: 356px;
	height: 106px;
	left: 54px;
	top: 12px;
}
div.a_07 {
	position: relative;
	width: 410px;
	height: 121px;
}
div.a_07 div.img {
	position: absolute;
	width: 369px;
	height: 49px;
	left: 37px;
	top: 39px;
}
div.a_08 {
	position: relative;
	width: 410px;
	height: 121px;
}
div.a_08 div.img {
	position: absolute;
	width: 367px;
	height: 49px;
	left: 0;
	top: 39px;
}
td.copy {
	padding: 3px 10px 10px 10px;
	text-align: center;
}

