body {
	background-color:#7799ff;
	margin:0 auto;
}

/* LAYOUT */

td {
	text-align: center;
	padding:2,2,2,2;
}

/* Surrounding table */

p {
	text-align:justify;
	margin-left: 10px; margin-top: 10px; margin-right: 10px; margin-bottom: 10px;
	font-size: 14;
}

li {
	text-align:justify;
}

.around {
	width:850px;
	text-align:center;
	padding:5px 5px 5px 5px;
	background-color:#eeeeee;
	border:1px solid #666666;
}




/* Navbar */

.nav {
	border:1px solid #676767;
	width:850px;
	text-align:center;
	height:22px;
	/* background-image: url("images/navbg.gif");
	background-repeat: repeat-x; */
	background-color:#aabbff;
	vertical-align:middle;
	font-family:Arial;
	font-size:13px;
	color:#111111;
}



/* Main content Area */

.maincontent {
	width:850px;
	border:1px solid #676767;
	background-color:#F4F4F4;
	font-family:Tahoma;
	font-size:12px;
	color:#666666;
	padding:5px 5px 5px 5px;
}

/* Custom info */

.cust {
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
	font-weight:bold;
}


/* Height Gap */

.hg {
	height:5px;
}



/* Red footer bar */

.footerbar {
	width:600px;
	height:6px;
	background-image: url("images/footerbg.gif");
	background-repeat:repeat-x;
}



/* Footer (w. links) */

.footer {

	width:600px;
	height:10px;
	text-align:right;
}


/* Link back */

.lbt {
	width:600px;	
	text-align:center;
}

/* LINK STYLES */


/* Link back to spyka design */

a.linkback {
	font-size:9px;
	color:#666666;
	font-family:Arial;
}


/* Navbar links */

a.navlink, a.navlink:hover {
	font-family:Arial;
	font-size:12px;
	text-decoration:underline;
	color:#111111;
}


/* Footer links */

a.footerlink, a.footerlink:hover {
	font-family:Tahoma;
	font-size:10px;
	color:#6C9A26;
	text-decoration:none;
}


/* All other links */

a {
	font-family:Tahoma;
	font-size:14px;
	color:#6C9A26;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}	