/* CSS Document */
body {
	background-color:#CCCCCC;
	margin:0px;
	color:#000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
  line-height: 1.4em;
}
p {
	color: #3d3d3d;
	margin-left: 60px;
	margin-right: 60px;
	font-weight: normal;
	text-align:justify;
}
h1 {
	color: #3d3d3d;
 	margin-left: 60px;
	margin-right: 60px;
	margin-top: 5px; 
	margin-bottom: 30px;
	text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold; 
	text-align: center;
}
h2, h3 {
	color: #3d3d3d;
	margin-left: 60px;
	margin-right: 60px;	
	margin-top: 5px;
	text-transform: uppercase;
  font-size: 1.1em;
  font-weight: bold;    	
}
img {border: 0px}
a {color:#609}
a:hover {color:#F06}
a:active {color:#F06}
li {
	color:#3d3d3d;
	margin-left:35px;
	margin-right:60px;
	margin-bottom:5px;
	list-style-image:url(images/bullet.png);
	text-align:justify;
	line-height:20px;
}
.LeftCol {
	background-image:url(images/pnt.png);
	background-position:right;
	background-repeat:repeat-y;	
}
.CenterCol {
	background-image:url(images/pnt.png);
	background-position:top;
	background-repeat:repeat-x;	
}
.RightCol {
	background-image:url(images/pnt.png);
	background-position:left;
	background-repeat:repeat-y;		
}
.TabLink {
	color:#000;
	text-decoration:none;
}
.TabLink:hover {
	color:#000;	
	font-weight:bold;
	text-decoration:none;	
}
.TabDiv {
	text-align:right;
	padding:5px 15px 5px 0px;
}
.TabDivAct {
	background-color:#FFF;	
	text-align:right;		
	font-weight:bold;
	padding:5px 15px 5px 0px;
}
.Footer {
	background-image:url(images/footer.png);
	background-repeat:repeat-x;
	padding: 5px 0px;	
}