/* CSS Document */

body{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
	background-image: ../images/baisc/pop.jpg
	background-repeat: no-repeat;
	background-position: center;
	
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.header{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.text{
	font-size: 12px;
	text-align: justify;
	
}

table#subcontainer{
font-size: 12px;
}

table#subcontainer td#submenu{

	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #9FA8B9;
	vertical-align: top;
	width: 180px;
}

table#subcontainer td#subinfo{



}

#navigation a{
	float: none;	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFFFFF;;
	text-decoration: none;
	display:block;
	
	border-bottom: 1px solid #FFFFFF;
	
	font-size: 11px;
	font-weight: bold;
}

/* navigation link styles */

#navigation a.blue:hover {
	color: #000000;
	background-color:#C2CEE3;
}

.over{
	background-color:#C2CEE3;}

.agenda{
	font-size: 12px;
	text-align: justify;
	border-color:#000066;
	border-width: 1px;
	border-style:solid;
	padding-top: 10px;
	padding-bottom: 10px;
	}


