/* -- Basic HTML Elements -- */
a:link
{
	color: #0077FF;
	text-decoration: none;
}

a:visited
{
	color: #0077FF;
	text-decoration: none;
}

a:hover { text-decoration: underline; }
a:active { text-decoration: none; }

abbr, acronym
{
	font-style: normal;
	font-weight: bold;
	border: none;
}

abbr:after, acronym:after
{
	content: " (" attr(title) ") ";
	font-size: 8px;
	color: #666;
	font-weight: normal;
}

body
{
	color: #000;
	background: #fff;
	font: 10px/14px Verdana, Tahoma, Arial, sans-serif;
	margin: 0;
}
p
{
	color: #000;
	background: #fff;
	font: 10px/14px Verdana, Tahoma, Arial, sans-serif;
	margin-bottom: 1em;
	text-align:justify;
	margin-top: 0px;
}
.p2
{
	color: #fff;
	font: 10px/14px Verdana, Tahoma, Arial, sans-serif;
}


code, var, kbd
{
	font-family: monaco, courier, monospace;
	color: #B96A0E;
}

dd
{
	margin: 0;
	padding: 0 0 1em 17px;
}

dt
{
	font-weight: bold;
	padding: 0 0 0 0;
}

form { margin: 0; }

h6
{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 8;
	line-height: 8;
	font-weight: 200;
	margin: 0;
}

h1
{
font-family: Helvetica, Arial, sans-serif;
	color: #0077FF;
	letter-spacing: 0.16em;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 40px;
	line-height: 50px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

h5
{
	color: #bbb;
	letter-spacing: 0em;
	margin-top: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

h2
{
	color: #777;
	letter-spacing: 0em;
	margin-top: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 14px;
}

h3
{
	font-size: 17px;
	color: #444;
	margin-top: 0px;
	line-height: 12px;
	font-weight: 100;
	font-variant: small-caps;
}

h4
{
	color: #999;
	margin-top: 0px;
	margin-bottom: 5px;
	letter-spacing: 0em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	text-align: left;
	vertical-align: top;
	line-height: 16px;
}

hr
{
	border: none;
	height: 1px;
	background: #ccc;
	margin: 2em 0;
}

img
{
	border: 0;
	padding: 0;
}

ins
{
	text-decoration: none;
	color: #EC694A;
}

/*content: " (" attr(href) ") "; font-size: 12px/14px; color: #666; text-decoration: none;*/
/*p a:link:after, p a:visited:after { }*/


.headerbar1
{
	padding: -10px 0 15px 10px;
	float: left;
	text-align: justify;
	position: fixed;
	background-color: #eee;
	width: 100%;
	height: 5em;
	top: 0px;
	display: block;
	z-index: 3;
	visibility: visible;
}.headerbar2
{
	padding: 5px 0 0px 10px;
	float: left;
	text-align: justify;
	position: fixed;
	background-color: #acf;
	width: 100%;
	height: 2em;
	top: 5em;
	display: block;
	z-index: 3;
	visibility: visible;
	border-color: white;
	border-width: 6px 0px 6px 0px;
	border-style: solid none solid none;
	border-bottom-color: #FFFFFF;
}

.col1
{
	padding: 0px 10px 10px 10px;
	float: left;
	text-align: left;
	position: absolute;
	left: 0px;
	top: 10em;
	z-index: 2;
	overflow: visible;
	background-color: #fff;
	background-repeat: repeat-x;
	visibility: visible;
	vertical-align: text-bottom;
	width: 24em;
	max-width: 300px;
	min-width: 0%;
}

.col2
{
	padding: 0px 10px 10px 10px;
	float: left;
	left: 26em;
	text-align: left;
	position: absolute;
	top: 10em;
	z-index: 2;
	overflow: auto;
	background-color: #fff;
	background-repeat: repeat-x;
	visibility: visible;
	vertical-align: text-bottom;
	width: 24em;
	max-width: 300px;
	min-width: 0%;
}
.col3
{
	padding: 0px 10px 10px 10px;
	float: left;
	left: 52em;
	text-align: left;
	position: absolute;
	top: 10em;
	z-index: 2;
	overflow: auto;
	background-color: #fff;
	background-repeat: repeat-x;
	visibility: visible;
	vertical-align: text-bottom;
	width: 24em;
	max-width: 300px;
	min-width: 0%;
}

.footerbar
{
	margin: 0% 0 0 0;
	padding: 0 0 0 0PX;
	float: left;
	text-align: justify;
	position: fixed;
	background-color: #acf;
	width: 100%;
	height: 5%;
	display: block;
	z-index: 3;
	visibility: visible;
	border-top: white;
	border-width: 6PX 0 0 0;
	border-style: solid none none none;
	bottom: 0px;
	border-color: #FFFFFF;
}
