* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

html {
	min-width: 800px;
}

body {
    text-align: center;
    background: #ffffcc url(../images/bg.jpg) repeat-x;
}

body, td, th, textarea, input, select, h2, h3, h4, h5, h6 {
	font: 83%/1.4 arial, helvetica, sans-serif;
}

.fullcontainer {
	width: 100%;
}

#imglogo {
	margin-top: 5px;
}

#lnkcall {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
}

#lnkor {
	height: 10px;
	line-height: 10px;
	font-size: 10px;
}

#lnkschedule {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
}

#tblscheduleinfo {
	height: 50px;
	margin: none;
}

#imgschedule {
	margin-right: 5px;
}

#tblschedule {
	height: 50px;
	margin-top: 5px;
}

.centercontainer {
	text-align: left;
	margin: 0 auto;
	width: 800px;
	min-width: 800px;
	max-width: 800px;
	position: relative;
}

#topbar {
	height: 10px;
	background: #fff url(../images/topbar.png) repeat-x;
	width: 100%;
}

#headerarea {
	height: 62px;
	width: 100%;
	border-bottom: 2px solid #b1b1b1;
	background-color: white;
}

a {
	color: #244f84;
	text-decoration: none;
	border: 0px solid transparent;
	outline: none;
}

a:hover {
	text-decoration: underline;
	outline: none;
}
