@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color:#000000;
	background-repeat:no-repeat;
	
	
}

.bg1 {
background-image:url(images/banner_1.jpg);
background-repeat:no-repeat;
}

.bg-footer {
background-image:url(images/footer_1.jpg);
background-repeat:no-repeat;
}

.bg-left {
background-image:url(images/index-margins_1.jpg);
background-repeat:no-repeat;
}

.bg-left2 {
background-image:url(images/margins2_1.jpg);
background-repeat:no-repeat;
}

.bg-right2 {
background-image:url(images/margins2_2.jpg);
background-repeat:no-repeat;
}

.bg-right {
background-image:url(images/index-right_1.jpg);
background-repeat:no-repeat;
}

.bg-folders {
background-image:url(images/folders_1.jpg);
background-repeat:no-repeat;
}

.bg-rolodex {
background-image:url(images/rolodoex_1.jpg);
background-repeat:no-repeat;
}

.bg-water {
background-image:url(images/water_1.jpg);
background-repeat:no-repeat;
}

.bg-cast1 {
background-image:url(images/margin-rpt-l_1.jpg);
background-repeat:repeat-y;
}

.bg-cast2 {
background-image:url(images/margin-rpt_1.jpg);
background-repeat:repeat-y;
}




/** LINKS */

a {
font-family:Helvetica, Arial, Geneva;
	text-decoration: none;
	font-size: 13px;
	line-height:140%;
	color:#0066cc;
	cursor:pointer;
	text-decoration:none;
	
}

a:visited {
font-family:Helvetica, Arial, Geneva;
	text-decoration: none;
	font-size: 13px;
	line-height:140%;
	color:#0066cc;
	cursor:pointer;
	text-decoration:none;
	
}

a:hover {
font-family:Helvetica, Arial, Geneva;
	text-decoration: none;
	font-size: 13px;
	line-height:140%;
	color:#000000;
	cursor:pointer;
	text-decoration:none;
	
}

a:active {	
font-family:Helvetica, Arial, Geneva;
	text-decoration: none;
	font-size: 13px;
	line-height:140%;
	color:#000000;
	cursor:pointer;
	text-decoration:none;
	
}


.link1 {
font-family:Helvetica, Arial, Geneva;
	text-decoration: none;
	font-size: 13px;
	line-height:140%;
	color:#0066cc;
	cursor:pointer;
	text-decoration:none;
	
}

.link1:visited {
font-family:Helvetica, Arial, Geneva;
	text-decoration: none;
	font-size: 13px;
	line-height:140%;
	color:#0066cc;
	cursor:pointer;
	text-decoration:none;
	
}

.link1:hover {
font-family:Helvetica, Arial, Geneva;
	text-decoration: none;
	font-size: 13px;
	line-height:140%;
	color:#000000;
	cursor:pointer;
	text-decoration:none;
	
}

.link1:active {	
font-family:Helvetica, Arial, Geneva;
	text-decoration: none;
	font-size: 13px;
	line-height:140%;
	color:#000000;
	cursor:pointer;
	text-decoration:none;
	
}





/** STYLES */

.black {
font-family:Helvetica, Arial, Geneva;
	text-decoration: none;
	font-size: 13px;
	line-height:140%;
	color:#000000;
	outline:none;
}


