/* CSS Document */



body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	
	font-family: Tahoma,Verdana, Helvetica, sans-serif;
	
	color: #83806F;
	font-size: 12px;
	text-decoration: none;
	
}

div.rounded-box {
    position:relative;
    width: 610px;
    background-color: #fff;
    margin: 3px;
}

/*********************
GLOBAL ATTRIBUTES
*********************/
div.top-left-corner, div.bottom-left-corner, div.top-right-corner, div.bottom-right-corner
{position:absolute; width:20px; height:20px; background-color:#000000; overflow:hidden;}

div.top-left-inside, div.bottom-left-inside, div.top-right-inside, div.bottom-right-inside {position:relative; font-size:150px; font-family:arial; color:#fff; line-height: 40px;}

/*********************
SPECIFIC ATTRIBUTES
*********************/

div.top-left-corner { top:0px; left:0px; }
div.bottom-left-corner {bottom:0px; left:0px;}
div.top-right-corner {top:0px; right:0px;}
div.bottom-right-corner {bottom: 0px; right:0px;}

div.top-left-inside {left:-8px;}
div.bottom-left-inside {left:-8px; top:-17px;}
div.top-right-inside {left:-25px;}
div.bottom-right-inside {left:-25px; top:-17px;}

div.box-contents {
	padding: 8px;
	color:#000;
	width: 557px;
	height: auto;
}


.style1 {
	color: #FFFFFF;
	padding-top: 15px;
}
div.logo {
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
}
.copyright {
	color: #FFFFFF;
	font-family: Tahoma,Verdana, Helvetica, sans-serif;
	font-size: 10px;
}
.copyright a {
	color: #FFFFFF;
	text-decoration: none;
}

.holder {
	margin: 5px;
	width: 550px;
	height: 300px;
	text-align: left;
			}
			.scroll-pane {
				width: 530px;
				overflow: auto;
				background: #fff;
			
				height: 300px;
			}
			
.text {
	margin-top: 10px;
	padding-top: 3px;
	height: 325px;
	width: 550px;
	overflow: auto;
	text-align: left;
	padding-right: 3px;
}
.nav {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
.bottom img {
	padding-bottom: 0px;
}
.nav img {
	padding-right: 10px;
	padding-left: 10px;
}
.imagecontact {
	width: 342px;
	padding-left: 50px;
}
