/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11pt;
}

p {
	font-size: 11pt;
}

a {
	color: #0000CC;
}

a:visited {
	color: #0000CC;
}

.menu {
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}

.menu a {
	text-decoration: none; 
	color: #0000CC;
}

h1 {
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	color: #0000CC;
}

h2 { 
	font-size: 16pt; 
	font-weight: bold;
	text-align: left;
	font-style: italic;
	color: #0000CC;
}

h3 { 
	font-size: 14pt; 
	font-weight: bold;
	text-align: center;
	color: #0000CC;
}

h4 { 
	font-size: 12pt; 
	font-weight: bold;
	text-align: left;
	font-style: italic;
	color: #0000CC;
}

h5 {
	font-size: 14pt; 
	font-weight: bold;
	color: #FF0000;
}


li {
	padding-right: 20px;
	margin-bottom: 7px;
	font-size: 11pt; 
	list-style: square;
}

@media print{
	.left_nav_container{
 		display: none;
 		width: 0px; 	
	}
	.vert_bar{
		display: none;
		width: 0px;
	}
}