/****************************************************************/
/* BASIC TAGS */
/****************************************************************/
html, body	{
	height: 100%;
}
body	{
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	background-color: #fff;
}
a	{
	color:#000099;
	text-decoration:underline;
}
a:hover	{
	color:#FF6600;
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.4em 10px 10px 18px;
	text-indent: 1.5em;
	font-weight: normal;
}
p {
	margin: 10px 10px 10px 18px;
	text-align:justify;
	text-indent: 1.3em;
}
hr	{
	width:90%;
	text-align:center;
	border:1px solid #CCC;
	height:0px;
}

/****************************************************************/
/* PAGE */
/****************************************************************/
#page	 {
	margin: 25px 5%;
	background-color: #fff;
	border-right: 1px dotted #ccc;
	border-left: 1px dotted #ccc;
	background-image: url(img/g1.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/****************************************************************/
/* HEADER */
/****************************************************************/
#header	 {
	padding: 20px 5%;
	margin: 5px;
	border-bottom: 1px dotted #ccc;
	font-size: 2em;
	text-align: center;
}

/****************************************************************/
/* BASIC CONTENT AREAS FOR PAGES */
/****************************************************************/
#main	 {
	padding: 20px 5%;
	margin: 5px;
}

/****************************************************************/
/* FOOTER AND BANNERS */
/****************************************************************/
#footer {
	padding: 5px 5%;
	margin: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border-top: 1px dotted #ccc;
}
#cnt {
	clear:both;
	padding: 10px 5%;
	text-align: center;
}
#cnt img {
	border:0;
}

a.pdf {
	background-image: url(img/i_pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	margin: 5px;
	display: block;
}
