body {
	padding: 0px;
	margin: 0px;
	background-color: #CCCCCC;
}
.repdwn{
background-repeat: repeat-y;
}
.title{
text-align: left;
font-family: verdana;
font-weight: bold;
font-size: 14px;
}
.title2{
text-align: right;
font-family: verdana;
font-weight: bold;
font-size: 14px;
}
.title3{
text-align: left;
font-family: verdana;
font-weight: bold;
font-size: 12px;
}
.main{
text-align: justify;
font-family: verdana;
font-weight: normal;
font-size: 11px;
}
.footer{
font-family: verdana;
font-weight: normal;
font-size: 10px;
color: #666666;
}
.exec{
font-family: verdana;
font-weight: bold;
font-size: 11px;
}
:link {
	color: #006600;
	text-decoration:none;
}
a:visited {
	color: #006600;
	text-decoration:none;
}
a:hover {
	color: #ffa43c;
	text-decoration:none;
}
.style2 {font-size: 10px;}

.nav_cell {
	background: #FFFFFF url(layout/nav-bg.jpg) repeat-x top left;	
}
.nav_left {
	background: #FFFFFF url(layout/nav-left.jpg) no-repeat top left;	
	text-align: right;
}
.nav_cell a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif; 
	position: relative;
	bottom: 4px;
}

#navigation_bar {
	width: 650px;
	margin: 0 auto;
	position: relative;
	top: 336px;
	text-align: center;
}	
#navigation_bar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin: 0 auto;
	width: 650px;
	padding-bottom: 4px;
}
#navigation_bar li {
	position: relative;
	display: inline;
	width: 100px;
}	
#navigation_bar a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif; 
	width: 110px;
}
#navigation_bar a:hover {
	color: #000000;
}
#navigation_bar a.sub {
	color: #000000;
	font-size: 12px;
}