/* ####################################
   HTML Element Styles
   ##################################### */

body {
 	margin: 0;
 	padding: 0;
 	
	font-family: Arial, Helvetica, Verdana;
	font-size: 9pt;
	color:#4d4d4d;
	
	background: #ffffff;
}

a {
}

	a:link {
		color: #009be1;
		text-decoration: none;
	}

	a:visited {
		color: #7dcbf0;
		text-decoration: none;
	}

	a:hover {
		color: #009be1;
		text-decoration: underline;
	}

	a:active {
		text-decoration: underline;
	}

p {
    margin: 0 0 1.5em;
}

h1 {
	margin: 0 0 1em 0;

	font-size: 16pt;
	font-weight: normal;
	
	color:#333333;
}

h2 {
	margin: 2em 0 0.75em 0;
	
	font-size: 12pt;
	font-weight: bold;
	
	color:#6c207e;
}

h3 {
	margin: 2em 0 0.75em 0;

	font-size: 100%;
	
	color:#6c207e;
}

h4 {
	margin: 2em 0 0.75em 0;

	color: #777777;
	font-size: 100%;
	
	color:#6c207e;
}

	h4 a:link {
		color:#6c207e;
	}
	
	h4 a:active {
		color:#6c207e;
		text-decoration:none;
	}
	
	h4 a:visited {
		color:#6c207e;
		text-decoration:none;
	}

h5 {
}

h6 {
}

ul {
}

ul li {
}

ol {
}

ol li {
}

big {
	font-size: 115%;
}

small {
	font-size: 83.5%;
}

hr {
    margin: 0 0 1.25em;
}

img {
}
* html img {
    /* IE6 Only */
	/* FILTER: progid:DXImageTransform.Microsoft.Fade(Overlap=1.00,Duration=0.50); */
}

caption {
	margin: 0 0 0.25em 0;
	font-weight: bold;
	text-align: left;
}

address {
	font-style: italic;
}

pre {
}
