/* GENERAL CSS */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 13px;
}

/* Main Table */
TABLE#maintable {	
	width: 640px;
}

/* Square Bottom */
TD#squarebottom {	
	vertical-align: top; 
	width: 105px;
	padding-top: 105px;
}

/* Logo */
TD#logo {	
	vertical-align: top;
	text-align: right;
	height: 147px;
}

/* Title */
TD#title {	
	margin-left: 20px;
	height: 63px;
}

/* Square */
TD#square {	
	height: 105px;
} 

/* Left menu */
TD#tblcontent {	
	vertical-align: top; 
	padding: 20px;
	width: 522px;
}

/* Rootline */
.pathMenu {
	text-align: right;
}

.pathMenu A {
	color: #666666;
	text-decoration: none;
}

.pathMenu A:hover {
	text-decoration: underline;
}

/* To top of page */
.pageUp {
	text-align: right;
	font-weight: bold;
}

/* Copyright */
.copyright {
	color: #666666;
	font-size: 8px;
	padding-top: 20px;
	padding-bottom: 3px;
	text-align: center;
	vertical-align: bottom;
}

.pageUp A {
	color: #F37021;
	text-decoration: none;
}

.pageUp A:hover {
	text-decoration: underline;
}

a:link {
	color: rgb(0,51,102);
	text-decoration: underline
}
a:visited {
	color: rgb(0,51,102);
	text-decoration: underline
}
a:hover {
	color: rgb(255,153,0);
	text-decoration: underline
}