/* site.css - Wraptya! Design */



html {
	margin: 0px;
	padding: 0px;
	background-position: top left;
}


body { 
	margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0;
	padding: 0px;
	font-family: verdana, arial, helvetica, san-serif; 
	font-size: 0.8em;
	
	color: #000000;
	background: white;
	
	text-align: justify;

	scrollbar-face-color: #663399;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #663399;
	scrollbar-darkshadow-color: #663399;
	scrollbar-base-color: #663399;
}




/* TABLES */

table.main { 
	width: 100%; 
	height: 100%; 
	background-image: url(images/bg.jpg);
}


td.content { 
	vertical-align: top; 
	background-image: url(images/white.gif);
	font-family: verdana, arial, helvetica, san-serif; 
	font-size: 0.8em;
}


td.content1 { 
	width: 2px; 
	vertical-align: top; 
	background-image: url(images/white.gif);

}

td.tabletitle { 
	width: 756px; 
	vertical-align: top; 
	background-image: url(images/header.gif);
}


table.mainbottom { 
	width: 100%; 
	height: 100%; 
	background-image: url(images/bgbot.gif);
}

table.popup { 
	width: 100%; 
	height: 100%; 
	background-color: #000000;
}

table.maintop { 
	width: 100%; 
	background-image: url(images/topgradient1.jpg);
}

td.maintop { 
	vertical-align: top; 
	padding: 0px;
	margin: 0px;
}

/* LINES, IMAGES and FONTS */

p {
	text-align: justify;
	padding: 5px;
}

p.right {
	text-align: right;
	padding: 5px;
}


div.copyright {
	text-align: center;
	color: #800040;
	padding: 5px;
}

div.footer {
	text-align: center;
	color: #800040;
	padding: 5px;
	font-size: 0.8em;
}


div.gentext {
	text-align: center;
	color: #ffffff;
	font-size: 0.8em;
}


div.image1 {
	position: right;
	padding: 5px;
}


span.links {
	color: #FFFFFF;
	font-size: 13px;
	font-family: verdana, arial, helvetica, san-serif; 
	letter-spacing: 1px;
	font-weight: 600;
	line-height: 16px;
}




/* LINKS */

	a {text-decoration: none;   color: #0000ff}
	a:hover {text-decoration: underline;   color: #0000ff}
	a:visited {text-decoration: none;   color: #0000ff}




	a.p4 {text-decoration: none;   color: #ffffff}
	a.p4:link {text-decoration: none;   color: #ffffff}
	a.p4:hover {text-decoration: none; color: #ffff00}
	ap4:visited {text-decoration: none;   color: #ffff00}



ul
{
list-style-type: square
}
 	



