@font-face {
	font-family: titfont;
	src: url('juliussansone.ttf');
}

body{
	background-color:#DDDDDD;
	color:#555555;
	font-family:sans-serif;
	margin:0 0 0 0;
  height: 100%; margin-bottom: 1px; /* keeps scrollbars present on all pages to maintain horiz. alignment. Seem to need it in both body and html for Firefox 31.0 on Win8.*/
}

html{
  height: 100%; margin-bottom: 1px; /* keeps scrollbars present on all pages to maintain horiz. alignment. Seem to need it in both body and html for Firefox 31.0 on Win8.*/
}

img{
	border:0;
}

div.title{
	font-family: titfont, sans-serif;
	background-color:#C5C5C5;
        /*border-bottom:1px solid #555555;*/
}
div.title div{
	width:700px;
	margin:0 auto 0 auto;
	padding:10px 0 0 0;
	background-image:url('uob-logo-grey-transparent.png');
	background-repeat:no-repeat;
	background-position:right top;
}
div.title h1{
	display:inline;
	font-size:2.5em;
	margin:0;
	padding:0 20px 0 0;
}
div.title h2{
	font-size:0.8em;
	margin:0;
	padding:0;
	display:inline;
}
div.title ul{
	list-style-type:none;
	margin:5px auto 0 auto;
	padding:5px 0 5px 0;
}
div.title li{
	display:inline;
}
div.title a{
	font-size:0.8em;
	text-decoration:none;
        color:#555555;
	margin:0;
	padding:5px 20px 5px 20px;
	text-shadow: none;
	border-bottom:none;
	transition:all 0.5s ease-out 0s;
}
div.title #thistab{
	background-color:#dddddd;
        /*border-top:1px solid #555555;
        border-right:1px solid #555555;
        border-left:1px solid #555555;
        border-bottom:1px solid #EEEEAA;*/
}
div.title a:hover{
	background-color:#D0D0D0;
}
div.main{
	width:700px;
	margin-left:auto;
	margin-right:auto;
	padding: 15px 0 0 0;
}
a{
	color:#555555;
	font-weight:normal;
	text-decoration:none;
	text-shadow: none;/*1px 1px #888888;*/
	border-bottom:1px dashed #555555;
}
a:hover{
	border-bottom:1px solid #555555; /*color:#FFFFFF;*/
}	

dl{
	width:70%;
	float:left;
}
dt {
	font-size:80%;
	font-variant:small-caps;
	font-weight:bold;
	text-align:right;
	float:left;
	width:35%;
	clear:left;
	margin:0px;
}
dd {
	margin:0px;
	font-size:85%;
	float:left;
	width:60%;
	padding-left:5px;
}

div.infobox{
	background-color: #D5D5D5;
	padding:0px 0px 5px 0px;
	margin:0px 0px 20px 0px;
}
div.infobox h3{
	font-family: titfont, sans-serif;
	font-size: medium;
	font-weight: bold;
	display:block;
	background-color: #CCCCCC;
	color: #FFFFFF;
	padding:5px 15px 5px 15px;
	margin:0px 0px 10px 0px;
}
a.linklist{
	display:block;
	margin:0px;
	padding:0px 15px 0px 15px;
	border:0px;
}
a.buttonlink{
  padding:5px 5px 5px 5px;
  border: 1px solid #555555;
  background-color: #99bbff;
  color:white;
  float:right;
  text-shadow:2px 2px 2px #555555;
}
a.buttonlink:hover{
  background-color: #88aaee;
  text-shadow:2px 2px 4px black;
}
div.infobox p{
	margin:0px;
	padding:0px 15px 0.5em 15px;
        text-align:justify;
}	
