body {
margin-left : 0;
margin-top : 10;
margin-right : 0;
margin-bottom : 10;
font-family : Arial, Verdana, sans-serif;
font-size : 12pt;
text-align: center;
/*background-image:url('../images/pagebackgr.gif');*/
background-color : #ececec;
color : #3b3b3b;
}
.container {
width : 1000px;
text-align:left;
margin-left: auto;
margin-right: auto;
/*background-color : #fff;*/
background-image:url('../images/backcontainer.gif');
}
img {
border : 0;
}
	
a:focus { outline:none }
	
a:link {
color : #6e6e6e;

font-weight : bold;
font-size : 1em;
}
a:visited {
color : #6e6e6e;

font-weight : bold;
font-size : 1em;
}
a:hover {
color : #000;
font-weight : bold;
text-decoration : none;
font-size : 1em;
}
a:active {
color : #6e6e6e;
text-decoration : none;
font-weight : bold;
font-size : 1em;
}

.large a:link {
	text-decoration: underline;
	font-size : 1.1em;
	color: #6e6e6e;
	font-weight : bold;
	}
.large a:visited {
	text-decoration: underline;
	font-size : 1.1em;
	color: #6e6e6e;
	font-weight : bold;
	}
.large a:hover {
	text-decoration: underline;
	font-size : 1.1em;
	color: #000;
	font-weight : bold;
	}
.large a:active {
	text-decoration: underline;
	font-size : 1.1em;
	color: #6e6e6e;
	font-weight : bold;
	}

.smalllink a:link {
	text-decoration: none;
	font-size : 0.9em;
	color: #7d7d7d;
	font-weight : bold;
	}
.smalllink a:visited {
	text-decoration: none;
	font-size : 0.9em;
	color: #7d7d7d;
	font-weight : bold;
	}
.smalllink a:hover {
	text-decoration: none;
	font-size : 0.9em;
	color: #000;
	font-weight : bold;
	}
.smalllink a:active {
	text-decoration: none;
	font-size : 0.9em;
	color: #7d7d7d;
	font-weight : bold;
	}

.copyright {
font-size : 0.9em;
color : #303030;
font-weight : regular;
}
.notes {
font-size : 0.8em;
color: #303030;
font-weight : bold;
}
.notestitle {
font-size : 0.9em;
color: #303030;
font-weight : bold;
}

.title {
font-size : 1em;
font-weight : bold;
color : #000;
}
.title2 {
font-size : 1em;
font-weight : bold;
color : #3b3b3b;
}
.hugetitle {
font-size : 1.2em;
font-weight : bold;
color : #6e6e6e;
}

h1 {
font-size : 1.4em;
color : #303030;
font-weight : bold;
margin-bottom : 0;
padding-bottom : 0;
margin-top : 0;
padding-top : 0;

}
h2 {
font-size : 1.1em;
color : #303030;
font-weight : bold;
margin-bottom : 0;
padding-bottom : 0;
margin-top : 0;
padding-top : 0;
}
h3 {
font-size : 1em;
color : #303030;
font-weight : bold;
margin-bottom : 0;
padding-bottom : 0;
margin-top : 0;
padding-top : 0;
}
hr {
color : #d7d7d7;
}

