/* Tag-specific */

HTML {
	font-size: 100%;
	font-smooth: 1em;
	color: #050202;
}
body {
    font: normal 12px/15px Arial, Helvetica, sans-serif;
}
div {
	color: #050202;
	font-weight: normal;
}
input, select, textarea {
	font-size: 100%;
}
p {
	color: #050202;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	margin: 10px 0px;
	margin-top: 0px;
	text-align:justify;
}
* p {
	color: #050202;
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	margin: 10px 0px;
	margin-top: 0px;
	text-align:justify;s
}
i {
	font-style: italics;
}
b strong {
	color: #050202;
	font-weight: 800;
}
b strong * {
	color: #050202;
	font-weight: 800;
}
/*td {
        font: normal 110%/110% Arial, Helvetica, sans-serif;
}*/

h1 {
	/* This font will be 21 pixels with the default web browser font size setting */
    font: 20px/22px Arial, sans-serif;
	letter-spacing: .05em;
	font-weight: normal;
	margin:0;
}
h2 {
	/* This font will be 16 pixels with the default web browser font size setting */
    font: 130%/1em Arial, sans-serif;
	letter-spacing: .05em;
	font-weight: bold;
}
h3 {
	/* This font will be 11 pixels with the default web browser font size setting */
    font: bold 1.1em/1.2em Arial, Helvetica, sans-serif;
}
h4 {
	/* This font will be 10 pixels with the default web browser font size setting */
    font: bold 1em/1em Arial, Helvetica, sans-serif;
}
h5 {
	font: bold .9em/1em Arial, Helvetica, sans-serif;
}
a:link, a:active, a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}

