a:active {  color: white; text-decoration: none;}
a:link {  color: black; text-decoration: none;}
a:visited {  color: black; text-decoration: none}
a:hover {  color: green; text-decoration: none}

table.spec {
	width: 45%;
	height: 75%;
	background-color: #6699CC;
	font-family:	Verdana;
	font-size:	12px;
	vertical-align: bottom;
	text-align: center;	
	border-style:     solid;
	border-width:     3;
	border-color:     #C0C0C0;
	border-collapse:  collapse;
}

table.info {
        height: 75%;
        font-size:	12px;
        border-style:     solid;
        border-width:     0;
	text-indent:      0px;
	text-align:       left;
	font-family:	Verdana;
}

table.footer {
        width: 45%;
        height: 10px;
        background-color: #FFFFFF;
        font-family:    Verdana;
        font-size:      10px;
        border-style:     solid;
        border-width:     3;
        border-color:     #C0C0C0;
        border-collapse:  collapse;
}

td.common {
	vertical-align: bottom;
	text-align: left;
	background-color: #FFFFFF;
}

table.test {
	font-family:      Verdana;
	font-size:        12px;
	font-weight:      bold;
	color:            black;
	width:100%;
	height: 10%;
}

td.text {
	vertical-align: top;
	text-align: left;
	width: 540px;
}

td.first {
	vertical-align: center;
	text-align: center;
	background-color: #FFFFFF;
	width: 70%;
	height:	75%;
	font-weight: ;
	font-size:	12px;
	font-family:	verdana;
}

td.second {
	vertical-align: left;
	text-align: left;
	font-size: 10px;
	font-family:	Verdana;
	

div.container {
	position: relative;
	margin: 0 auto;
	width: 780px;
	height: 432px;
	text-align: left;
}

div.left {
	position: absolute;
	top: 0px;
	left: -100px;
	width: 200px;
	height: 200px;
}

div.top {
	position: absolute;
	top: 0px;
	left: 100px;
	width: 800px;
	height: 10px;
}

div.main {
	position: absolute;
	top: 80px;
	left: 200px;
	width: 60%;
	height: 80%;
}
