@charset "utf-8";
/* CSS Document */

.main{
	line-height: 2;
	color: #FFFFFF;
	font-size: 10pt;
	line-height:2;
	padding-bottom: 5pt;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
}
.line{
	
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
}

a {
  text-decoration: none;
  color:#0066CC;
}
a:hover {
  color:#00FF66;
}

#content {
	
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20pt;
	padding-bottom: 20pt;
}  /* overflow:auto; height:330px;*/

img.right {
  float:right;
  margin-left:10px;
}
img.left {
  float:left;
  margin-right:10px;
}
.table {
	background-color: ##6f6f6f;
	margin: 0 auto;
    width:80%;
}

.color{
	background-color: #e0125f;
	border-left-style: none;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #e0125f;
	width: 657px;
}

	
