/* CSS Document */

html, body {
	font-family: Verdana, Arial, Helvetica;
	font-size:12px;
	margin:0;
	border:0;
	padding:0;
	color:#333333;
}

img {
	margin:0;
	padding:0;
	display: block;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#container{
	width:760px;
	padding: 0;
	background-image: url(../img/container-body-bg.gif);
	background-repeat: repeat-y;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}



.clear-both {
	width:1px;
	height:1px;
	clear:both;
}
.dotted-line {
	background-image: url(../img/dotted-line.gif);
	background-repeat: repeat-x;
	padding: 0px;
	height: 1px;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.margin10 {
	text-align: justify;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.no-margin {
	text-align: justify;
	margin: 0px;
	padding: 0px;
}



input, textarea, select {
	font-family:Verdana, Arial, Helvetica;
	font-size:10pt;
	color:#000000; 
/*	border:1px solid #000000;
	background-color:#E6E6E6;
*/}

/* Link */
a {
	color:#333333;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}  

a:link {
	color:#333333;
	text-decoration:underline;
}

a:visited {
	color:#333333;
	text-decoration:underline;
}

a:hover {
	color:#0000CC;
	text-decoration:underline;
}

/* CopyRight Format-- */
div#copyright {
	font-family:Arial, Verdana, Helvetica;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	border:0;
	color:#666666;
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

a.linkcopy {
	color:#666666;
	text-decoration:underline;
}  

a.linkcopy:link {
	color:#666666;
	text-decoration:underline;
}

a.linkcopy:visited {
	color:#666666;
	text-decoration:underline;
}

a.linkcopy:hover {
	color:#0000CC;
	text-decoration:underline;
}

.a{
	margin:15px 0 0 0;
	font-size:10px;
}
.top{
}
.middle{
	border-left:1px #000000 solid;
	border-right:1px #000000 solid;
	width:297px;
}
.bottom{
}
ul{
	padding:0 0 0 4px;
	margin:0 0 0 25px;
	font-size:11px;
}
li{
	margin:0;
	border:0;
	padding:0 0 0 20px;
}

#firstbox-wrapper br {
  line-height: 10px;
}