﻿@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
}


/*Hack FireFox*/

html>/**/body {
	font-size: 10px;
}

html:first-child body {
	font-size: 62.5%;
}

/*End*/



div {
	text-align: left;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd {
	font-size: 1.2em;
	font-weight: normal;
}

h3.footer{
	font-size: 1em;
}
img {
	border:0;
}

hr {
	display:none;
}

th {
	font-weight: normal;
}

/* clear*/

.clear {
	clear:both;
}

/*end clear*/



a {
color: #666666;
}
a:link ,a:visited{
color: #666666;
}
a:hover ,a:active{
color: #cc0000;
}



.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #666666;
	line-height: 2em;
	color:#333399;
}

.header3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 2em;
	color:#000000;
}


.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	padding-top: 0px;
	padding-bottom:8px;
}
