body {
	margin: 0px;
	padding: 0px;
}
table {
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
td {
	font-family: Verdana;
	font-size: 12px;
	color: blue;
	vertical-align: top;
	border-spacing: 0px;
	border-collapse: collapse
	margin: 0px;
	padding: 0px;
}
td.fullscreen
{
	vertical-align: middle;
}
table.fullscreen {
	width: 100%;
	height: 100%;
        background-color: #FBCAE8;
}
table.webpage {
	width: 850px;
	height: 600px;
        background-color: white;
}
td.webpage {
	border-style: solid;
	border-width: 1px;
	border-color: blue;
}
table.menu {
	width: 200px;
	margin: 25px;
}
td.menu {
	padding-bottom: 10px;
}
table.main {
	width: 550px;
	height: 390px;
	margin: 25px;
	background: url('/images/logo.jpg') center no-repeat !important;
}
td.main {
	padding: 0px;
}
div {
	padding: 0;
	margin: 0;
}
div.title {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}
div.subtitle {
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
}
div.main {
	width: 550px;
	height: 370px;
	overflow: auto;
	scrollbar-base-color: #FBCAE8;
	scrollbar-arrow-color: white;
	scrollbar-track-color: white;
	scrollbar-shadow-color: white;
	scrollbar-lightshadow-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: white;
}
div.contact {
	padding-top: 150px;
}
div.fieldname {
	width: 300px;
	float: left;
}
table.footer {
	width: 600px;
	height: 160px;
}
td.footerblue {
	width: 150px;
	background-color: #B6E4FB;
}
td.footerpink {
	width: 150px;
	background-color: #FBCAE8;
}
a.menu {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;	
	color: blue;
	text-decoration: none
}
a.menu:visited {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;	
	color: blue;
	text-decoration: none
}
a.menu:active {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: blue;
	text-decoration: none
}
a.menu:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: blue;
	text-decoration: none
}
a.activemenu {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;	
	color: #FBCAE8;
	text-decoration: none
}
a.activemenu:visited {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;	
	color: #FBCAE8;
	text-decoration: none
}
a.activemenu:active {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FBCAE8;
	text-decoration: none
}
a.activemenu:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FBCAE8;
	text-decoration: none
}
textarea {
	width: 400px;
	height: 100px;
}