@font-face {   
   font-family: Vivaldi ;   
   src: url( vivaldii.ttf ) format("truetype");   
} 
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(bg.png);
	background-repeat: repeat;
}
.oneColElsCtr #container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: 480px;
	width: 640px;
	padding: 20px;
}
.table_ul {
	background-image: url(ul.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 40px;
}
.footer {
	font-size: 12px;
	font-style: italic;
}
.contact {
	font-size: 12px;
}
.titlesmall {
	font-size: 10px;
	font-style: italic;
}
.titlemedium {
	font-size: 18px;
	font-weight: bold;
}
.titlelarge {
	font-size: 52px;
	font-weight: bold;
	font-family: Vivaldi, Geneva, sans-serif;
}
.designations {
	font-size: 14px;
}

.table_uc {
	background-image: url(uc.png);
	margin: 0px;
	padding: 0px;
	height: 40px;
}
.table_ur {
	background-image: url(ur.png);
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 40px;	
}
.table_rm {
	background-image: url(rm.png);
	margin: 0px;
	padding: 0px;
	width: 40px;	
}
.table_lm {
	background-image: url(lm.png);
	margin: 0px;
	padding: 0px;
	width: 40px;	
}
.table_ll {
	background-image: url(ll.png);
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 40px;	
}
.table_lc {
	background-image: url(lc.png);
	margin: 0px;
	padding: 0px;
	height: 40px;
}
.table_lr {
	background-image: url(lr.png);
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 40px;	
}
