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

html, body  {
	margin : 0;
	padding : 0;
	background : #fff;
	font-family : Verdana, Geneva, sans-serif;
	font-size:11px;
}

a {	
	text-decoration:none;
	font-weight:bold;
}

.link:visited { color: #06F; }
.link:hover { color: #999; }

.main_table_style {
	border-top : 1px solid #000000;
	border-left : 1px solid #000000;
	border-bottom : 1px solid #000000;
	border-right : 1px solid #000000;
}

.table-margin {
	margin-bottom:10px;
	margin-left:15px;
}
.table-opacity-70 {
	background-image:url(../design/bg-black-70.png);
}
.table-top-title {
	background-color:#000;
	font-size:14px;
	color:#FF0;
	font-weight:bold;
}
.padding-td {
	padding-left:10px;
	padding-right:10px;
}

.menu-text { font-size:12px; color:#FF0; }
.menu-text:link { color:#FFF; }
.menu-text:visited { color:#FFF; }
.menu-text:hover { color:#FF0; }
.menu-text-active_page { color: #FF0; }

.text-paragraph {
	text-align: justify;
	font-size: 11px;
	margin-right: 10px;
	margin-left: 10px;
}

